This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: using mutex_lock / unlock with VS .NET 2003


"Daniel Starin" wrote:

Ahhh solved my own problem... had to turn off the "Use Managed Extensions"
configuration option... anyone care to explain why?

pthreads is written in C and depends on the Win32 core API. A VS.NET 2003 program with managed extensions (written in managed C++) depends on the .NET API (Common Language Runtime etc.). These 2 don't mix allthough you can use native code in a managed program.

--gv



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]