.net support?? - 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: .net support?? (/showthread.php?tid=21003) .net support?? by BWDuo on 01-30-2004 at 01:48 PM
I ve just looked at the developers stuff. And its all VS6. RE: .net support?? by Mnjul on 01-30-2004 at 01:50 PM
I code in VB.net and a little bit C# .net too, but as far as I am concerned, I think few people have .net framework redistributable pack (i.e. the CLR) which is over 20MB installed...And I don't think people will download it only for a 100kb plugin RE: .net support?? by Stigmata on 01-30-2004 at 01:51 PM well patchou codes in c++ so its not easy to translate it all RE: .net support?? by Mnjul on 01-30-2004 at 01:52 PM
quote:It's not hard to do that, jwb, do you really know what .net language is? RE: .net support?? by Stigmata on 01-30-2004 at 01:54 PM not excatly but hey........ you learn a new thing every day RE: .net support?? by BWDuo on 01-30-2004 at 02:00 PM
Since you respond within 2 secs: RE: .net support?? by Choli on 01-30-2004 at 03:26 PM
quote:I agree, and also people who have VS .NET can compile their plugins in the "traditional" way. Also, programs (in general) in .NET are slower than the ones compiled for x86 quote:people can vote here and btw it should be in poll center to avoid duplicate replies RE: .net support?? by BWDuo on 01-30-2004 at 03:31 PM
quote: Sorry C# and VB .net2003 are .net assembly only. only C++ has extra assembly types and .net is slower if you look at the speed of simple operations. but have you ever made a class in VB6, It is slow. very slow. But .net has far more extra options which exclude time consuming operations. Did you know that in VB6 you cant acces array-childclasses in a class. So you have to acces it though a property, talking about speed isues But that isnt what this post s about. I still didnt get any anwser Does anyone know how to make a plugin for msgplus with .net??? And if it cant: does anyone know if patchou can add .net support. btw what is the poll center? RE: .net support?? by Mnjul on 01-30-2004 at 03:57 PM
quote:Only Patchou knows quote:http://shoutbox.menthix.net/forumdisplay.php?fid=22 RE: .net support?? by CookieRevised on 01-30-2004 at 05:14 PM
quote:That's the reason why .NET (as handy as it is to program in) is a big no-no... I find the needed Visual <fill in here> libraries already big. So I don't want to install another 20MB pack so I can run those... Although MS says the .NET is the future, I read many many reports and comments from programmers who refuse to use it because of that "bigness" and often switch back to (V)C.... And talking about the stonage: learn assembly. It is the fastest (afcourse) and you can do everything with it... RE: .net support?? by BWDuo on 01-30-2004 at 05:31 PM
well 20 MB THATS NOTHING!!. 20MB gives you ALL the stuff. I am happy VS uses a .net framework cuz i prefer one 20MB pacage above 200 1Mb-Applications. .net IS the future. If Micro$oft sais it will be it will use it$ minopolic po$ition to enforce it. I wouldnt be suprised if the .net frameworks are included in windows. cuz they will, eventially be made with and for the .net framework. Even more conserning is the fact that .net isnt a simple runtime library. But a assembly. This will also mean micro$oft can enforce people to buy certain Processors which use that kind of assembly as their standard, (so effectifly removing the Just in Time-stuff). I don't think they'll strike now or if they'll do it in the near future, but the smell for power is too big for Micro$oft. RE: .net support?? by Choli on 01-30-2004 at 07:51 PM
quote:no no Processors have thier assembly code and mothing more. No processor will include the .net. quote:.NET is the same as Java but done by M$. quote:well, I won't say no, but if it's the future it isn't due to its goodness, but to the money of M$. RE: .net support?? by BWDuo on 01-30-2004 at 08:10 PM
quote: That s a matter of opinion. MSIL can be used as a assembly for a processor especially now when the bytes go up (16->32->64) And there is no processor with MSIL yet or any plans of that I know. but MSIL remains a assembly and it is clear too slow with the JITD. And it is the only framework M$ is working on on this scale as far as I know. quote:... JITD concept was indeed made by Java. But why tell? if you meant dotnet isnt a assemnly: That depends on your position of view; The M$IL-solutions are called dotnet and the libraries used to JITC these assemblies are those of the dotnetframework. The difference between dotnet and VB6 is that VB6 uses runtimes which are more like libraries of code. They Include a treeview as does the dotnetframework for instance. But they do NOT include a Just in time COM compiler . dotnet is a new assembly VB6 is a old one COM. I have got the feeling this is going of topic. RE: .net support?? by optimism_ on 01-30-2004 at 09:21 PM
I may very well be missing the point, but isnt the key fact here that any plugin, to be usable by messenger plus! hs to export certain functions (and if it shares the same properties as VB, have a registry key defined to help messenger plus! find the exports) RE: .net support?? by BWDuo on 01-30-2004 at 10:29 PM
Well you are missing the point: RE: .net support?? by Patchou on 01-31-2004 at 08:16 AM I'm sorry I don't have time to read all the posts in this thread, however, Messenger Plus! totally accepts C# plugins... just use the COM Interop to produce COM entries in the registry, register your plugin in Plus! as if it was a VB one, et voilą! RE: .net support?? by Patchou on 01-31-2004 at 08:17 AM Oh... and btw.. .NET rules and Java is /$%(*/$%*("/$/&"$()*&"*(&CRAP/$%/$%*&/$%*&BS/$%/$%/$. If you have a higher opinion of this language, that's because you never tried developing any tool with it . RE: .net support?? by BWDuo on 01-31-2004 at 09:11 AM
Finally! RE: .net support?? by optimism_ on 01-31-2004 at 11:11 AM i do believe i made it clear u could develop plugins in c#.. some ppl never listen/read RE: RE: .net support?? by BWDuo on 01-31-2004 at 11:36 AM
quote: Well that you said it can be done. Doesnt tell me how it can be done. BTW com-interop-classes SUCK. RE: .net support?? by optimism_ on 01-31-2004 at 11:39 AM Go google it and find the framework im thinking of and read it and see if that helps you then RE: .net support?? by SilenceTi on 02-01-2004 at 03:15 PM .NET Managed Plugins (and Source) RE: .net support?? by InsertBrainHere on 02-01-2004 at 03:52 PM I just wrote a .net version of the vb plugin, it works like the other code, but mine should have support for the notifacation dialogs, but im still testing it. RE: .net support?? by InsertBrainHere on 02-01-2004 at 04:19 PM
Regarding the notifcation support, just tested it and it works perfectly. RE: .net support?? by InsertBrainHere on 02-01-2004 at 04:49 PM
Ok, the file is attached, it's a rar with two rar files in it, they are: RE: .net support?? by InsertBrainHere on 02-01-2004 at 04:55 PM There is one bug, i think if you dont put the plugin base in the gac, it wont appear in Visual Studio if the file is updated. RE: .net support?? by bws on 02-02-2004 at 12:34 AM
Hehe,
RE: .net support?? by InsertBrainHere on 02-02-2004 at 04:35 PM I know in my plugin stuff, you can have multiple plugins in one dll, but it's all com, not exports RE: .net support?? by bws on 02-02-2004 at 05:20 PM Read carefully I use a BASE class IMODULE and a EXPORTED function which returns an array of IMODULE derived instances of plugin classes.. READ BEFORE YOU WRITE |