Hi Massimo,

Maybe with the last release is not the case, but I had some problems with
'\' in include...
With this trick, just hbqt generates debug info, or you have an advise how
to restrict the debug setting to the hbqt libraries.
The flush force setting ensures that if a crash occurs the all previous
debug lines, just buffered, are written in the log file. 

Best regards,
István

-----Original Message-----
From: harbour-boun...@harbour-project.org
[mailto:harbour-boun...@harbour-project.org] On Behalf Of Massimo Belgrano
Sent: 2009. december 12. 23:08
To: Harbour Project Main Developer List.
Subject: Re: [Harbour] SF.net SVN: harbour-project:[13171] trunk/harbour

Hi István
Thanks for share your experiences?
Follow my question

2009/12/12 Bisz István <istvan.b...@t-online.hu>:
> ....
>
>     @echo PREREQUISITES:
>     @echo Installed Qt 4.6 for vs2008 to the default directory:
C:/Qt/4.6.0/ ...
>     @echo from:
http://get.qt.nokia.com/qt/source/qt-win-opensource-4.6.0-vs2008.exe
>     @echo Updated c:\download\harbour with the latest SVN
>     @pause
>
>     @set HB_WITH_QT=C:/Qt/4.6.0/include
Why not C:\Qt\4.6.0\include like other
>     @set HB_INSTALL_PREFIX=c:\harbour\msvc
>     @call "c:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
x86
>     @cd c:\downloads\harbour
>     @win-make clean install
Here first make

>     @set HB_USER_CFLAGS=-DHB_TR_LEVEL_DEBUG
>     @set HB_USER_PRGFLAGS=-D__HB_DEBUG__
>     @cd c:\downloads\harbour\contrib\hbqt
>     @c:\downloads\harbour\win-make clean install
Why two execution of win-make clean install?

>
>     @set PATH=%PATH%;C:\harbour\msvc\bin
>     @cd c:\downloads\harbour\contrib\hbide
>     @hbmk2 -rebuild hbide.hbp
>     @cd c:\downloads\harbour\contrib\hbxbp\tests
>     @hbmk2 demoxbp.prg
>     @cd c:\downloads\harbour\contrib\hbqt\tests
>     @hbmk2 demoqt.prg
>
>     @set PATH=%PATH%;C:\Qt\4.6.0\bin
>     @set HB_TR_LEVEL=HB_TR_DEBUG
>     @set HB_TR_FLUSH=1
Why need prev
>     @cd c:\downloads\harbour\contrib\hbide
>     @hbide 2>c:\harbour\hbide.trace.log
>     @pause
>     @cd c:\downloads\harbour\contrib\hbxbp\tests
>     @demoxbp 2>c:\harbour\demoxbp.trace.log
>     @pause
>     @cd c:\downloads\harbour\contrib\hbqt\tests
>     @demoqt 2>c:\harbour\demoqt.trace.log
>     @pause
>
> Best regards,


-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to