What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Bug in plugin support?

Bug in plugin support?
Author: Message:
Finn
Junior Member
**


Posts: 41
– / Male / –
Joined: Jul 2003
O.P. RE: Bug in plugin support?
Sorry if i wasnt too clear

the full function :-

MPPLUGIN_RETURN_BOOL ParseCommand(/*[in]*/  const char* sCommand,
                                  /*[in]*/  const char* sCommandArg,
                                  /*[in]*/  PLUGIN_PARAM* pParam,
                                  /*[out]*/ char* sResult)
{
if(stricmp(sCommand, "/xcopy") == 0)
{
strncpy(sResult, sCommandArg, 1500);
return TRUE;
}
return FALSE;
}


now if you open a chat window and do /xcopy blahblahblahblahblahblahblah.. (until you cant type anymore and with no spaces) msn plus will crash

HTH
07-09-2003 07:10 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Bug in plugin support? - by Finn on 07-08-2003 at 07:40 PM
RE: Bug in plugin support? - by allex87 on 07-08-2003 at 08:43 PM
RE: Bug in plugin support? - by Finn on 07-08-2003 at 09:43 PM
RE: Bug in plugin support? - by Patchou on 07-08-2003 at 11:55 PM
RE: Bug in plugin support? - by Finn on 07-09-2003 at 07:10 AM
RE: Bug in plugin support? - by Bamboe on 07-09-2003 at 11:55 AM
RE: Bug in plugin support? - by Whacko on 07-09-2003 at 12:09 PM
RE: Bug in plugin support? - by Finn on 07-09-2003 at 05:24 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