|
|
||
|
I also had this difficulty when switching from VS2003 to VS2005. Removing the calls to the open libs functions and instead calling luaL_openlibs() per Chris' post and also http://www.lua.org/manual/5.1/manual.html#luaL_openlibs solved it for me.
Jason
On 4/8/07, Chris <coderight@...> wrote: Which version of Lua are you using? In 5.1 I don't see any function called lua_baselibopen.
Maybe you want luaL_openlibs or similar?
CR
On 4/8/07, Cody Harris <charris@vectec.net> wrote: Still no luck.
Where should they be defined in the include files?