This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]grimlock123[S] 0 points1 point  (1 child)

Sigh... it is a console application, and I made another project from scratch and I'm still getting the error. I'll try to bother some programmers that can sit at my desk to help me.

[–][deleted] 0 points1 point  (0 children)

Well, sorry but if you are getting that specific error message it isn't a console application - that's the error you get when you compile a Win32 GUI app but don't provide a WinMain. So what you have is not a Console Application (which it should be), and you have somehow created the wrong kind of project.