Shoutbox

can plug-ins be developed in Visual C++ 5? - 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: can plug-ins be developed in Visual C++ 5? (/showthread.php?tid=36237)

can plug-ins be developed in Visual C++ 5? by viper2 on 12-31-2004 at 06:54 PM

i am wondering if it is possible to develop plugins with Visual C++ 5.


RE: can plug-ins be developed in Visual C++ 5? by Mike on 12-31-2004 at 07:11 PM

Actually, any programing language can make a dll.

If Visual C++ 5 can make DLLs then you can also make a plugin with Visual C++ 5....

But I dont know how...:(

By the way, welcome to the forums! :wave:


RE: can plug-ins be developed in Visual C++ 5? by viper2 on 12-31-2004 at 07:13 PM

thanks but i cannot seem to figure out this API is there anyone out there that can help me with the basics? use Msn messenger please! blfr_12@hotmail.com


RE: can plug-ins be developed in Visual C++ 5? by RaceProUK on 01-01-2005 at 01:22 PM

Or http://raceprouk.cjb.net
Go to Articles > Plus API


RE: can plug-ins be developed in Visual C++ 5? by ErikSchierboom on 01-01-2005 at 02:32 PM

My plugin is open-source (released under the GPL license) so you  could use it as a guide to writing a plugin. The source can be found here:
http://sourceforge.net/project/showfiles.php?group_id=121315

Good luck with it! I've written the project in Visual Studio .NET 2003, but the .cpp files can be compiled with Visual Studio C++ 5 under a new project.