Re: How to Build a Tool that uses NSApplication...

2006-11-06 Thread Lloyd Sargent
Thanks, I managed to figure out that I needed the GUI . Yeah, I slapped my myself and went DOH!!! when I realized it... But thanks for the verification! Cheers, Lloyd On Nov 5, 2006, at 9:24 PM, Christopher Armstrong wrote: Basically I want to build a tool that does some processing of NSIm

Re: How to Build a Tool that uses NSApplication...

2006-11-06 Thread Christopher Armstrong
Hi On Sun, 5 Nov 2006 21:47:29 -0800 (PST), "Matt Rice" <[EMAIL PROTECTED]> said: > > --- Christopher Armstrong > > <[EMAIL PROTECTED]> > > wrote: > > > > > > Basically I want to build a tool that does some > > > processing of NSImages > > > > (but never displays them). > > > > > > > > Okay, bu

Re: How to Build a Tool that uses NSApplication...

2006-11-05 Thread Richard Frith-Macdonald
On 1 Nov 2006, at 00:22, [EMAIL PROTECTED] wrote: Basically I want to build a tool that does some processing of NSImages (but never displays them). Okay, but when I use the following make file: include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = ObjectiveC ObjectiveC_OBJC_FILES = ObjectiveC

Re: How to Build a Tool that uses NSApplication...

2006-11-05 Thread Matt Rice
--- Matt Rice <[EMAIL PROTECTED]> wrote: > > > --- Christopher Armstrong > <[EMAIL PROTECTED]> > wrote: > > > > Basically I want to build a tool that does some > > processing of NSImages > > > (but never displays them). > > > > > > Okay, but when I use the following make file: > > > > it

Re: How to Build a Tool that uses NSApplication...

2006-11-05 Thread Matt Rice
--- Christopher Armstrong <[EMAIL PROTECTED]> wrote: > > Basically I want to build a tool that does some > processing of NSImages > > (but never displays them). > > > > Okay, but when I use the following make file: it might also worth noting that you may be required to run [NSApplication sha

Re: How to Build a Tool that uses NSApplication...

2006-11-05 Thread Christopher Armstrong
> Basically I want to build a tool that does some processing of NSImages > (but never displays them). > > Okay, but when I use the following make file: > > include $(GNUSTEP_MAKEFILES)/common.make > > TOOL_NAME = ObjectiveC > ObjectiveC_OBJC_FILES = ObjectiveC.m > > include $(GNUSTEP_MAKEFILES)

How to Build a Tool that uses NSApplication...

2006-11-05 Thread lloyd . sargent
Basically I want to build a tool that does some processing of NSImages (but never displays them). Okay, but when I use the following make file: include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = ObjectiveC ObjectiveC_OBJC_FILES = ObjectiveC.m include $(GNUSTEP_MAKEFILES)/tool.make I get a bu