Compiling tolua++ 1.0.93 with lua 5.1.4 and Visual Studio 2010
Not long ago I decided it would be wise to extend my programming horizon and get to know C++ better. I kind of feel like a newb all over – again. Anyway, it seems that successes come in at a faster pace as they used to appear when learning other languages – which kind of makes learning C++ (even) more fun, despite the occasional and unavoidable mental blockade. Now that I have a bit more time, I apparently also decided to finally continue to work on my blog. Both things combined, and the need to compile tolua++ for a new project of mine, lead to this post. Note, that the instructions here are derived from the lua-users.org wiki article Compiling Toluapp Without Scons. The original author did already explain on how to compile it on VS2003 and VS2005, but left a small pitfall when compiling the actual executable. I tried to make this a version for dummies – if I succeeded, do not feel offended: it is also supposed to be a reference for myself :)
