wxwidgets dll problems
whatazor
dannox at gmail.com
Sun Jul 1 13:30:38 PDT 2007
> I could be wrong, but I think these errors come from not defining WX_DLL
> when compiling your app. You need to #define it or use a -DWX_DLL flag for
> Unixy compilers. Or in the "preprocessor definitions" section of build
> properties under MSVC.
> If you're doing that already, then possibly file1.cpp just didn't get
> recompiled. Try a full rebuild of your app.
>
> --bb
hi, thank you for the answer, I've use -DWX_USE_DLL or something like
this, but nothing changes.
I've tried also to recompile several times, but nothing, and now I try
to change the linking order, because in project properties I'm sure
that all files it needs are present.
bye
w
More information about the wx-users
mailing list