lua-users home
lua-l archive

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


Send a call stack, preferably with Windows symbols.

-----Original Message-----
From: brian knudsen [mailto:brian@sacred.dk] 
Sent: Tuesday, March 05, 2002 3:30 PM
To: Multiple recipients of list
Subject: getting started with lua ..


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 ?!?