wxwidgets dll problems
Bill Baxter
wbaxter at gmail.com
Sun Jul 1 12:53:17 PDT 2007
On 7/2/07, whatazor <dannox at gmail.com> wrote:
>
>
> On 1 Lug, 19:43, whatazor <dan... at gmail.com> wrote:
> > Hi,
> > I try to convert a project to make dll instead of dll.
>
> ^^^^^^^
>
> error : instead of static lib.
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20070702/ec7=
bca19/attachment.htm
More information about the wx-users
mailing list