1LINK : fatal error LNK1561: entry point must be defined

Started by
1 comment, last by Aardvajk 15 years, 8 months ago
Hi I was using a game engin called hge and after trying to compile I get this error: 1>LINK : fatal error LNK1561: entry point must be defined Can anyone help?
Time is measured by stuff you do. Don't waste minutes on nothing, have more time.
Advertisement
Sounds like you've not written a main/WinMain function.

Richard "Superpig" Fine - saving pigs from untimely fates - Microsoft DirectX MVP 2006/2007/2008/2009
"Shaders are not meant to do everything. Of course you can try to use it for everything, but it's like playing football using cabbage." - MickeyMouse

Or compiling a console program as a Windows app, or vice versa.

Which compiler are you using?

This topic is closed to new replies.

Advertisement