[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: luaopen_io crashes with debug mode of visual studio
- From: coder@...
- Date: Sat, 16 Feb 2008 14:32:01 +0100
hi,
i am using the lua 5.1.3 source code in my visual studio c++ project.
unfortunately luaopen_io crashes. i read somewhere in the web
that somebody had the same problem but there was no sollution posted
and it was just ONE guy having the same problem.
i have the same problem when i compile lua as a separate library.
it seems lua does not like debug mode of ms visual studio ?
i tried it with visual studio 2005 and visual studio express 2008, same thing.
does anyone have an idea how this problem could be solved ?
i need lua for a game engine and i worked with it before on linux systems.
if this doesnt work i had to switch to something like python which i
really dont wanna do because of the size and speed of that beast
(although i really like python as a standalone language).
regards
chris kroose