[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: getting started with lua ..
- From: "Curt Carpenter" <curtc@...>
- Date: Tue, 5 Mar 2002 16:12:40 -0800
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 ?!?