What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Screenshot sender bug in vista?

Screenshot sender bug in vista?
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. Shocked  Screenshot sender bug in vista?
i try /ssselect, screen flashes white and messenger just crashes (uses up 100% cpu). or is that just my PC.

This post was edited on 09-19-2007 at 03:47 AM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
09-19-2007 03:42 AM
Profile PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Screenshot sender bug in vista?
In ss4.gdi_functions.js change line 35
code:
var sOut = Interop.Allocate((lLen*2)+1);

to:

code:
var sOut = Interop.Allocate((lLen*2)+2);
09-19-2007 05:14 AM
Profile E-Mail PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: Screenshot sender bug in vista?
The best way when you coded would be:
code:
var sOut = Interop.Allocate((lLen+1)*2);
09-19-2007 03:41 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Screenshot sender bug in vista?
It both does the same thing, there is no benefit of doing it one way or the other.
09-19-2007 05:23 PM
Profile E-Mail PM Find Quote Report
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. RE: Screenshot sender bug in vista?
thanks =D

i hope this will work..
[quote]
Ultimatess6
: What a noob mod
09-19-2007 07:36 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On