Guest_imported
New member
- Jan 1, 1970
- 0
Hello
When I compile my program in debug config it compiles fine. However, when I compile it in release config I get the following 2 linker errors:
nafxcw.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcw.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
Any ideas on how to fix it?
Thanks
When I compile my program in debug config it compiles fine. However, when I compile it in release config I get the following 2 linker errors:
nafxcw.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex
nafxcw.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
Any ideas on how to fix it?
Thanks