[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: getting started with lua ..
- From: "brian knudsen" <brian@...>
- Date: Wed, 6 Mar 2002 00:29:59 +0100
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 ?!?