[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: getting started with lua ..
- From: "Scott Morgan" <blumf@...>
- Date: Wed, 6 Mar 2002 00:31:22 -0000
Have you tried different lua files?
My first thought was it might be because it's trying to write to the STDOUT
without a console attached, but that dosn't seem to cause problems for me
(on MSVC 6 SP5)
How have you linked to the lua lib?
Scott
----- Original Message -----
From: "brian knudsen" <brian@sacred.dk>
Subject: getting started with lua ..
> 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 ?!?
>