error C3861: '_beginthreadex': identifier not found
HI,
The Problem remains...
1>C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include\atlbase.h(4575) : error C3861: '_beginthreadex': identifier not found
to avoid this problem i need to set up something in Visual Studio to turn on _MT in ATLBASE.
I set runtime library to /MDd but _MT still OFF.
Re: error C3861: '_beginthreadex': identifier not found
Please do not create multiple threads for the same issue. That doesn't help getting help faster and people will attempt posting in different threads not knowing what is happening with the other thread.
You were asked to use /MTd and not /MDd, isn't it ? Why are you still using /MDd ?
Re: error C3861: '_beginthreadex': identifier not found
Sorry, I´m new with foruns
How can i cancel this thread ?