Visual C++ Projects in Visual Studio

  • Thread starter Thread starter anonymous.post
  • Start date Start date
A

anonymous.post

I have a Visual C++ Project (a C++ dynamic DLL) in Visual Studio 2003
NET. I want to use for example the _beginthreadex() function, but I
cannot compile my code. The compiler breaks up with the message :

'_beginthreadex': identifier not found, even with argument dependent
lookup

I added the include path to to the <process.h> file in SDK in the
project options, but it does not help.
I tried also to change the project options for the "Use of MFC"
parameter to "Use standard Windows libraries" or "Use MFC in a shared
DLL", but it did not help either.
Does anybody have any hint please ?
Thanks in advance.
 
Back
Top