Re: trying to add Growl support
Re: trying to add Growl support
- Subject: Re: trying to add Growl support
- From: Matt Neuburg <email@hidden>
- Date: Tue, 04 Apr 2006 11:46:01 -0700
- Thread-topic: trying to add Growl support
On Tue, 04 Apr 2006 09:37:06 -0700, Matt Neuburg <email@hidden> said:
>I'm trying to add Growl support to my MemoryStick app. I followed the
>instructions on this page:
>
>http://www.growl.info/documentation/developer/implementing-growl.php?lang=co
>coa
>
>However, my app doesn't compile. I've created a class Growler to act as a
>go-between. In Growler.h, I've got:
>
>#import <Cocoa/Cocoa.h>
>#import "Growl.h"
>@interface Growler : NSObject <GrowlApplicationBridgeDelegate> {
>
>The problem is that the compiler is not seeing the definition of the
>protocol GrowlApplicationBridgeDelegate, and I can't find a formulation of
>the #import directive that helps it; I've tried <Growl/Growl.h> and lots of
>others. I get errors like this:
>
>error: Growl/Growl.h: No such file or directory
>error: cannot find protocol declaration for 'GrowlApplicationBridgeDelegate'
Solved by (get this) moving the project folder to a different place. It
seems that referring to a framework within your project does not work if a
containing folder has a space in its name.
Xcode is a little more straightforward than SCSI, but not much. m.
--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden