Lua and ToLua with VS2003

Started by
-1 comments, last by Eldritch 17 years, 10 months ago
I have been trying for quite a few hours now to find out something about how to make ToLua to work with VS2003 and Lua. I have Lua up and running, but I have no idea what to do with ToLua and to make it work. It seems like I have to write PKG-files for the classes that should be accessible from the Lua script, right? So, how do I then compile these and run them from the Lua scripts? Another, smaller question.. how do I "include" another Lua file in a Lua file... much like include ("filename.php"); works in PHP?

This topic is closed to new replies.

Advertisement