Re: Cocoa/Objective-C flat name space problems

2010-12-05 Thread Jonathan Hess
On May 6, 2010, at 7:27 PM, Stephen Blinkhorn wrote: > Thanks Isaac, > > On 6 May 2010, at 16:35, Isaac Wankerl wrote: > >> With #2, you might want to investigate using ibtool and the --convert option >> to modify the nibs. Just from reading the man page, it looks like that >> might work if

Re: Cocoa/Objective-C flat name space problems

2010-05-07 Thread Stephen Blinkhorn
On 7 May 2010, at 00:52, Jonathan Hess wrote: On May 6, 2010, at 7:27 PM, Stephen Blinkhorn wrote: Thanks Isaac, On 6 May 2010, at 16:35, Isaac Wankerl wrote: With #2, you might want to investigate using ibtool and the -- convert option to modify the nibs. Just from reading the man page,

Re: Cocoa/Objective-C flat name space problems

2010-05-06 Thread Jonathan Hess
On May 6, 2010, at 7:27 PM, Stephen Blinkhorn wrote: > Thanks Isaac, > > On 6 May 2010, at 16:35, Isaac Wankerl wrote: > >> With #2, you might want to investigate using ibtool and the --convert option >> to modify the nibs. Just from reading the man page, it looks like that >> might work if

Re: Cocoa/Objective-C flat name space problems

2010-05-06 Thread Stephen Blinkhorn
Thanks Isaac, On 6 May 2010, at 16:35, Isaac Wankerl wrote: With #2, you might want to investigate using ibtool and the -- convert option to modify the nibs. Just from reading the man page, it looks like that might work if you come up with some build scripts to run it for each project. I

Re: Cocoa/Objective-C flat name space problems

2010-05-06 Thread Isaac Wankerl
With #2, you might want to investigate using ibtool and the --convert option to modify the nibs. Just from reading the man page, it looks like that might work if you come up with some build scripts to run it for each project. Isaac http://www.kerlmax.com/ On Thu, May 6, 2010 at 5:22 PM, Stephen

Cocoa/Objective-C flat name space problems

2010-05-06 Thread Stephen Blinkhorn
Hi all, I write audio unit plugins and Cocoa's flat name space is causing some real problems. Essentially I have a static library of Cocoa user interface classes that I use in multiple plug-in projects. These plug- ins are often run side by side by the user so I can't guarantee that a pr