From: klaas.holwerda <kho...@xs...> - 2006-03-04 16:51:19
|
Hi, I thought i do a last test with VC6 ( only debug and release multilib ). I see with wxStEdit from wxCode CVS, still this problem, i think this is the same as we had some time ago. If it is already introduced here, later on in wxLua the problem will stay, and eventually in wxArt2D it became a real problem. Francesco how did you solve it that time? Better do it here too. Regards, Klaas --------------------Configuration: wxstedit - Win32 Debug-------------------- Linking... LINK : warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other libs; use /NODEFAULTLIB:library next i get this in all wxLua/apps -------------------Configuration: app_wxlua - Win32 Release Multilib-------------------- Compiling resources... Compiling... lconsole.cpp wxlua.cpp Generating Code... Linking... LINK : warning LNK4089: all references to "OLEAUT32.dll" discarded by /OPT:REF and of course in: --------------------Configuration: app_wxluaedit - Win32 Debug Multilib-------------------- Compiling resources... Compiling... wxledit.cpp wxluaedit.cpp Generating Code... Linking... LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library |