Visual C++ Projects in Visual Studio

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top