If you want to keep the Windows subsystem you can just hint at what your entry point is, because you haven't defined
___tmainCRTStartup. You can do this by adding the following to Properties -> Linker -> Command line:
/ENTRY:"mainCRTStartup"This way you get rid of the console window.
Retirado daqui:
Sem comentários:
Enviar um comentário