Re: Locks
Re: Locks
- Subject: Re: Locks
- From: Ken Thomases <email@hidden>
- Date: Tue, 06 Dec 2011 22:01:30 -0600
On Dec 6, 2011, at 9:07 PM, koko wrote:
> I cannot use NSLock as this is in a BSD Static lib and I am required to implement as close to windows as possible.
There's no general prohibition against using Cocoa in a static library. I also pointed you to pthread's mutex as an alternative.
Also, if you aren't allowed to use Cocoa, then don't post your question to the Cocoa-Dev mailing list.
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Locks (From: koko <email@hidden>) |
| >Re: Locks (From: Conrad Shultz <email@hidden>) |
| >Re: Locks (From: koko <email@hidden>) |