small mistake in C template? - 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: small mistake in C template? (/showthread.php?tid=25770) small mistake in C template? by Whacko on 05-23-2004 at 02:01 PM
Patchou... I hope you get this code: the "sMessage[255] = '\0'; " is not allowed here as its defined as const. VC++ may not have problem with it, however Borland C++ wont compile because of it. Its NOT a big deal, it can be easily changed to char* without the const, or a little workaround: code: just wanted to let you know let me know what you think RE: small mistake in C template? by oberststen on 05-23-2004 at 08:54 PM VC++ have the same error, it can't compile any plug-in RE: small mistake in C template? by Patchou on 05-24-2004 at 03:07 AM bha, stupid me... I'll fix it in 2 minutes. Thank you RE: small mistake in C template? by Choli on 05-24-2004 at 11:06 AM
quote:so true quote:sMessasge[255]=0; a bit offtopic: quote:oh oh... always patchou says that he forgets about it and never fixes vague patch... j/k |