Re: Problem loading IB plugin [solved]
Re: Problem loading IB plugin [solved]
- Subject: Re: Problem loading IB plugin [solved]
- From: "Sean McBride" <email@hidden>
- Date: Wed, 21 Nov 2007 10:31:00 -0500
- Organization: Rogue Research
On 11/21/07 8:01 AM, Rick Hoge said:
>This is how the template does it - I notice that IB's file open sheet
>for adding a plugin does not allow you to look inside frameworks. I
Correct, and most annoying. You can also use Finder to get 'inside' the
framework, then drag the .ibplugin to IB's pref window.
On 11/21/07 9:21 AM, Rick Hoge said:
>The only other minor annoyance is that the views I want to support in
>this way can't operate exclusively under Garbage Collection but that's
>another matter... the views in question don't have particularly
>complex memory management needs and you can still run in GC mode when
>actually used in an app, right? It's just IB that is not GC.
Correct. We also had to sprinkle retain/release's all over some nice GC-
only code to be able to have a correctly working IB plugin. Pity. When
the code is used in IB, the retain/release do something, when used in
your GC app they becomes NOPs. Similarly, your code must also be 32-bit
clean, since IB is a 32-bit only app.
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden