Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mutual Exclusion - quick question

Status
Not open for further replies.

Jen53403

Programmer
Joined
Jul 17, 2006
Messages
22
Sorry if this is a bad question, but I'm trying to implement some mutual exclusion between processes in C++. I'm aware of the acquire() and enterCriticalSection() functions which are supposed to accomplish this, but I get an error saying these functions are undefined when I try either of them. I assume I'm missing a .h file or something. Do I have to create an instance of a class, or can I just include whatever .h file I need, and what .h file is that? Thanks so much.
 
Status
Not open for further replies.

Similar threads

Replies
0
Views
285
  • Locked
  • Question Question
Replies
2
Views
382
  • Locked
  • Question Question
Replies
1
Views
171
Replies
1
Views
288
  • Locked
  • Question Question
Replies
3
Views
347

Part and Inventory Search

Sponsor

Back
Top