[Hbasic-userinfo] Compile problems with exec functions
Status: Beta
Brought to you by:
mengels
From: <mar...@t-...> - 2003-08-01 13:45:15
|
If you get a compilation error in the file query_designer.cpp in version 0.9.8c the problem might be the difference between the exec method call in Qt 3.0 which requires a QString parameter and exec in Qt >= 3.1 which doesn't allow a QString parameter. I have appended a new version of this file to the mail where I tried to fix the problem. Try to replace the file gui_db_access/query_designer.cpp with this file and restart make and make install. Marcus |