Re: Getting a .dll working for CC
Going to install everything I need to on this slow laptop, make sure my libraries compile, and then I'll debug why your library is causing that to occur(I suspect build option differences you've set, as you're using gcc(which makes everything easier to mess up)).
Should have it compiling and a reason why it didn't work here by the end of the night. Got nothing better to do up here in delaware.
Edit:I can safely say it's simply because you're using gcc. Really. There's no reason to use gcc if you're developing libraries for cortex command. There are a variety of issues that could've arisen, from not compiling with the same options as CC's lua, to it simply not compiling correctly for the platform you're running it on. If you post whatever compile options you used, I'm sure someone who actually uses gcc still(lol those kinds of people exist??) might tell you what's wrong.
I modified it slightly to work in MSVS 2008. Here's a rar containing the repaired solution, and a binary. Also, a lot of your methodology in the library seems pointless, but I suppose a point might be provided after you actually develop it.
http://filesmelt.com/dl/ccluaextension.rarVisual C/C++ 2008 express edition is free. Acquiring professional is only a few legal clicks away. It'd make your lua life much much easier. Would anyone actually be interested if I created an updated binary tutorial? Just to clear up any confusion.