Shoutbox

Messenger Plus API in C# and Java - 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: Messenger Plus API in C# and Java (/showthread.php?tid=31240)

Messenger Plus API in C# and Java by ElectroSoft on 09-11-2004 at 01:17 AM

This my 1st post in this forum.... I have been watching posts of this forum for many weeks... and I love this community :D

I have many Ideas to work on guys!!

any API or library for C# or Java?! thank u!


RE: Messenger Plus API in C# by ElectroSoft on 09-11-2004 at 02:11 AM

thank u dannyres


RE: Messenger Plus API in C# by RaceProUK on 09-11-2004 at 10:29 AM

quote:
Originally posted by ElectroSoft
any API or library for C# or Java?! thank u!
I'm not the only one who wants Java support...
RE: Messenger Plus API in C# by Choli on 09-11-2004 at 11:07 AM

quote:
Originally posted by ElectroSoft
any API or library for C# or Java?! thank u!
quote:
Originally posted by raceprouk
I'm not the only one who wants Java support...
I still think that you can't make a plugins for plus in Java. Appart from it being slow (specially while it's loaded), I think that in java you can't create a dll and export functions, so imo it's impossible to do it.
RE: Messenger Plus API in C# by ElectroSoft on 09-11-2004 at 01:20 PM

it's not impossible since there are ways to use dll libraries with java


RE: Messenger Plus API in C# and Java by Choli on 09-11-2004 at 01:35 PM

quote:
Originally posted by ElectroSoft
it's not impossible since there are ways to use dll libraries with java
but is it possible to create (create, not use) a dll in java?
RE: Messenger Plus API in C# and Java by ElectroSoft on 09-11-2004 at 01:51 PM

well... we shoud write a dll that reads instructions from a jar or class file


RE: Messenger Plus API in C# and Java by RaceProUK on 09-11-2004 at 03:03 PM

quote:
Originally posted by ElectroSoft
well... we shoud write a dll that reads instructions from a jar or class file
I know how to do that too. It's not difficult.
quote:
Originally posted by Choli
Appart from it being slow
Not anymore, with advances such as JIT compilers. Java now runs quite quickly. True, not at the same speed as native code, but nowhere near as slow as TCL that's for sure. And TCL is used to write aMSN.
RE: Messenger Plus API in C# and Java by ElectroSoft on 09-11-2004 at 03:36 PM

quote:
Originally posted by raceprouk
quote:

Originally posted by ElectroSoft
well... we shoud write a dll that reads instructions from a jar or class file



I know how to do that too. It's not difficult.

Ok man that's gr8!! go ahead and paint it please :D
RE: Messenger Plus API in C# and Java by Choli on 09-11-2004 at 06:05 PM

quote:
Originally posted by ElectroSoft
well... we shoud write a dll that reads instructions from a jar or class file
lika a brigde dll? mmm... that may be a possible sollution :)
quote:
Originally posted by raceprouk
Not anymore, with advances such as JIT compilers. Java now runs quite quickly. True, not at the same speed as native code, but nowhere near as slow as TCL that's for sure. And TCL is used to write aMSN.
yes, i know; but was saying "specially while it's loaded" :P

RE: Messenger Plus API in C# and Java by RaceProUK on 09-11-2004 at 10:29 PM

quote:
Originally posted by ElectroSoft
quote:
Originally posted by raceprouk
quote:
Originally posted by ElectroSoft

well... we shoud write a dll that reads instructions from a jar or class file
I know how to do that too. It's not difficult.
Ok man that's gr8!! go ahead and paint it please :D
If you have a C++ IDE, I can write the skeleton code for you to fill in with any necessary details. Or, I can point you to this page, and you can try yourself.

I would do it, but at the moment I'm not actually making any plugins in Java, and last time I tried using the JNI, I couldn't quite get it to work. Never did track down the reason, though I could get the code to compile.
RE: Messenger Plus API in C# and Java by ElectroSoft on 09-11-2004 at 10:36 PM

quote:
Originally posted by raceprouk
If you have a C++ IDE, I can write the skeleton code for you to fill in with any necessary details. Or, I can point you to this page, and you can try yourself.

ok man post the necessary details
RE: Messenger Plus API in C# and Java by RaceProUK on 09-11-2004 at 10:43 PM

quote:
Originally posted by raceprouk
I can point you to this page