beginthreadex

hallo, when i compile my project, pc says me the error:
link error, unresolved external symbol beginthreadex
link error unresolved external symbol endthreadex.
is there anyone who can say me the reason?
thanks,Isabella
[234 byte] By [doxdici] at [2007-11-19 7:31:58]
# 1 Re: beginthreadex
hallo, when i compile my project, pc says me the error:
link error, unresolved external symbol beginthreadex
link error unresolved external symbol endthreadex.
is there anyone who can say me the reason?
thanks,Isabella
You are probably usin a single threaded run-time library.
Try to change it to "Multithreaded DLL" (for release) or "Debug Multithreaded DLL" (for debug build).
TRo do it: go to Menu->Project->Settings... -> tab C/C++ -> select "Code generation" in the "Category" combobox and chose the appropriate item in "Run-time library" combo box
VictorN at 2007-11-9 13:57:33 >
# 2 Re: beginthreadex
[ Moved thread ]
Andreas Masur at 2007-11-9 13:58:24 >
# 3 Re: beginthreadex
Other than that...make sure you have included 'process.h'...
Andreas Masur at 2007-11-9 13:59:34 >