Shoutbox

Sharing and packaging my messenger addin - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Sharing and packaging my messenger addin (/showthread.php?tid=67379)

Sharing and packaging my messenger addin by paul_a on 10-16-2006 at 11:58 AM

Hi all,

I wrote a plug in for messenger using IMessenger interface , and all Messenger events are handled in the Invoke() function.
now the thing is that my plug in is an .exe file.. so when I was testing it I was manually running it. but now I want to share this plugin with other people and I want to make it easy for the user.. i.e the user won't have to bother running the pluggin by himself..
should I convert my .exe into a DLL or is there another way to make the plugin run with MSN? I'm sure a lot of people faced this issue..

Thnx


RE: Sharing and packaging my messenger addin by Felu on 10-16-2006 at 12:07 PM

Just simply use a dll instead of exe [Image: msn_wink.gif].


RE: Sharing and packaging my messenger addin by paul_a on 10-16-2006 at 12:12 PM

Ok thanks for your reply, does my Dll have to be a COM Dll? because  im using vc++  2005 not .NET


RE: Sharing and packaging my messenger addin by Felu on 10-16-2006 at 01:18 PM

WLM Addins only support .net languages so a .com dll won't work.