What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Tools For Pluggin's

Pages: (2): « First [ 1 ] 2 » Last »
Tools For Pluggin's
Author: Message:
Sk3tch
Veteran Member
*****

Avatar
We are Samurai, the keyboard cowboys

Posts: 1675
Reputation: 4
38 / Male / –
Joined: Jul 2003
O.P. Tools For Pluggin's
Hey i have a question about the pluggin's that you can add to your MSN Plus. Firstly What programs do you use to make just a simple pluggin, and secondly how would i go about making this?
Probably a little more complex than anyone can sum up for me but i am very curious and interested so any info would be grait!! :)

Sk3tch!
07-06-2003 04:39 AM
Profile E-Mail PM Web Find Quote Report
DXtremz
Elite Member
*****

DeeEcks

Posts: 554
Reputation: 33
38 / Male / Flag
Joined: Jan 2003
RE: Tools For Pluggin's
You need to know a programming language and you need a compiler for that programming language, then you need to translate the headers from C into a programming language of your choice, and then write a DLL. There is no tool that would do it all automatically, you need to do it yourself. :)
07-06-2003 04:43 AM
Profile PM Web Find Quote Report
Sk3tch
Veteran Member
*****

Avatar
We are Samurai, the keyboard cowboys

Posts: 1675
Reputation: 4
38 / Male / –
Joined: Jul 2003
O.P. RE: Tools For Pluggin's
lol.. oh ok,   well i guess i better hit the books then! :)

Thx DXtremz! (y)
07-06-2003 04:47 AM
Profile E-Mail PM Web Find Quote Report
allex87
Junior Member
**

Avatar
Hmmm...

Posts: 99
36 / Male / –
Joined: Jul 2003
RE: Tools For Pluggin's
To make plugins you need a C++ compiler and, preferably, an IDE. By far, the most package is Visual C++ (Standard, Professional, Enterprise, it doesn't matter).

Plugins can also be made in VB, or any other language. However, Patchou's header for C++ has not yet been ported to other languages atm.

Now, I assume you will use C++, since this is the only option available for now. So, go to:
http://www.msgplus.net/index.php?view=plugins

Download MPPlugins.zip and there you have a sample project for VC++ 6 (which can be also converted to VS.Net).

Of course, you need to have some knowledge of C++. And some Win32 API programming would help you a lot (I don't mean to brag, but knowing some Win32 API programming has helped me a LOT to understand the structure of a plugin).

Now, I won't go into detail about how to create a simple plugin *exactly*. You have a sample plugin in the zip from above, which should be pretty self-explanatory (lots of comments ;)).

If you have any further questions post them here.

This post was edited on 07-06-2003 at 04:47 AM by allex87.
[Image: signature.gif]
07-06-2003 04:47 AM
Profile E-Mail PM Web Find Quote Report
DXtremz
Elite Member
*****

DeeEcks

Posts: 554
Reputation: 33
38 / Male / Flag
Joined: Jan 2003
RE: Tools For Pluggin's
That would do it too. But you dont HAVE to use C++, (Although my choice is to use C++). Just pick a language you feel comfortable with, But in order to translate the headers you will need to know C++...unless someone else translates and distributes thier translation.
07-06-2003 04:53 AM
Profile PM Web Find Quote Report
Sk3tch
Veteran Member
*****

Avatar
We are Samurai, the keyboard cowboys

Posts: 1675
Reputation: 4
38 / Male / –
Joined: Jul 2003
O.P. RE: Tools For Pluggin's
wow.. Thats very explanitory! Thanks a lot guys.. i downloaded the MPPlugins and im getting right to it!! :D! Going to learn as i go i guess lol, but im hoping that i can make somthing useful!

thanks a Million!!

Sk3tch


07-06-2003 04:57 AM
Profile E-Mail PM Web Find Quote Report
martin
Senior Member
****

Avatar

Posts: 733
37 / Male / –
Joined: Mar 2003
Status: Away
Huh?  RE: Tools For Pluggin's
where abouts can me find a free compiler and "IDEs" if any
07-06-2003 05:04 AM
Profile E-Mail PM Find Quote Report
AzNiNsEcT
Full Member
***

Avatar
...whoa

Posts: 170
Reputation: 3
37 / Male / –
Joined: Jan 2003
RE: Tools For Pluggin's
are there any? :S
07-06-2003 05:06 AM
Profile E-Mail PM Find Quote Report
DXtremz
Elite Member
*****

DeeEcks

Posts: 554
Reputation: 33
38 / Male / Flag
Joined: Jan 2003
RE: Tools For Pluggin's
Depends on the language you want to write it in. As for C++ www.bloodshed.net/devcpp.html is a really good one. There are others for C, and other languages, I suggest using google to search Free <Language> Compiler.
07-06-2003 05:10 AM
Profile PM Web Find Quote Report
allex87
Junior Member
**

Avatar
Hmmm...

Posts: 99
36 / Male / –
Joined: Jul 2003
RE: Tools For Pluggin's
Yes, Dev-C++ is, indeed, a great one! I used to use it (wow that sounds strange :P).
I think Microsoft is leading just because they know everything Windows does and can do, so they can take advantage of it. But who cares? A good compiler + IDE is a good compiler+IDE :D

I have both, MSVC++ and Dev-C++ ;)
[Image: signature.gif]
07-06-2003 05:14 AM
Profile E-Mail PM Web 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