EEEK!
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