• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: trying to add Growl support
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: NSXMLDTD
  • Next by Date: Re: Path names in executable
  • Previous by thread: Re: trying to add Growl support
  • Next by thread: Faceless Background Applications
  • Index(es):
    • Date
    • Thread