From: k. h. <kla...@nl...> - 2006-01-19 07:59:30
|
Hi Francesco, I think the problem might be related to the fact that lua is a non windows/wxWidgets application ( plain C ). As i said Cmake does not have the switch in wxLua, and also i can debug into Lua itself, which is a problem on bakefile. Maybe you can compare the two, to see where things go different. Not having the switch in bakefile, makes application crash at the first stages of initialization, and people told me the warning is not to be ignored. Klaas Francesco Montorsi wrote: > Hi, > I've grepped all my wxLua (and wxArt2d) updated CVS repositories > and I did find only one occurrence of the "/NODEFAULTLIB" string: > > in app_wxlua, Win32 debug: > > # ADD LINK32 /VERBOSE:LIB /NODEFAULTLIB:MSVCRT.lib wxluadebug.lib > wxluasocket.lib wxlua.lib > > is it right ? or I'm missing some other occurrences ? > Also, is someone so kind to explain me (maybe just quoting the text > from other mails) why that setting is so dangerous ? > -- Unclassified |