Shoutbox

.net plugins, not as com, but as .net - 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: WLM Plus! Help (/forumdisplay.php?fid=12)
+----- Thread: .net plugins, not as com, but as .net (/showthread.php?tid=30667)

.net plugins, not as com, but as .net by bws on 08-29-2004 at 12:39 PM

Hi,

.Net plugins are now treated as COM plugins, which is a shame. .Net assemblies can be dynamicly loaded at runtime.
The way COM registrated the DLL's in the registry is clumsly, and very awkuard, AND most importantly, it is an overhead for .net to be treated as COM!


It would be fairly easy to create a .net dll, supporting COM which than contains a function to load a .net assembly and pass it to msgplus so that .net plugins can be loaded froma folder.


RE: .net plugins, not as com, but as .net by RaceProUK on 08-29-2004 at 04:45 PM

Then why not provide such a DLL?


RE: .net plugins, not as com, but as .net by bws on 09-02-2004 at 12:02 PM

It would be fairly easy for me to create such a DLL, but patchou has to understand how it works, and convert his code to it.
It would be faster for patchou to create his own DLL and implement it.


RE: .net plugins, not as com, but as .net by RaceProUK on 09-02-2004 at 10:33 PM

You could provide Patchou with the source code for such a DLL, and if he uses it, you'll get credited for it.