What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Bot Developers Kit Version 2.01 available (update: feb 26, 2006)

Pages: (2): « First [ 1 ] 2 » Last »
Bot Developers Kit Version 2.01 available (update: feb 26, 2006)
Author: Message:
mrhuge
Junior Member
**

Avatar

Posts: 88
Reputation: 5
46 / Male / –
Joined: May 2003
O.P. Bot Developers Kit Version 2.01 available (update: feb 26, 2006)
At last... I've finished the new version of BotDK: Version 2.0!

Changes since V1.0
  • The biggest change is that it's not a Messenger Plus! plugin anymore. It's now a COM dll which you can use in your Messenger Plus! plugins. This way you can combine the strengths of both the Messenger Plus! plugin API and the BotDK API in one single plugin.
  • Compatible with MSN Messenger 7 and up.
  • Added functionality to retrieve information about a conversation like the IP address of the SwitchBoard server, the SignIn names of the remote participants and more.
  • Get a notification when someone joins or leaves the conversation.
V1.0 thread
This is the thread started for version 1.0: http://shoutbox.menthix.net/showthread.php?tid=44659.

Feedback
Please test this API and give me feedback on it. Also if you have ideas for extra features, don't hesitate to tell me about it.

Update (feb 26, 2006):
I've done a little update on BotDK.
BotDK.dll doesn't need ApiHooks.dll anymore, which makes redistribution a little bit easier. The current BotDK version is now V2.01.

.zip File Attachment: BotDK_2.01.zip (391.1 KB)
This file has been downloaded 832 time(s).

This post was edited on 02-26-2006 at 01:06 PM by mrhuge.
02-19-2006 09:04 PM
Profile PM Find Quote Report
BoBaLeX
New Member
*


Posts: 7
– / Male / –
Joined: Feb 2006
RE: Bot Developers Kit Version 2.0 available
It's a Good News!


I just tried it 10min ago.... all is working fine :D !

"[3628] Hooking recv succeeded!
[3628] BotDK loaded successfully!"
and hooking is working!....

so... Thank you for correcting bugs, and thank you for your good job!
(I haven't got the time to exploit it fully for the moment, but I think that combinating MessengerPlus! API and BotDK API is a really good idea.... ;))
02-20-2006 02:01 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Bot Developers Kit Version 2.0 available
Downloading now!
If I like it, is it possible to make a statically-linked .LIB?
[Image: spartaafk.png]
02-21-2006 02:09 PM
Profile PM Web Find Quote Report
zero_kool
New Member
*


Posts: 8
Joined: Feb 2006
RE: RE: Bot Developers Kit Version 2.0 available
Well um is there anyway you can convert this in the ise on vb man i h8 .net and i dont wanna re-download it
02-22-2006 06:22 AM
Profile E-Mail PM Find Quote Report
BoBaLeX
New Member
*


Posts: 7
– / Male / –
Joined: Feb 2006
RE: Bot Developers Kit Version 2.0 available
I don't think....

As the readme say:
code:
You can use (almost) all COM-compatible development environments. Only exception is Visual Basic 6. You can’t use VB6 for creating plugins, because VB6 doesn’t support multithreading. Multithreading is needed because every conversation is handled in it’s own thread, so notifications will come from different threads.

02-22-2006 11:26 AM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Bot Developers Kit Version 2.0 available
quote:
Originally posted by zero_kool
i h8 .net
So use C++ ;)
[Image: spartaafk.png]
02-22-2006 01:04 PM
Profile PM Web Find Quote Report
mrhuge
Junior Member
**

Avatar

Posts: 88
Reputation: 5
46 / Male / –
Joined: May 2003
O.P. RE: Bot Developers Kit Version 2.0 available
quote:
Originally posted by raceprouk
Downloading now!
If I like it, is it possible to make a statically-linked .LIB?
To do that, I'll have to change the concept completely. Right now, it's a COM-based API which can be used from almost any COM-compatible programming language. I'd like to keep it like that so developers have maximum freedom.

I'm aware of the slight disadvantage of having to redistribute BotDK with your plugin, but I don't consider that one big enough to change the concept of BotDK.
02-22-2006 06:52 PM
Profile PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Bot Developers Kit Version 2.0 available
You shouldn't have to change the concept at all, just compile a static library instead of a DLL.

Never mind anyway, I'll use the DLL ;)
[Image: spartaafk.png]
02-23-2006 08:14 PM
Profile PM Web Find Quote Report
AxelTB
New Member
*


Posts: 7
Joined: Feb 2006
RE: Bot Developers Kit Version 2.0 available
Your new PlugIn is perfect but i can't use DispayToastW function using your example because or is undefined or if i include the file who contain the function it says it's already defined in *.obj...

What shuld i do?

(Excuse me for my orrible english...)
Thanks a lot.
Ax
[Image: c.php?uid=25857]
02-25-2006 03:37 PM
Profile E-Mail PM Find Quote Report
mrhuge
Junior Member
**

Avatar

Posts: 88
Reputation: 5
46 / Male / –
Joined: May 2003
O.P. RE: Bot Developers Kit Version 2.0 available
When I include "MPPluginHeader.h" in BotDKPlugin.cpp and use the DisplayToastW function, it compiles and links fine. Maybe you're not using the right version of the Messenger Plus! plugin API?
02-26-2006 12:25 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On