[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: embedded c++ and 'require'
- From: M Joonas Pihlaja <jpihlaja@...>
- Date: Wed, 23 Dec 2009 12:55:02 +0200 (EET)
Hi James,
On Wed, 23 Dec 2009, James Hearon wrote:
> int status;
> status = luaL_loadfile(L, "myfile.lua") does not give an error.
> Lua 5.1.4, Linux, g++.
>
> Not sure where to look next.
If you could reduce your problem to a small self-contained test case
and post that, then that would go a long way towards making us able to
help you. Without some code to look at there's not much we can do
except shoot random guesses at you.
Cheers,
Joonas