Shoutbox

nVersion still 1? - 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: nVersion still 1? (/showthread.php?tid=15998)

nVersion still 1? by Mnjul on 09-27-2003 at 08:50 AM

I am using Plus! 2.21.57 and MSN Messenger 6.0.0602...
In Plugin's Initialize() function, the value of nVersion still is 1...I think it should be 2 because of the version is already above 2.21.55...

Anyone?


RE: nVersion still 1? by wipey on 09-27-2003 at 01:55 PM

it is 2 from version 2.21 but only if it uses the multiple messages thing


RE: nVersion still 1? by Mnjul on 09-27-2003 at 03:10 PM

I know it should be 2 from version 2.21, but it just gives me 1 when Initialize() is called. And yeah, multiple messages in sResult is quite a key to my plugin.


RE: nVersion still 1? by wipey on 09-27-2003 at 05:08 PM

jus add this code to ur initialization bit

code:
nVersion = 1

and it will sort the problem:S
It isn't necessary, it just lets msgplus know which version the plugin is compatible with
RE: nVersion still 1? by zigomar10 on 09-27-2003 at 05:08 PM

use SendKeys "blahblah[enter]" ;)
(if u r using VB)


RE: nVersion still 1? by Choli on 09-27-2003 at 06:20 PM

It seems to be a bug. I'll  try it when I finish donloading .57
wipey: you can't assing 1 to nVersion (well, you can, but the pourpose fo nVersion is give a way to Plus! to tell the plugin which version of Plus! is running)


RE: nVersion still 1? by Mnjul on 09-27-2003 at 06:43 PM

quote:
Originally posted by wipey
it just lets msgplus know which version the plugin is compatible with
nVersion is used to let Plugins know which version level of the user's Plus! is compatible with:)

Thanks Choli in advance:)
RE: nVersion still 1? by Patchou on 09-27-2003 at 09:50 PM

you're right, I completely forgot to change the number... sorry about that, it will be done in the next update.


RE: nVersion still 1? by Mnjul on 09-28-2003 at 01:18 AM

quote:
Originally posted by Patchou
you're right, I completely forgot to change the number... sorry about that, it will be done in the next update.

:o...
Thanks, Patchou:)
:banana:
RE: nVersion still 1? by wipey on 09-28-2003 at 01:03 PM

sorry I guess I've used it wrong lol:$