|
-
August 20th, 2008, 10:31 PM
#1
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.
-
August 21st, 2008, 01:52 PM
#2
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 ?
-
August 21st, 2008, 06:56 PM
#3
Re: error C3861: '_beginthreadex': identifier not found
Sorry, I´m new with foruns
How can i cancel this thread ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|