$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Simon Carter (simon.carter_at_[hidden])
Date: 2006-08-15 11:24:05
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.