lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>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