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