| Forum List • Thread List • Refresh • New Topic • Search • Previous • Next 1 | 1. Help: wxIE compilation failed!! #3125 Posted by: 2003-12-27 09:46:18 | Hello,
can someone help me to compile wxIE (http://smarttogether.org/~justin/software/wxIE/) ?? I have tried several time but without success. I am using wxwindows cvs release modde, dev-c++ 4.9.8.0. Here is a part of the Compile Log:
mingw32-make.exe -f "D:BusinessworkingkammeMakefile.win" IEHtmlWin.o g++.exe -c IEHtmlWin.cpp -o IEHtmlWin.o -I"C:/Dev-Cpp/include/c++" -I"C:/Dev-Cpp/include/c++/mingw32" -I"C:/Dev-Cpp/include/c++/backward" -I"C:/Dev-Cpp/include" -I"C:/wx/include" -fno-rtti -fno-exceptions -fno-pcc-struct-return -fstrict-aliasing -Wall -D__WXMSW__ -D_WIN32_IE=0x400 -D__GNUWIN32__ -D__WIN95__
IEHtmlWin.cpp:87: warning: `class FS_IOleInPlaceFrame' has virtual functions but non-virtual destructor
IEHtmlWin.cpp:116: parse error before `{' token
IEHtmlWin.cpp:119: destructors must be member functions
IEHtmlWin.cpp: In function `HRESULT QueryInterface(const IID&, void**)': IEHtmlWin.cpp:122: `m_fs' undeclared (first use this function)
IEHtmlWin.cpp:122: (Each undeclared identifier is reported only once for each
function it appears in.)
IEHtmlWin.cpp: At global scope: IEHtmlWin.cpp:148: new declaration `HRESULT GetCapture()'
C:/Dev-Cpp/include/winuser.h:2930: ambiguates old declaration `HWND__* GetCapture()'
IEHtmlWin.cpp:150: new declaration `HRESULT GetFocus()'
C:/Dev-Cpp/include/winuser.h:2960: ambiguates old declaration `HWND__* GetFocus()'
IEHtmlWin.cpp:159: parse error before `protected'
IEHtmlWin.cpp:164: warning: `class FS_IOleClientSite' has virtual functions but non-virtual destructor
IEHtmlWin.cpp:185: warning: `class FS_IOleControlSite' has virtual functions but non-virtual destructor
IEHtmlWin.cpp:207: warning: `class FS_IOleCommandTarget' has virtual functions
Please help me. If someone knows how to compile wxIEHtmlWin please tell me too.
Thanks, Martin | 2. Re: Help: wxIE compilation failed!! #3129 Posted by: upCASE 2003-12-27 19:29:53 | Hi! I had problems with that too. I suspect that gcc doesn't work well with ActiveX but I'n not sure. Due to a time shortage I've given up on that. Maybe try the mingw forum and ask them about ActiveX...
upcaseupCASE ----------------------------------- If it was hard to write, it should be hard to read!- Do. Or do not. There is no try! | 3. Re: Help: wxIE compilation failed!! #3234 Posted by: 2004-01-14 19:28:01 | Now I am stepping into the same trouble. anybody managed to make it work ????
Roberto | 4. Re: Help: wxIE compilation failed!! #3751 Posted by: 2004-04-05 21:57:27 | almost. I fixed the code, but I have linking errors. Contact me for more info, maybe it's a matter of several days, and I will build it. | 5. Re: Help: wxIE compilation failed!! #5439 Posted by: 2004-11-23 00:53:16 | Martin Wrote: ------------------------------------------------------- > Hello,can someone help me to compile wxIE > (http://smarttogether.org/~justin/software/wxIE/) > ??I have tried several time but without success.I > am using wxwindows cvs release modde, dev-c++ > 4.9.8.0. Here is a part of the Compile > Log:mingw32-make.exe -f > "D:BusinessworkingkammeMakefile.win" > IEHtmlWin.og++.exe -c IEHtmlWin.cpp -o IEHtmlWin.o > -I"C:/Dev-Cpp/include/c++" > -I"C:/Dev-Cpp/include/c++/mingw32" > -I"C:/Dev-Cpp/include/c++/backward" > ; -I"C:/Dev-Cpp/include" > -I"C:/wx/include" -fno-rtti > -fno-exceptions -fno-pcc-struct-return > -fstrict-aliasing -Wall -D__WXMSW__ > -D_WIN32_IE=0x400 -D__GNUWIN32__ > -D__WIN95__ IEHtmlWin.cpp:87: warning: > `class FS_IOleInPlaceFrame' has virtual functions > but non-virtual > destructorIEHtmlWin.cpp:116: parse error before > `{' tokenIEHtmlWin.cpp:119: destructors must be > member functionsIEHtmlWin.cpp: In function > `HRESULT QueryInterface(const IID&, > void**)':IEHtmlWin.cpp:122: `m_fs' undeclared > (first use this function)IEHtmlWin.cpp:122: (Each > undeclared identifier is reported only once for > each function it appears > in.)IEHtmlWin.cpp: At global > scope:IEHtmlWin.cpp:148: new declaration `HRESULT > GetCapture()'C:/Dev-Cpp/include/winuser.h:2930: > ambiguates old declaration `HWND__* > GetCapture()'IEHtmlWin.cpp:150: new declaration > `HRESULT > GetFocus()'C:/Dev-Cpp/include/winuser.h:2960: > ambiguates old declaration `HWND__* > GetFocus()'IEHtmlWin.cpp:159: parse error before > `protected'IEHtmlWin.cpp:164: warning: `class > FS_IOleClientSite' has virtual functions but > non-virtual > destructorIEHtmlWin.cpp:185: warning: `class > FS_IOleControlSite' has virtual functions > but non-virtual > destructorIEHtmlWin.cpp:207: warning: `class > FS_IOleCommandTarget' has virtual functionsPlease > help me.If someone knows how to compile > wxIEHtmlWin please tell me too.Thanks,Martin
Could anyone tell me how i could compile wxIE with wxWidget 2.5 and GCC 3.2? Thanks | Forum List • Thread List • Refresh • New Topic • Search • Previous • Next 1 |
|
|