Disabling Account Causes Crash

2010-07-02 Thread Kevin Macksamie
Hi, For my plugin I am listening to my accounts' buddylists. In my signal buddy-signed-off callback function I check to see if all the account's buddies have signed off. If they all have signed off, then I want to sign off the account. When this condition is true I call

Closing Pidgin

2010-07-01 Thread Kevin Macksamie
Hi, I am trying to find a way to close Pidgin entirely after my plugin runs. Is there any command call to Pidgin that will do this? -Kevin ___ Support@pidgin.im mailing list Want to unsubscribe? Use this link:

Re: Closing Pidgin

2010-07-01 Thread Kevin Macksamie
Sorry about that lat email. I just found the purple_timeout_add function in the API. Problem solved. -Kevin On Thu, Jul 1, 2010 at 9:26 AM, Kevin Macksamie kevin.macksa...@gmail.comwrote: Hi, I am trying to find a way to close Pidgin entirely after my plugin runs. Is there any command call

Building Pidgin Installer Trouble

2010-06-28 Thread Kevin Macksamie
Hi, I am following the directions to building the offline installer found here: http://developer.pidgin.im/wiki/BuildingWinPidgin. Whether I try to build the offline or regular installer I end up with the same error. The error is attached. I am unsure what to do. Thanks, -Kevin Processing plugin

Pidgin experiencing crash in msvcrt.dll

2010-06-25 Thread Kevin Macksamie
Hi, Right now I am developing a plugin that builds IM bots that talk to each other. When I unload the plugin sometimes Pidgin crashes after 30 seconds to a minute. Attached is the drmingw output and pidgin.RPT. When my plugin unloads it removes and deletes all the accounts - causing all

Error Message Help

2010-06-14 Thread Kevin Macksamie
Hi, I am currently trying to make a plugin that creates two new accounts, connects them, and then has them start talking. When the first message is sent from the first account I keep getting that the other user is offline, specifically Unable to send message: Not logged in. However I have a

Getting data from signals

2010-06-11 Thread Kevin Macksamie
Hi, I am trying to get the account information upon a connection and a received IM, so I am trying to follow the tutorial here: http://developer.pidgin.im/doxygen/dev/html/signal-howto.html I am having trouble setting up the marshal function. The compiler keeps telling me

Re: Getting data from signals

2010-06-11 Thread Kevin Macksamie
Please ignore my previous message. I have resolved the issue. Thank you. -Kevin On Fri, Jun 11, 2010 at 10:56 AM, Kevin Macksamie kevin.macksa...@gmail.com wrote: Hi, I am trying to get the account information upon a connection and a received IM, so I am trying to follow the tutorial here

Data from signals

2010-06-11 Thread Kevin Macksamie
Hi, I am having trouble getting data from a signal when it is emitted. I am following the tutorial found here: http://developer.pidgin.im/doxygen/dev/html/signal-howto.html . I once I added the purple_signal_register function Pidgin somehow no longer sees my plugin. I now have a pidgin.RTP file

Missing header files when building Pidgin

2010-06-08 Thread Kevin Macksamie
Hi, I'm trying to build Pidgin 2.7.1 on Windows Vista and I'm following http://developer.pidgin.im/wiki/BuildingWinPidgin. I get a missing file when trying to compile. I'm missing dns_sd.h. When I download this file and put it into the right directory I come across an error telling me I am