[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua C Require problem
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 18 Dec 2007 19:49:31 -0200
> 32 luaL_dofile(state,"hello.lua");
You should always test the return code and print the error message if any.