请问:这是咋回事

请教:这是怎么回事?
Compiling...
autopast.cpp
Linking...
nafxcwd.lib(thrdcore.obj)   :   error   LNK2001:   unresolved   external   symbol   __endthreadex
nafxcwd.lib(thrdcore.obj)   :   error   LNK2001:   unresolved   external   symbol   __beginthreadex
Debug/autopast.exe   :   fatal   error   LNK1120:   2   unresolved   externals
Error   executing   link.exe.
Creating   browse   info   file...

autopast.exe   -   3   error(s),   0   warning(s)

------解决方案--------------------
我编译没有错误啊,是不是要下新的SDK.
------解决方案--------------------
在Project-> Settings-> c/c++-> Porject options
里面加上 /MT参数。