From: klaas.holwerda <ng...@kl...> - 2009-05-09 09:46:28
|
Hi, When i enable in wxWidgets in config.vc the next: # Link with gdiplus.lib? (Needed for wxGraphicsContext, will also set wxUSE_GRAPHICS_CONTEXT) [0,1] USE_GDIPLUS = 1 this result in linking errors in wxstedit ( and later also in wxLua) and all other modules i presume. So i add in the makefile.vc by hand the missing gdiplus.lib. I wonder how it would be possible to handle this directly in bakefile generated makefiles. For instance, build.cfg, contains the setting for USE_GDIPLUS, so it can be detected. A second bakefile related problem is that building debug and release of wxstedit, both result in the same library name: wcode_msw28_stedit But for debug it should generate: wcode_msw28d_stedit Francesco, are you able to fix that? ;-) Regards, Klaas |