lua-users home
lua-l archive

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


i found my problems in my program. This was misisng:: 

extern "C"
{
#include "lua.h"
}

anyways, i can dostrings and run functions written in these strings, send args back and forth (its awfully cool), but my MSVC project crashes when i do a lua_do(lua, "filename.lua"), with a NTDLL.DLL access vilation .. is this something as common as the linking error ?!?