Hi,
I am working on an application with MSVC7.1. I
compiled the Lua 5.1.1 by myself, then tried to
link static or dynamic library into my project, but it crashes while luaopen_io
being called every time, even when I add the Lua source code to my project..
Any suggestion?
Thanks.