Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating growl in c++ app #45

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

Integrating growl in c++ app #45

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Isn't there a guide on how to integrate growl into a c++ application?
I've compiled the gntp-send source from github and I've got 

bin/
    gntp-send.exe
    gntp-send++.exe
lib/
    growl.dll
    growl++.dll
    libgrowl.dll
    libgrowl.exp
    libgrowl++.dll
    libgrowl++.exp
obj/
    gntp-send.obj
    gntp-send++.obj
    growl.obj
    growl++.obj
    md5.obj
    tcp.obj


I don't know which files I have to import to my project in order to use the c++ 
functions such as:

Growl *grow = new Growl( protocol , password , appname , notifications , 
notifications_count );
growl→Notify( notification1 , title , message );
growl→Notify( notification2 , title , message );

Also there is no information about what protocol, password, notifications and 
notifications_count are.

Could you please help me?
Thank you!

Original issue reported on code.google.com by arkaitzf...@gmail.com on 15 Feb 2013 at 3:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant