Compiling QT-3 with MinGW error in qfontdatabase_win.cpp

rené beddok bed302 at ch-cahors.fr
Wed Nov 24 12:39:52 CET 2004


Hi,

Compiling QT3-WIN32 from CVS with MinGW  I have a casting error  at line 
162 and 252 from  kernel/qfontdatabase_win.cpp


adding an explicit cast solve the problem

// full_name =  QString::fromLocal8Bit( lpelfe->elfFullName );
    full_name =  QString::fromLocal8Bit((const char *) 
lpelfe->elfFullName );

René



More information about the kde-cygwin mailing list