[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: load byte code from c/c++
- From: forum <forumme5487@...>
- Date: Thu, 19 Apr 2012 11:58:53 +0530
Is it possible to load lua byte code from c/c++?
But not using "dofile". I tried "dostring" and "loadstring" but that
didn't work.
Is there another possibility or way to do it?