--- 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: > > <snip> > > it might also worth noting that you may be required > to > run [NSApplication sharedApplication]; > > even though you never use NSApp. > ok i didn't really explain this very well if you can avoid running -sharedApplication, you'll want to as it will stop your tool from running when its unable to make a connection to an x server (under x11 based backends). but sometimes its unavoidable. ____________________________________________________________________________________ Low, Low, Low Rates! Check out Yahoo! Messenger's cheap PC-to-Phone call rates (http://voice.yahoo.com) _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
