|
From: andrew7 <bd...@us...> - 2007-06-09 19:28:48
|
Update of /cvsroot/smartwin/SmartWin/source In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15003 Modified Files: Widget.cpp Log Message: Add comment qwarning about the dangers of mixing mbs with unicode Index: Widget.cpp =================================================================== RCS file: /cvsroot/smartwin/SmartWin/source/Widget.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Widget.cpp 11 Jul 2006 00:07:38 -0000 1.14 +++ Widget.cpp 9 Jun 2007 19:28:45 -0000 1.15 @@ -118,6 +118,7 @@ if ( !itsHandle ) { // The most common error is to forget WS_CHILD in the styles + // Also, don't mix unicode applications with multibyte smartwin libs. ERROR_CANNOT_FIND_WND_CLASS 1407 xCeption x( _T( "CreateWindowEx in Widget::create fizzled ..." ) ); throw x; } |