Hi , I am working with c++ and I want to add to it a C# GUI.
I created in my solution a C# project for the GUI, and another managed c++ project for communicating between the two.
when I try to add an #include in the managed c++ project to a header of the c++ project , I get this error -
C:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include\atlbase.h(4878): error C3861: '_beginthreadex': identifier not found
But when I compile the project in release it compiles perfectly, any idea why?
thanks
Spaarvap