lua-users home
lua-l archive

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


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