Qian Hong
2011-Feb-13 11:38 UTC
[Wine] no comdef.h while compiling ff-activex-host with winelib
Dear all, While trying to port ff-activex-host to Linux with winelib, I got an error as below: $ make wineg++ -c -O0 -W -mno-cygwin -I/home/fracting/wine-git/dlls/atl -DWIN32 -D_WINDOWS -DXP_WIN32 -DMOZILLA_STRICT_API -DXPCOM_GLUE -DXP_WIN -D_X86_ -DNPSIMPLE_EXPORTS -o GenericNPObject.o GenericNPObject.cpp In file included from GenericNPObject.cpp:36: GenericNPObject.h:39: fatal error: comdef.h: No such file or directory compilation terminated. winegcc: i686-linux-gnu-g++ failed make: *** [GenericNPObject.o] Error 2 ff-activex-host is a plugin to make firefox/chrome support ActiveX, here is the link: http://code.google.com/p/ff-activex-host/ Would you please give some tips?Where can I get comdef.h? Many thanks! -- Regards, Qian Hong - Sent from Ubuntu http://www.ubuntu.com/
vitamin
2011-Feb-13 16:50 UTC
[Wine] Re: no comdef.h while compiling ff-activex-host with winelib
fracting wrote:> ff-activex-host is a plugin to make firefox/chrome support ActiveXAnd how are you planning on using it? It won't work with native Linux browser. And you don't need it winelib for windows browser version. As for comdef.h - Wine doesn't have one. Try using one from PSDK.
Apparently Analagous Threads
- COM header files required
- libtrio
- Need help with using CMBChine online bank USB token with Wine ( unofficial USB patch-set applied )
- {ActiveX}{VBscript}{scarddlg.dll}Fail to open html pages with VBscript and ActiveX using wine builtin IE
- How Functional is Wine's IE supposed to be?