1>MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
1>SDLmain.lib(SDL_win32_main.obj) : warning LNK4099: PDB 'vc100.pdb' was not found with 'SDLmain.lib(SDL_win32_main.obj)' or at 'C:\Users\sagan\documents\visual studio 2010\Projects\test\Debug\vc100.pdb'; linking object as if no debug info
I had compiled SDL for VC2010 and it was fine until I included winsock2.h and now I have these warnings. I don't understand the meaning of this. Is SDL linking somehow to older files than winsock2.h?






