trying to add Growl support
trying to add Growl support
- Subject: trying to add Growl support
- From: Matt Neuburg <email@hidden>
- Date: Tue, 04 Apr 2006 09:37:06 -0700
- Thread-topic: trying to add Growl support
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'
I don't understand "search paths" so I don't know what to do, and the web
page referred to above doesn't explain. Can someone tell me (or just send me
a working example)? 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