First post, by emendelson
Hello,
Once again I think I'm missing something obvious, and would be grateful for any help.
I have no trouble building SVN with Visual C++ 2010 Express, using SDL-1.2.14.
Today I downloaded the visual C source for SDL-1.2.15, and placed in my Development directory, right next to SDL-1.2.14.
I opened my SVN project in Visual C, and went to Project/Properties, and then went to Configuration Properties/Linker/General, and edited the Additional Library Directories. I changed "../SDL-1.2.4/lib" to "../SDL-1.2.5/lib/x86" since I saw that the directory structure now included X86.
I clicked Apply, OK, etc., cleaned the project, and tried to build, but I got the fatal error "cannot open the input file 'sdlmain.lib'.
So I copied the three SDL files from /lib/x86 into /lib, went back to the Configuration Properties, changed the additional folders back to ../SDL-1.2.5/lib and tried again. Same fatal error.
I'm still using sdl-net 1.2.7, if that makes any difference.
Clearly, I'm doing something wrong, but I can't imagine what it might be. Once again, I'll be grateful for any advice.