Re: Static variables reset inside CFPlugin code
Re: Static variables reset inside CFPlugin code
- Subject: Re: Static variables reset inside CFPlugin code
- From: Grandinetti Philip <email@hidden>
- Date: Sun, 01 Jan 2012 19:46:31 -0500
Hi Chris,
I prefer sticking with C for this part of my code. I just assumed that CFPlugin would be less work, but since you suggested CFBundle, I can see that it might be just as easy/hard. What would be the advantages?
Either way, I guess I would still have a problem syncing up static variables once the bundle executable was loaded?
Thanks,
Philip
On Jan 1, 2012, at 7:01 PM, Chris Hanson wrote:
> I have to wonder why you're using CFPlugIn in the first place.
>
> I strongly recommend using NSBundle and Objective-C for your plug-in architecture, or plain CFBundle and functions & structs if you absolutely must use C rather than objects for your plug-in architecture.
>
> -- Chris
>
_______________________________________________
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