> Linking... > nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol > __endthreadex > nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol > __beginthreadex > Schema2QDR.exe : fatal error LNK1120: 2 unresolved externals > Error executing link.exe.
Open the project settings, go to C/C++ -> "Category": "Code Generation" and change "Use run-time library:" (for both debug AND release!) to (Debug) Multi-Threaded DLL. That should do the trick. Hope this helps, Wolfgang
