Tools For Pluggin's - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: Tools For Pluggin's (/showthread.php?tid=12358) Tools For Pluggin's by Sk3tch on 07-06-2003 at 04:39 AM
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? RE: Tools For Pluggin's by DXtremz on 07-06-2003 at 04:43 AM 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. RE: Tools For Pluggin's by Sk3tch on 07-06-2003 at 04:47 AM
lol.. oh ok, well i guess i better hit the books then! RE: Tools For Pluggin's by allex87 on 07-06-2003 at 04:47 AM
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). RE: Tools For Pluggin's by DXtremz on 07-06-2003 at 04:53 AM 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. RE: Tools For Pluggin's by Sk3tch on 07-06-2003 at 04:57 AM
wow.. Thats very explanitory! Thanks a lot guys.. i downloaded the MPPlugins and im getting right to it!! ! Going to learn as i go i guess lol, but im hoping that i can make somthing useful! RE: Tools For Pluggin's by martin on 07-06-2003 at 05:04 AM where abouts can me find a free compiler and "IDEs" if any RE: Tools For Pluggin's by AzNiNsEcT on 07-06-2003 at 05:06 AM are there any? RE: Tools For Pluggin's by DXtremz on 07-06-2003 at 05:10 AM 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. RE: Tools For Pluggin's by allex87 on 07-06-2003 at 05:14 AM
Yes, Dev-C++ is, indeed, a great one! I used to use it (wow that sounds strange ). RE: Tools For Pluggin's by martin on 07-06-2003 at 05:16 AM for begginners wut language is the easyest to use RE: Tools For Pluggin's by DXtremz on 07-06-2003 at 05:19 AM
I use Visual C++ 6 and Visual C++ 7. RE: Tools For Pluggin's by AzNiNsEcT on 07-06-2003 at 05:20 AM anyone translating the headers into VB atm? lol im not a real "do it myself" guy RE: Tools For Pluggin's by allex87 on 07-06-2003 at 02:43 PM The headers have been translated to VB by Patchou. Check this forum... |