Shoutbox

Dev-C++ plug-in - 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: Dev-C++ plug-in (/showthread.php?tid=51183)

Dev-C++ plug-in by MacGuru on 09-30-2005 at 04:09 PM

Sorry, I'm new in C++ language.

I installed Microsoft Visual C++ 2005 beta, but i couldn't complie the sample plug-in (the error was with some header file: window.h, etc.).
Then I heard about Dev-C++, so I downloaded the latest version. It had only one error: the missing comdef.h, but I found it on this forum. Then I complied the plug-in: it was over 700kB, and it didn't work!

Could anybody send me an example Dev-C++ project in e-mail (macguru.x@gmail.com)?


RE: Dev-C++ plug-in by Plik on 09-30-2005 at 04:13 PM

A while back DjMystic (AKA TheBlasphemer)  made a template for dev-c++ plugins. although its outdated now you can try it, see Plugin template for Dev-C++ (free compiler!)


RE: Dev-C++ plug-in by Stigmata on 09-30-2005 at 04:14 PM

http://shoutbox.menthix.net/showthread.php?tid=14397

;)

Created by TheBlasphmer for me years ago :)


RE: Dev-C++ plug-in by MacGuru on 09-30-2005 at 05:18 PM

Thank you, and sorry about the new thread.


RE: Dev-C++ plug-in by TheBlasphemer on 09-30-2005 at 08:51 PM

The Dev-Cpp one is very very very outdated...
You should be able to compile with the vc express if you install MSDN or the Platform SDK (google that) with it...