15 Aug
2006
15 Aug
'06
3:24 p.m.
I evaluated a number of possibilities for this a while ago. If you are on windows and willing to go the COM/VBA route then http://www.codeproject.com/wtl/atlscripthost.asp gives a good intro. Otherwise I'd use boost::python. I found that embedding Lua in a c++ app was a little less well supported and documented, but luabind does much of the donkey work.