search for: comdef

Displaying 2 results from an estimated 2 matches for "comdef".

Did you mean: comdex
2011 Feb 13
1
no comdef.h while compiling ff-activex-host with winelib
...: $ 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...
2011 Mar 15
3
COM header files required
Hello All, I am using wine-1.3.0. When I try to compile my code using winegcc compiler, I get errors like "comdef.h not found". I searched in wine installation location for COM related headers and found that they are not available. Are these files available with latest version of wine? Kindly help me out of this problem. Regards, Kiran