I've successfully made a screen saver with VS2010. It works great, but when it opens the console appears just before the RenderWindow does, and it closes just after the RenderWindow. I want to get rid of that console window.
I've tried going into the project's properties and changing
Configuration Properties -> Linker -> System -> SubSystem to
Windows. However, when I tell it to compile I get this error in the file
MSVCRT.lib(crtexew.obj)error LNK2001: unresolved external symbol _WinMain@16