[Harbour] SF.net SVN: harbour-project:[12800] trunk/harbour

2009-10-31 Thread vszakats
Revision: 12800 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12800&view=rev Author: vszakats Date: 2009-10-31 09:47:47 + (Sat, 31 Oct 2009) Log Message: --- 2009-10-31 10:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + w64-make.exe + Added

[Harbour] SF.net SVN: harbour-project:[12801] trunk/harbour

2009-10-31 Thread druzus
Revision: 12801 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12801&view=rev Author: druzus Date: 2009-10-31 11:44:18 + (Sat, 31 Oct 2009) Log Message: --- 2009-10-31 12:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/dbfcd

[Harbour] SF.net SVN: harbour-project:[12802] trunk/harbour

2009-10-31 Thread druzus
Revision: 12802 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12802&view=rev Author: druzus Date: 2009-10-31 15:42:51 + (Sat, 31 Oct 2009) Log Message: --- 2009-10-31 16:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/rddad

[Harbour] SF.net SVN: harbour-project:[12803] trunk/harbour

2009-10-31 Thread vouchcac
Revision: 12803 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12803&view=rev Author: vouchcac Date: 2009-10-31 17:36:49 + (Sat, 31 Oct 2009) Log Message: --- 2009-10-31 10:23 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/generator/hbqt

[Harbour] HBQT - HBXBP - Releaseing the Objects and Memory

2009-10-31 Thread Pritpal Bedi
Hello Everybody Here are the results of debug output of demoxbp.exe. http://old.nabble.com/file/p26144968/2.zip 2.zip And this is the consolidated result of log file above: OBJECTCreated Released == QApplication

Re: [Harbour] HBQT - HBXBP - Releaseing the Objects and Memory

2009-10-31 Thread Viktor Szakáts
Hi Pritpal, Huge effort and very nice job. I'm worried about one remaining thing: the monolithic nature of hbqt_slots.cpp. I'm not sure of the meaning of it, but it seems to contain references to various QT objects (f.e. even QTWebKit) in one central location. These object are now implemented in

Re: [Harbour] SF.net SVN: harbour-project:[12803] trunk/harbour

2009-10-31 Thread Lorenzo Fiorini
On Sat, Oct 31, 2009 at 6:36 PM, wrote: >      Please note that the build may be broken, so bear with me for a >      couple of days. Lorenzo, you can continue with experiments. Unfortunately, I get the same errors. best regards, Lorenzo ___ Harbour

Re: [Harbour] HBQT - HBXBP - Releaseing the Objects and Memory

2009-10-31 Thread Viktor Szakáts
dempxbp also ended with a Runtime Error in MSVCRT here. (used mingw 4.4.1 for these tests) Brgds, Viktor On 2009 Oct 31, at 21:43, Viktor Szakáts wrote: Hi Pritpal, Huge effort and very nice job. I'm worried about one remaining thing: the monolithic nature of hbqt_slots.cpp. I'm not sure of

[Harbour] Error making _hbhbpdf.c

2009-10-31 Thread Itamar Lins
Hi! Microsoft Windows XP [versão 5.1.2600] Envar for harbour maker. HB_COMPILER=msvc HB_DIR_NSIS=%ProgramFiles%\NSIS\ HB_DIR_QT=C:\Qt\2009.04\qt HB_DIR_ZIP=C:\info-zip\ HB_INSTALL_PREFIX=C:\DEV\HARBOUR HB_PATH=C:\DEV\HARBOUR HB_PLATFORM=win HB_WITH_QT=C:\Qt\2009.04\qt\include c:\>cd\harbour\tru

[Harbour] Documentation

2009-10-31 Thread Bruno Luciani
Where I can found Documentation of howto use , sintaxis etc etc of Tform( ) TDbwindow( ) Tmenu( ) Thanks in advance Bruno ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Error making _hbhbpdf.c

2009-10-31 Thread Viktor Szakáts
You're forcing MSVC compiler, but you don't have it in your PATH. I'd like to strongly suggest every Windows user to **FORGET** HB_COMPILER settings. Don't use it, not needed, unnecessary. It's just a way to mess up things. Rely on setting up your PATH right and leave the rest to AUTODETECTION.

[Harbour] Re: Error making _hbhbpdf.c

2009-10-31 Thread Itamar Lins
Viktor Szakáts escreveu: Rely on setting up your PATH right and leave the rest to AUTODETECTION. Brgds, Viktor Ok but if I run only C:\harbour\trunk\harbour>win-make clean ... C:\harbour\trunk\harbour>win-make Run without errors. Best regards, Itamar M. Lins Jr.

[Harbour] Re: Error making _hbhbpdf.c

2009-10-31 Thread Itamar Lins
Viktor Szakáts escreveu: You're forcing MSVC compiler, but you don't have it in your PATH. This is not true, see. My path is: C:\harbour\trunk\harbour>set path Path=C:\Arquivos de programas\Microsoft Visual Studio 9.0\Common7\IDE;C:\Arquivo s de programas\Microsoft Visual Studio 9.0\VC\BIN;C:

[Harbour] Re: Error making _hbhbpdf.c

2009-10-31 Thread Itamar Lins
Viktor Szakáts escreveu: I'd like to strongly suggest every Windows user to **FORGET** HB_COMPILER settings. Don't use it, not needed, unnecessary. It's just a way to mess up things. Rely on setting up your PATH right and leave the rest to AUTODETECTION. without HB_COMPILER :-( C:\harbour\tru