The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.
SDL
Simple Directmedia Layer Forums
sdl 1.2.15 fails where 1.2.13 does not
necron
Joined: 10 Dec 2011
Posts: 33
Posted: Sun Apr 15, 2012 1:30 am
old works fine and new onw gives: warning LNK4044: unrecognized option "manifestdependency:type='win32' name='Microsoft.VC90.CRT' version='9.0.21022.8' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'"; ignored
and then 4 errors:
error LNK2001: unresolved external symbol ___security_cookie
error LNK2001: unresolved external symbol @__security_check_cookie@4
error LNK2001: unresolved external symbol __alloca_probe_16
error LNK2001: unresolved external symbol __imp____iob_func
fatal error LNK1120: 4 unresolved externals
My thinking was that maybe with the newest sdl I could use sdl_net 1.2.8 with no issue like I already do with sdl_net 1.2.6 (see my other posted issue nearly the same as this)