On Apr 26, 2010, at 15:10:18, davecotter wrote: > okay so, i have a carbon app. it's not going to be cocoa for a long time, > maybe a couple of years. what do you suggest i do?
Use our Cocoa API. You can wall off your Growl code into C functions in a single module (.h/.c pair) of your app and call those functions from the rest of your app. -- You received this message because you are subscribed to the Google Groups "Growl Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/growldiscuss?hl=en.
