I am new to the forum. I hope this is a right palce to place my question here. I run into a problem with MS Visual Studio 7.0 (.Net 1.1) when I try to build a window program. It was a project with .c and .cpp file mixed, but no c++ class been involved.
***********************************************************
nafxcwd.lib(thrdcore.obj) : error LNK2019: unresolved external symbol __endthreadex referenced in function "void __stdcall AfxEndThread(unsigned int,int)" ( AfxEndThread@@YGXIH@Z)
***********************************************************

LNK2019
amitdevelopernet
Stein
Regarding your issue, make sure you are using the multithreaded versions of the C run time (CRT). For more details, see http://msdn.microsoft.com/library/default.asp url=/library/en-us/vclib/html/_crt__endthread.2c_._endthreadex.asp
Hope this helps!
Thanks,
Ayman Shoukry
VC++ Team
Calvin FONG
Kevin C.