|
From: andrew7 <bd...@us...> - 2007-02-19 01:22:22
|
Update of /cvsroot/smartwin/SmartWin/doxygenIn/html In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10250/doxygenIn/html Modified Files: msvc71.html Log Message: Add mixed unicode and mbs bug description Index: msvc71.html =================================================================== RCS file: /cvsroot/smartwin/SmartWin/doxygenIn/html/msvc71.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- msvc71.html 30 Nov 2006 00:31:20 -0000 1.6 +++ msvc71.html 19 Feb 2007 01:22:19 -0000 1.7 @@ -78,11 +78,10 @@ <h4>Runtime Errors </h4> <li> - Unhandled exception at 0x7c59bc3f in pivtest.exe: Microsoft C++ exception: - bad_cast @ 0x0012e82c. + Exception CreateWindowEx in Widget::create fizzled <br> - One source: You have a widget under a tab, and you did not do a - "widg->setEventHandler( this );".</li> + One source: You linked with a multibyte Smartwin lib, but have a unicode program. + (It makes the Windows class names not match) </ul> |