what are these error ?
-
what are these error ? nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
Are you sure that you've
#includ
ed<process.h>
? Also, why are you wanting to use_endthreadex
? Just return from the thread function. That's the best way to end a thread.“Follow your bliss.” – Joseph Campbell
-
what are these error ? nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
-
Well, that's a good reason to start learning.
This signature was proudly tested on animals.
-
what are these error ? nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex
They are linker errors. See here.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons