Original Post
Okay, this error seems pretty common, so I've been searching for solutions for the past hour and none have helped. I am using Visual C++ 2005 and SDL, and getting the error "LNK1561: entry point must be defined". Now: -I have linked against sdlmain.lib -I am using a multi-threaded debug .dll for my C runtime -I have tried both unicode and multibyte character sets -I have made sure that I am using the proper version of the library (VC8) -I have set up my project as a Win32 project, empty, with no precompiled headers -I am about to slam my keyboard into my monitor. So can anyone tell me what else there is to do?