Nothing. I even did so running the command line as administrator. It doesn't freeze the console, the console just continues past - as if the program ran and gave no output... but it should at the very least spit out the contents of a std::cout << "Test" << std::endl; line.

Everything I see makes me think the executable itself is fine, but somehow Norton or Windows is blocking it. For example, when I run it, it shows up in the Processes Window (Ctrl+Shift+Esc in Windows 7). It just stays there - if execution ever reached the program, it should exit very very quickly. If execution reached the program and somehow got stuck in an infinite loop, the command line (and QT) would freeze up until the program exitted. That doesn't happen.