Plugin SDK? - 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: Plugin SDK? (/showthread.php?tid=45271) Plugin SDK? by GeoTrail on 05-25-2005 at 01:29 PM
Which languages are plugins written in? Any prefered ones? RE: Plugin SDK? by Dempsey on 05-25-2005 at 01:43 PM
http://www.msgplus.net/help_plugins.php RE: Plugin SDK? by RaceProUK on 05-25-2005 at 03:38 PM
It's slightly more complicated than just porting the code from VB to PureBasic. VB has all the COM stuff hidden behind the scenes. If PureBasic doesn't, then you'll have to code that part yourself. RE: Plugin SDK? by GeoTrail on 05-25-2005 at 04:58 PM
Thanks guys. RE: Plugin SDK? by TheBlasphemer on 05-25-2005 at 05:05 PM
It's also possible to write plugins as normal DLL files, RE: Plugin SDK? by GeoTrail on 05-25-2005 at 05:14 PM
That sounds cool. I know how to write dll files in PureBasic. RE: Plugin SDK? by RaceProUK on 05-25-2005 at 05:46 PM
quote:The trick with this is to make sure the exported functions use the 'stdcall' calling convention, rather than a language specific one. |