"unresolved external symbol __alloca_probe_16"

If it’s a brand new VC++ install and it’s affecting everything, it’s most likely a configuration issue. Check to see that all your settings are the same as they were on your old computer, that you’ve got all the libs installed, in the same place, and that the IDE can find them at the right path, etc.>----- Original Message ----

From: Andreas Vo?
Subject: [SDL] “unresolved external symbol __alloca_probe_16”

Hello,

I am using Microsoft VS (2003) C++ on a new computer (Intel Xeon). Now, any SDL
apllication fails to link, even a very basic code like this:

I alway get: “unresolved external symbol __alloca_probe_16”

With an older computer, I never obsearved this problem. Any suggestions?!

Thanks,
Andreas