|
From: Brian A. <bri...@gm...> - 2003-06-13 15:36:58
|
Ok, now I've made an attempt to 'plug-in' my new build to my Dev-Cpp install...and I get this... ========================================= Executing make clean rm -f minimal.o minimal.exe g++.exe -c minimal.cpp -o minimal.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" -fno-rtti -fno-exceptions -fno-pcc-struct-return -fstrict-aliasing -Wall -fvtable-thunks -D__WXMSW__ -D__GNUWIN32__ -DWINVER=0x400 -D__WIN95__ -DSTRICT -D__WXDEBUG__ -fexpensive-optimizations -O1 cc1plus.exe: warning: -fvtable-thunks is no longer supported g++.exe minimal.o -o "minimal.exe" -L"C:/Dev-Cpp/lib" -mwindows -lwxmsw250d -lcomdlg32 -luser32 -lgdi32 -lole32 -lwsock32 -lcomctl32 -lctl3d32 -lgcc -lstdc++ -lshell32 -loleaut32 -ladvapi32 -luuid -Lc:/wx/lib Execution terminated Compilation successful ============================= It does generate an .exe, but when it runs, it immediately generates an unknown software exception at location 0x0040cd6d. Does anybody have any experience with what causes this error? It MUST NOT BE the lib, because when I made the sample from the makefile, everything was swimmy. Its a configuration in Dev-Cpp, I'm sure of it...I just don't have enough knowledge to track this down... Brian Brian Ackermann wrote: > I've just compiled the latest wxWindows CVS build. What must I do to > 'plug it in' to Dev-C++? I've tried copying the lib and include > directories under Dev-Cpp, but I'm getting errors building the minimal > sample. > > Thanks! > > Brian > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > |