What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » stuffplug-ng bug ???

stuffplug-ng bug ???
Author: Message:
TheBlasphemer
Senior Member
****

Avatar

Posts: 714
Reputation: 47
36 / – / –
Joined: Mar 2004
RE: stuffplug-ng bug ???
EEEK! :P
What windows are you using?
It looks like this piece is crashing:
quote:
int W2C(const WCHAR *wide, char *str, int maxlen) {
    //DebugBreak();
    int retval=WideCharToMultiByte(CP_ACP,NULL,wide,-1,str,maxlen,NULL,NULL);
    if (retval==0)
        MessageBox(NULL,"W2C Failure!",szTitle,MB_OK|MB_ICONWARNING);
    return retval;
}


Could be caused by either delete-detection or open-window-notifier...
as for the other bug, sorry, that's most likely a Plus! bug or a Messenger bug :P
[Image: theblasp.png]
12-12-2004 02:27 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
stuffplug-ng bug ??? - by toddy on 12-11-2004 at 12:53 PM
RE: stuffplug-ng bug ??? - by jameslives on 12-11-2004 at 12:55 PM
RE: stuffplug-ng bug ??? - by toddy on 12-11-2004 at 12:58 PM
RE: stuffplug-ng bug ??? - by jameslives on 12-11-2004 at 01:05 PM
RE: stuffplug-ng bug ??? - by Sunshine on 12-11-2004 at 01:07 PM
RE: stuffplug-ng bug ??? - by toddy on 12-11-2004 at 07:22 PM
RE: stuffplug-ng bug ??? - by TheBlasphemer on 12-12-2004 at 02:27 PM
RE: stuffplug-ng bug ??? - by toddy on 12-12-2004 at 03:10 PM
RE: stuffplug-ng bug ??? - by TheBlasphemer on 12-12-2004 at 03:14 PM
RE: stuffplug-ng bug ??? - by toddy on 12-12-2004 at 03:21 PM
RE: stuffplug-ng bug ??? - by TheBlasphemer on 12-12-2004 at 03:22 PM
RE: stuffplug-ng bug ??? - by toddy on 12-12-2004 at 03:26 PM


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