> Here it exists cleanly. (Win7/64) I still have this. Also in hbide Load project and push cancel...
Before radical restructuration in my development environment, maybe somebody else try to jump in the tests... See below: ================================================== @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 @set HB_BUILD_OPTIM=yes @set HB_BUILD_UNICODE=yes @rem @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 -cpp @cd c:\downloads\harbour\contrib\hbxbp\tests @hbmk2 demoxbp.prg -cpp @cd c:\downloads\harbour\contrib\hbqt\tests @hbmk2 demoqt.prg -cpp @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) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
