diveboy Posted July 1, 2007 Posted July 1, 2007 I'm really interested in converting an old program of mine to use a Google Talk account to communicate in the interweb.Found an SDK over at ag-software SDKHow do I access functions in agsXMPP.dll from Autoit ?their example is XmppClientConnection xmpp = new XmppClientConnection("jabber.org"); xmpp.Open("myusername", "mysecret"); xmpp.OnLogin += delegate(object o) { xmpp.Send(new Message("test@jabber.org", MessageType.chat, "Hello, how are you?")); };using their SDK.I haven't done any dll calls with Auto-it, so if someone can give me a heads up or link to a example script that uses dll calls that I can pull apart and play with that would be great.Thanks for your timeMichael.
Zzxxcv Posted August 18, 2009 Posted August 18, 2009 Any1 can help with DllCall to use this dll ? need exemple for learning and understand how do code what thread starter write upper.
WolfWorld Posted August 19, 2009 Posted August 19, 2009 Does Autoit even have delegate/events? Main project - Eat Spaghetti - Obfuscate and Optimize your script. The most advance add-on.Website more of GadGets!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now