[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Problem with luaL_loadbuffer
- From: Altaf <altaf.navalur@...>
- Date: Fri, 16 Oct 2009 00:03:08 +0530
Hello All,
I am trying to use luaL_loadbuffer instead of luaL_dofile. The reason
being I have my own factory system. I load the file then pass the read
data to luaL_loadbuffer.
It returns success code. But when I call the function from that script
file. the application exits.What do I have to do to fix this problem.
Thanks,
Altaf