The OpenGl SuperBible Examples are shipped with the Property "/SUBSYSTEM:WINDOWS", which eliminates the console window, if i am trying to use "/SUBSYSTEM:Console" to start with console i get the error:
error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
However the main function is redirected by the example files with
DECLARE_MAIN(singlepoint_app)
In this file DECLARE_MAIN is declared: Link