Here is the same. After the last commit. 1. Delete the content of c:\harbour\mingw 2. run the script below with @rem @set HB_BUILD_MODE=cpp -hbide Load project + push cancel button -> GPF -demoqt exit -> GPF 3. Delete the content of c:\harbour\mingw 4. rerun the script below with @set HB_BUILD_MODE=cpp -hbide Load project + push cancel button -> OK -demoqt exit -> OK
The same experience I encountered with Qt 4.6 mingw environment (not TDM-MINGW). No more idea, as I have the same problem with two different development environments, but on the same platform. Please jump in, to clarify that it is specific to my environment or not. Best regards, István ===================================================== @echo PREREQUISITES: @echo Installed Qt SDK 4.6 to the default directory: c:\Qt\2009.05 ... @echo from: http://get.qt.nokia.com/qtsdk/qt-sdk-win-opensource-2009.05.exe @echo Note: MinGW GCC 4.4.0 is part of this installation @echo Updated c:\download\harbour with the latest SVN @pause @set HB_WITH_QT=C:/Qt/2009.05/qt/include @set HB_INSTALL_PREFIX=c:\harbour\mingw @rem @set HB_BUILD_OPTIM=yes @rem @set HB_BUILD_UNICODE=yes @set HB_BUILD_MODE=cpp @rem @set HB_USER_LDFLAGS=-static-libgcc @rem @set HB_USER_DFLAGS=-static-libgcc @set PATH=C:\devl\MinGWtdm\bin;%PATH% @rem @set PATH=c:\Qt\2009.05\mingw\bin;%PATH% @cd c:\downloads\harbour @win-make clean install @set PATH=C:\devl\MinGWtdm\bin;c:\harbour\mingw\bin;c:\qt\2009.05\bin;%PATH% @rem @set PATH=c:\Qt\2009.05\mingw\bin;c:\harbour\mingw\bin;c:\qt\2009.05\bin;%PATH% @cd c:\downloads\harbour\contrib\hbide @hbmk2 hbide.hbp @cd c:\downloads\harbour\contrib\hbxbp\tests @hbmk2 demoxbp.prg @cd c:\downloads\harbour\contrib\hbqt\tests @hbmk2 demoqt.prg @set PATH=C:\Qt\2009.05\qt\bin;C:\devl\MinGWtdm\bin;%SystemRoot%\System32 @cd c:\downloads\harbour\contrib\hbide @hbide @pause @cd c:\downloads\harbour\contrib\hbxbp\tests @demoxbp @pause @cd c:\downloads\harbour\contrib\hbqt\tests @demoqt @pause ===================================================== _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour