From: klaas.holwerda <ng...@kl...> - 2009-05-16 15:31:08
|
Francesco, I updated from CVS, but the linking problem is still there (gdiplus.lib is not in the makefile.vc. And with nmake it is a problem. Next i discovered that wxLua and wxstedit follow different ways to set unicode and debug. wxstedit: nmake -f makefile.vc WX_UNICODE=1 WX_DEBUG=1 wxLua & wxWidgets: nmake -f makefile.vc UNICODE=1 BUILD=debug Why this difference?? It is rather confusing. Because for that was the reason i thought the naming of the libs went wrong, but it is oke. I would not mind that all of them worked the same, or at least wxlua and wxCode stuff. Francesco Montorsi wrote: >> Francesco Montorsi wrote: >> >> > well, that's ok for me however: if you compile with opengl, it doesn't mean that > any app using wx-config needs wx openGL library, isn't it? > If an app needs it, it can use "wx-config --libs gl" :) > Oke forgot that one again, thanks for reminding :-) Regards, Klaas |