What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Plugin template for Dev-C++ (free compiler!)

Plugin template for Dev-C++ (free compiler!)
Author: Message:
Lareamond
Junior Member
**

Avatar
I like big butts.

Posts: 85
38 / Other / –
Joined: Jul 2003
O.P. Plugin template for Dev-C++ (free compiler!)
Posting for DJMystic again... :p

quote:
DEVCPP.zip Readme
MSN Plus! 2 plugin example for C++ converted to Dev-C++
-------------------------------------------------------
Converted by DJMystic
revision 1.0
get Dev-C++ at http://sourceforge.net/projects/dev-cpp/
(Conversion was made for version 4.9.8.0)
-------------------------------------------------------
HOW DID YOU MAKE IT?
- Threw away VC++ stuff,
- Made new DLL project in Dev-C++
- deleted standard fiels, added all .cpp & .h files
- deleted comdef.h include file from MPPlugin.h (dev-c++ doesn't have it)
- Threw away .def file (dev-c++ made its own, and didn't udnerstand )
- Compiled,
- Done :D

HOW DO I USE IT?
Open project (the .dev file), edit, compile, put in plus! plugins directory, restart msn or run reload program :D

WHERE CAN I LEARN C++?
www.google.com is your friend!

WHATS THE PATCHOUS_README.TXT ?
Patchou's original readme :D

WHY DID YOU MAKE THIS?
because not everyone can afford (or coppy >:)) VC++, so here's the same sample for a free compiler ;)

HAVE FUN!
GRTZ DJMystic


You can get DevC++ here (Official Site):
http://www.bloodshed.net/devcpp.html

Or

Here (Primary Download Site):
http://sourceforge.net/projects/dev-cpp/

.zip File Attachment: DEVCPP.zip (11.46 KB)
This file has been downloaded 504 time(s).
08-11-2003 08:46 PM
Profile E-Mail PM Web Find Quote Report
HDC
New Member
*

Avatar
typedef unsigned int HDC

Posts: 13
Joined: Aug 2003
RE: Plugin template for Dev-C++ (free compiler!)
Seems kinda handy to me,
Nowadays i have VC++, but in my college time i used Dev-C++ (because VC++ was so damn expensive)
Later on i did decide to buy VC++, since dev-c++ misses some headers (like commdef.h)

Good job (y) DjMistic & LareAmond

- HDC

This post was edited on 08-11-2003 at 10:57 PM by HDC.
08-11-2003 10:49 PM
Profile E-Mail PM Find Quote Report
Patchou
Messenger Plus! Creator
*****

Avatar

Posts: 8607
Reputation: 201
43 / Male / Flag
Joined: Apr 2002
RE: Plugin template for Dev-C++ (free compiler!)
nice, thank you
[Image: signature2.gif]
08-11-2003 11:26 PM
Profile PM Web Find Quote Report
s7a5
Veteran Member
*****

Avatar

Posts: 1207
Reputation: 10
Joined: Mar 2003
Status: Away
RE: Plugin template for Dev-C++ (free compiler!)
useful (y)
08-12-2003 05:48 AM
Profile E-Mail PM Find Quote Report
jpg050
Full Member
***


Posts: 229
41 / Male / Flag
Joined: Oct 2002
RE: Plugin template for Dev-C++ (free compiler!)
Dev-C++ is nice, I've been using it for a long time... Although I'm supposed to use Borland C 3 for DOS... how sad.
[Image: spaplus.gif]
08-12-2003 11:20 PM
Profile PM Web Find Quote Report
jordi
New Member
*


Posts: 4
– / Male / –
Joined: Apr 2004
Status: Away
Plugin template for Dev-C++ (free compiler!)
Hi,
I’ve downloaded that file, but it still doesn’t work, I get the following errors:

In file included from MPPluginC.h:13,
                 from MPPluginC.cpp:11:
MPPluginHeader.h:39: syntax error before `*'
MPPluginHeader.h:45: syntax error before `*'
MPPluginHeader.h:99: type specifier omitted for parameter
MPPluginHeader.h:99: parse error before `*'
MPPluginC.cpp:32: type specifier omitted for parameter
MPPluginC.cpp:32: parse error before `*'
MPPluginC.cpp: In function `BOOL ParseTag(const char *, PLUGIN_PARAM *, char *)':
MPPluginC.cpp:130: implicit declaration of function `int rand(...)'

I’ve solved that last error by including stdlib.h, but what can I do with the other errors?

The first two errors are both ‘IDispatch *iConversationWnd;’ but the first one is in the PLUGIN_PARAM struct and the second in PLUGIN_PARAMW;

The other two errors are also the same: ‘IDispatch* iMessengerObj’ the stand both in ‘MPPLUGIN_RETURN_BOOL Initialize’, but the first one is in MPPluginHeader.h and the other one in MPPluginC.cpp.

I work with dev-C++ 4.9.8.7. and I’m using the standard Mingw compiler, so I don’t think that could be the problem.
04-10-2004 01:16 PM
Profile PM Find Quote Report
jordi
New Member
*


Posts: 4
– / Male / –
Joined: Apr 2004
Status: Away
RE: Plugin template for Dev-C++ (free compiler!)
the .dev file
04-17-2004 02:17 PM
Profile PM Find Quote Report
crank
Full Member
***

Avatar
Failed to come back here :(

Posts: 304
Reputation: 17
34 / Male / Flag
Joined: Mar 2004
Status: Away
RE: Plugin template for Dev-C++ (free compiler!)
Thx i was looking for one of these for a long time!
I haven't been active here in ages.
If you're wondering who i am, read my reputations. I used to make plugins, skins and spam the IRC channels here back in the good old days before Windows Live.
04-17-2004 02:51 PM
Profile E-Mail 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