Shoutbox

Sample for DevC++ - 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: Sample for DevC++ (/showthread.php?tid=53257)

Sample for DevC++ by Planplan on 11-24-2005 at 12:49 PM

Here the simple sample converted for Dev C++. I just pick the code for Visual C++ 6 and change some things to make it work.

Thanks to DJMystic for the original (but outdated :p) conversion.
http://shoutbox.menthix.net/showthread.php?tid=14397

Feel free to tell me if you found a bug, but it compile and work for me (Dev C++ 4.9.9.2).


RE: Sample for DevC++ by Stigmata on 11-24-2005 at 05:19 PM

good work :)


RE: Sample for DevC++ by Itsme-HcK on 11-25-2005 at 03:33 PM

Is it me, or are there absolutely no changes needed?
I'm using Dev-C++ myself, and if you just add the correct VC files to your DLL project, you don't need to do anything. (Well, make the plug-in itself, of course.)


RE: Sample for DevC++ by Planplan on 11-26-2005 at 04:45 PM

No, just small change to the makefile and a line removed.
Ok, not a lot of things, but for people who don't want to search (like me at first ^^)


RE: Sample for DevC++ by Itsme-HcK on 11-27-2005 at 08:41 PM

The normal bunch of Dev-C++ users just creates a new project. ;)