From: klaas.holwerda <kho...@xs...> - 2006-01-05 07:49:47
|
Francesco Montorsi wrote: > Hi, > > klaas.holwerda wrote: > >> Do you know where this setting comes from? >> On the wxArt2d list knowledgable persons think it is not a good idea, >> and should be solved different. > > sorry but I didn't followed the thread. > If I understand it correctly, there is a problem having > "/NODEFAULTLIB:MSVCRT.LIB" in release builds using MSVC6, right ? No that was only the beginning, in release mode the switch is not set, only in debug. And it seems to work partly in debug mode, and is risky, see the thread on art2d, it is very informative. People say this switch is also weird to have in debug mode, indicating that somethings is not setup right. wxWidgets does not have this switch. So i wonder where it came from. If we know that, we might think of a solution next. I will try today to compile wxLua wihtout the switch, and see what happens. > > >> >> BTW Franscesco would it be possible to enable debug info in the lua >> part of wxLua? > > .... > which sets the debug info ON in debug builds only. > Hmmm, if i want to step into the lua code, i get only assembler. Also the stack is not shown properly. So i though there is no debug info there. Can this have something to do with lua being C code only? Regards, Klaas |