?Entry Point Error?

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
XxSpeedDemonxX
Posts: 4
Joined: February 23rd, 2012, 1:26 am

?Entry Point Error?

Post by XxSpeedDemonxX » February 23rd, 2012, 2:36 am

For some strange reason I get an error on my projects suddenly(Might be something I forgot?).

Code: Select all

1>LINK : fatal error LNK1561: entry point must be defined
What exactly could be the problem?
(XxSpeedDemonxX)-Tristan Gibson

"We don't see those who want to change the world as crazy, but genius. Anyone who is crazy enough to believe they can change the world most likely will."

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: ?Entry Point Error?

Post by chili » February 23rd, 2012, 3:21 am

Can't say exactly without seeing the full source and the building settings, but if the linker can't find the entry point, that generally means it's having trouble finding your main() or WinMain() or whatever.
Chili

XxSpeedDemonxX
Posts: 4
Joined: February 23rd, 2012, 1:26 am

Re: ?Entry Point Error?

Post by XxSpeedDemonxX » February 23rd, 2012, 3:30 am

Yeah, that was the problem with my project. Thank you for the reply.
(XxSpeedDemonxX)-Tristan Gibson

"We don't see those who want to change the world as crazy, but genius. Anyone who is crazy enough to believe they can change the world most likely will."

Post Reply