SEnergy

Results 3 comments of SEnergy

yeah, I understood that from the readme, but what do I compile it as? static lib? dynamic lib? how do I link the lib to the Lua after it's been...

this WRAPPER is header-only, but I can use it to create C++ libraries for Lua, right? how do I compile THEM? do I compile them as static libs? as dynamic...

it seems that you can't understand me... AFTER I include header of this wrapper in my 'myClass' and bind it using `LuaBinding(L).beginClass("myClass")` how do I compile myClass? do I compile...