I've setup and installed Visual C++ 2010, because it's nice as hell, I've set up my directories via Project Properties (they've moved it), and I've set up my Linker to what it's supposed to be.
I've done this in Visual C++ 2008, and it works. And I'm trying to do this with Lua scripting, so that being said (setting everything up), I made my script, and I've compiled it with the Lua scripting compiler, it worked fine in the dialog box. Although when I try this with my VC++ 2010 (again, everything is correct), it shows whatever I've programmed it to do in C++, but not what I've made it do in Lua

Any ideas? Am I doing something wrong?
And my CPP file is correct, and the script is in the same directory, so don't ask LOLZ