Re: Failed to load SHCORE.DLL

"MrTAToad" <[email protected]>
Newsgroups gmane.comp.lib.sdl
Message-ID <[email protected]>
For the "main is defined twice" error, all you need to do is use 
Code:
#undef main

 before your main function.

It sounds like your operating system is 32-bit and its trying to use the 64-bit version of SHCORE.DLL - if you use the #undef and the 32-bit libraries it should work.

_______________________________________________
SDL mailing list
[email protected]
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.