|
-
April 20th, 2010, 11:02 AM
#1
what am I doing wrong?
There was no errors before until now. :\
Code:
1>------ Build started: Project: Run, Configuration: Debug Win32 ------
1> Run.cpp
1>LINK : fatal error LNK1561: entry point must be defined
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Yes, I am using c++ visual 2010. 
What did I do wrong?
-
April 20th, 2010, 11:19 AM
#2
Re: what am I doing wrong?
Something wrong in the project settings, maybe? Did you change anything?
-
April 20th, 2010, 11:25 AM
#3
Re: what am I doing wrong?
I believe the error is stating that you don't have a main entry point into the program. This could be a function called WinMain, main, or DllMain, depending on your project settings. Verify that you didn't accidentally remove/change your entry point.
-
April 20th, 2010, 12:29 PM
#4
Re: what am I doing wrong?
Ok fixed thanks everyone
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|