[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: bug?!? on recompile
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 22 Aug 2003 01:23:16 -0300
>Now we are getting a crash when we load a particurlar file, but ONLY the
>first time we run the application after a partial rebuild of the application.
This seems like you're overwriting code with data somewhere else. Like when
you have a bug that disappears when you add a "print" statement or run it
inside a debugger. It does not seem related to Lua.
Perhaps someone that knows VC++ can help.
--lhf