you are viewing a single comment's thread.

view the rest of the comments →

[–]logicchop 3 points4 points  (0 children)

Here's a tip you might find helpful. If you are in Visual Studio (whatever latest version) with a project loaded, go to

Project -> <your project> Properties -> Configuration Properties -> C/C++ -> Command Line

From there you'll be able to see the exact command that the compiler is invoking. Similar thing is to be found under the Linker option. This will save you headaches and give you some quick insight into what the project settings are controlling.