Symbole externe non résolu "public: virtual void __thiscall wxAppConsole::OnAssert

Etienne SOBOLE etienne-nospam at tlk.fr
Thu Aug 3 09:20:15 PDT 2006


>I guess you're linking your debug mode executable to wxWidgets libraries 
>which are build in release mode.
>Either both should be build in release or both should be build in debug. 
>Actually it's best to use the project files of the samples as base for your 
>application. This helps avoiding misconfigurations.

Yes!!!

Your absolutly right !!!
I replace
wxmsw26_core.lib wxbase26.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib 
wxregex.lib wxexpat.lib
for the release mode

by
wxmsw26d_core.lib wxbase26d.lib wxtiffd.lib wxjpegd.lib wxpngd.lib 
wxzlibd.lib wxregexd.lib wxexpatd.lib
for the debug mode and It's work perfectly now ...


thank you very much !!!
Etienne 








More information about the wx-users mailing list