Shoutbox

[split] development in asp.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: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: [split] development in asp.net (/showthread.php?tid=50264)

RE: stuffPlug-NG validation code ? by aamiranga on 09-09-2005 at 12:59 PM

can you or anybody tell me how to get help about the developemnet of new plugins for messenger plus! in asp.net?


RE: stuffPlug-NG validation code ? by RaceProUK on 09-09-2005 at 01:12 PM

First, this should really have been a separate thread.
Second, I doubt you can use a language such as ASP.NET to write plugins, due to the way the plugin API works (the language needs to support the stdcall calling convention.

Edit: Forgot about the whole COM thing...


RE: [split] development in asp.net by TheBlasphemer on 09-09-2005 at 02:07 PM

If ASP.net supports creating and exporting COM-objects, you might be able to, but I highly doubt it will...


RE: [split] development in asp.net by RaceProUK on 09-09-2005 at 03:58 PM

ASP is a Microsoft technology, so you never know.


RE: [split] development in asp.net by wmain on 09-12-2005 at 12:51 PM

You cannot use ASP.NET to write a plugin. A plugin needs to be a DLL file with a COM wrapper.

You can, however, use any dot net language to write a dll with a COM wrapper.