From: klaas.holwerda <kho...@xs...> - 2005-12-26 16:55:57
|
Hi John, ( still Vc6 and 2.6.2 and debug verson of builds) Some more findings. I did a complete new check out of wxLua, went to the build/msw dir. And did a build of app_wxlua in the wxLua.dsw. ( in principle a rebuild all i think ). Guess what, it works fine! Now i go to apps/build/msw and open apps.dsw. I set app_wxlua as active project, and its active configuaration to debug. And now i do a rebuild all on this project, and run wxLua from there. And now there is the same problem again. ( see stack dump of other mails ). For app_wxluaedit the outcome is the same. Now i go back to the first wxLua.dsw. If i run directly app_wxlua from in there the problem is the same, since no build is done. But now i do a change in console.cpp in order to force a build, and everything is oke again. If i go once more tp aps/build/msw/apps.dsw, and make in there a change to console.cpp, to force a build from there, the problem is there again. Can you reproduce this ? If we both have the same problem, we might be able to find what is causing it. Still trying to get things in order for VC.net, but that will take me a day, compiling everything wx etc. Regards, Klaas klaas.holwerda wrote: > Hi, > > John Labenski wrote: > |