What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Plugin SDK?

Plugin SDK?
Author: Message:
GeoTrail
New Member
*

Avatar

Posts: 5
47 / Male / –
Joined: Nov 2002
O.P. Plugin SDK?
Which languages are plugins written in? Any prefered ones?
And are there any sdk's available?
Has anyone made a plugin using PureBasic?
05-25-2005 01:29 PM
Profile E-Mail PM Web Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: Plugin SDK?
http://www.msgplus.net/help_plugins.php

Plugins can be written in any language that support COM i think.

I dont know of anyone who has used PureBasic, but you can use Visual Basic so you may be able to port the files over
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
05-25-2005 01:43 PM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Plugin SDK?
It's slightly more complicated than just porting the code from VB to PureBasic. VB has all the COM stuff hidden behind the scenes. If PureBasic doesn't, then you'll have to code that part yourself.

it may be worth scouting Google for information on PureBasic and COM.
[Image: spartaafk.png]
05-25-2005 03:38 PM
Profile PM Web Find Quote Report
GeoTrail
New Member
*

Avatar

Posts: 5
47 / Male / –
Joined: Nov 2002
O.P. RE: Plugin SDK?
Thanks guys.
COM is available in PureBasic but I don't know how to use that.
I'll check with the PB people and see if I can get some examples using COM with PB :)
Thanks for the link, I'll check that out now :)
05-25-2005 04:58 PM
Profile E-Mail PM Web Find Quote Report
TheBlasphemer
Senior Member
****

Avatar

Posts: 714
Reputation: 47
36 / – / –
Joined: Mar 2004
RE: Plugin SDK?
It's also possible to write plugins as normal DLL files,
in some languages (like C++) this might be easier :)
[Image: theblasp.png]
05-25-2005 05:05 PM
Profile PM Find Quote Report
GeoTrail
New Member
*

Avatar

Posts: 5
47 / Male / –
Joined: Nov 2002
O.P. RE: Plugin SDK?
That sounds cool. I know how to write dll files in PureBasic.
I tried writing a plugin for Multimedia Builder susing Purebasic some time ago but I just gave that up hehehe.
05-25-2005 05:14 PM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Plugin SDK?
quote:
Originally posted by TheBlasphemer
It's also possible to write plugins as normal DLL files,
in some languages (like C++) this might be easier :)
The trick with this is to make sure the exported functions use the 'stdcall' calling convention, rather than a language specific one.
[Image: spartaafk.png]
05-25-2005 05:46 PM
Profile PM Web Find Quote Report
« 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