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

2009-11-14 Thread Bisz István
Hi Pritpal, Thank you for the new QPointer handling integration, now we can handle the QObjects deleted by Qt in his parent-child mechanism. There is a necessity to continue with the HB-Qt interface analysis, concentrating on the: void * hbqt_gcpointer( int iParam ) { QGC_POINTER * p = (

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

2009-11-14 Thread Massimo Belgrano
Why Now the repository is dead? 2009/11/14 Bisz István istvan.b...@t-online.hu: Hi Pritpal, Thank you for the new QPointer handling integration, now we can handle the QObjects deleted by Qt in his parent-child mechanism. There is a necessity to continue with the HB-Qt interface analysis,

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

2009-11-14 Thread Bisz István
Try to compile something after the upgrade to the latest revision. -Original Message- From: harbour-boun...@harbour-project.org [mailto:harbour-boun...@harbour-project.org] On Behalf Of Massimo Belgrano Sent: 2009. november 14. 10:12 To: Harbour Project Main Developer List. Subject: Re:

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

2009-11-14 Thread Massimo Belgrano
c:\harbour\contrib\hbqt\testshbmk2 demoqt Unrecoverable error 9994: Harbour CP (NL850) initialization failure 2009/11/14 Bisz István istvan.b...@t-online.hu: Try to compile something after the upgrade to the latest revision. -Original Message- From:

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

2009-11-14 Thread Bisz István
Hi Pritpal, Just reviewed the demoqt. Could you please commit a version with the following modification: 1. hb_toOutDebug() conditioned by __debug__ or switch to: #if defined( __HB_OUTDEBUG__ ) #if defined( __PLATFORM__WINDOWS ) .AND. defined( __HB_WINDEBUG__ ) #xtranslate

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

2009-11-14 Thread Viktor Szakáts
Viktor Szakáts wrote: Now I'm getting crash on exit using MinGW + Win7. demoxbp.exe ? Yes. And crash at what point? On exit ? If yes, then it is possibly that Yes. HbDbfModel::~HbDbfModel( void ) { hb_itemRelease( block ); destroy(); } Also, integrated web browse didn't

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

2009-11-14 Thread Viktor Szakáts
I have no idea for a fix, I simply used cpinfo.prg to generate this CP without ever touching the source. Maybe it needs HB_CP_RAW to be enabled manually? Brgds, Viktor On 2009 Nov 14, at 10:19, Bisz István wrote: Try to compile something after the upgrade to the latest revision.

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

2009-11-14 Thread Bisz István
Could you please revert to a stabile status, until a fix is ready? -Original Message- From: harbour-boun...@harbour-project.org [mailto:harbour-boun...@harbour-project.org] On Behalf Of Viktor Szakáts Sent: 2009. november 14. 12:01 To: Harbour Project Main Developer List. Subject: Re:

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

2009-11-14 Thread Viktor Szakáts
Could you please revert to a stabile status, until a fix is ready? I'd rather wait for a proper fix. Until then, the offending file can be deleted from Makefile locally. Brgds, Viktor ___ Harbour mailing list (attachment size limit: 40KB)

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

2009-11-14 Thread Bisz István
It's ok now, as I am short in time. Thank you. -Original Message- From: harbour-boun...@harbour-project.org [mailto:harbour-boun...@harbour-project.org] On Behalf Of Viktor Szakáts Sent: 2009. november 14. 12:28 To: Harbour Project Main Developer List. Subject: Re: [Harbour] SF.net SVN:

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

2009-11-14 Thread Bisz István
Hi Pritpal, See my findings: to activate the tracing of the actual demoqt on Windows+mingw I tried to: 1. compile hbqt with: @set HB_USER_CFLAGS=-D__debug__ @set HB_USER_PRGFLAGS=-D__debug__ 2. build hbmk2 demoqt -lxhb -lpsapi After these steps I have got a running exe, but I can't see any

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

2009-11-14 Thread Przemysław Czerpak
On Sat, 14 Nov 2009, Szak�ts Viktor wrote: Hi, I have no idea for a fix, I simply used cpinfo.prg to generate this CP without ever touching the source. Maybe it needs HB_CP_RAW to be enabled manually? Exactly. It's a classic example which cannot be correctly encoded in human readable form.

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

2009-11-14 Thread vszakats
Revision: 12873 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12873view=rev Author: vszakats Date: 2009-11-14 15:16:35 + (Sat, 14 Nov 2009) Log Message: --- 2009-11-14 16:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

Re: [Harbour] Testing Linux

2009-11-14 Thread Barry Jackson
On 13/11/09 15:03, Mario H. Sabado wrote: Hi Guy, Message: 9 Date: Fri, 13 Nov 2009 08:06:07 +0100 From: Guy Roussinguy.rous...@teledetection.fr Subject: Re: [Harbour] Testing Linux To: Harbour Project Main Developer List. harbour@harbour-project.org

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

2009-11-14 Thread vszakats
Revision: 12874 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12874view=rev Author: vszakats Date: 2009-11-14 17:11:06 + (Sat, 14 Nov 2009) Log Message: --- 2009-11-14 18:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbi18n1.c +

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

2009-11-14 Thread vouchcac
Revision: 12875 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12875view=rev Author: vouchcac Date: 2009-11-14 18:09:17 + (Sat, 14 Nov 2009) Log Message: --- 2009-11-14 10:07 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/gtwvg/wvtwin.ch

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

2009-11-14 Thread Bisz István
Hi Pritpal, Please consult demoqt test on Fedora12 listed below: [ist...@localhost tests]$ hbmk2 demoqt -lxhb hbmk2: Processing local make script: hbmk.hbm hbmk2: Processing configuration: /usr/local/bin/hbmk.cfg Harbour 2.0.0beta3 (Rev.

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

2009-11-14 Thread vouchcac
Revision: 12876 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12876view=rev Author: vouchcac Date: 2009-11-14 20:18:09 + (Sat, 14 Nov 2009) Log Message: --- 2009-11-14 12:16 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

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

2009-11-14 Thread Pritpal Bedi
Hello Istvan Bisz István wrote: See my findings: to activate the tracing of the actual demoqt on Windows+mingw I tried to: 1. compile hbqt with: @set HB_USER_CFLAGS=-D__debug__ @set HB_USER_PRGFLAGS=-D__debug__ 2. build hbmk2 demoqt -lxhb -lpsapi After these steps I have got a

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

2009-11-14 Thread Bisz István
Hi Pritpal, Thanks. You need a windows debugger for this purpose. I use dbgview.exe which you can find on the net. Or tell me where should I send it to you. I will try to download it. BTW can you strip the messages to which you are replying? Just keep relevant portion only into your

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

2009-11-14 Thread Viktor Szakáts
What is the reason debug calls need to be re-invented every time? We have working solution in xbp.ch, and now there is _again_ a new one developed in hbqt with different function names, different enabler logic and different logging logic (which again breaks all non-Windows). Pls change to

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

2009-11-14 Thread vszakats
Revision: 12877 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12877view=rev Author: vszakats Date: 2009-11-14 22:17:07 + (Sat, 14 Nov 2009) Log Message: --- 2009-11-14 23:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt.ch *

[Harbour] Does anybody have a mercurial repository ?

2009-11-14 Thread francesco perillo
I use Mercurial as my versioning tool... I'm trying to convert trunk from svn to hg but it seems to last forever... Is a mercurial repository available ? Francesco ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] Does anybody have a mercurial repository ?

2009-11-14 Thread Viktor Szakáts
On 2009 Nov 15, at 00:22, francesco perillo wrote: I use Mercurial as my versioning tool... I'm trying to convert trunk from svn to hg but it seems to last forever... Is a mercurial repository available ? No. Brgds, Viktor ___ Harbour mailing

[Harbour] FYI: beta3 release files moved to sf.net

2009-11-14 Thread Viktor Szakáts
as subject. this way it moves our download stats and it moves away load from my webspace provider. '-20090905' postfix has been removed from filenames in the process. Webalizer stats to date: Nov HitskB File 41 1179202 harbour-2.0.0beta3-win-20090905.exe 15 282730

[Harbour] Bug in compiling trunk with bcc

2009-11-14 Thread francesco perillo
I had to rem this line in config\win\global.mk to compile succesfully in bcc 5.5 # SYSLIBS += kernel32 user32 ws2_32 advapi32 gdi32 bcc has no kernel32.lib and the other ones I know that I should not use bcc (features and speed) but it's listed as supported... Francesco

Re: [Harbour] Bug in compiling trunk with bcc

2009-11-14 Thread francesco perillo
Viktor, you are right as usual On Sun, Nov 15, 2009 at 1:25 AM, Viktor Szakáts harbour...@syenar.hu wrote: I had to rem this line in config\win\global.mk to compile succesfully in bcc 5.5 # SYSLIBS += kernel32 user32 ws2_32 advapi32 gdi32 bcc has no kernel32.lib and the other ones

Re: [Harbour] Bug in compiling trunk with bcc

2009-11-14 Thread Przemysław Czerpak
On Sun, 15 Nov 2009, francesco perillo wrote: Hi, I'm only a bit puzzled about the fact that removing that libraries it compiles, links and works. Amazing, do you know that I can compile and link my application without xhb.lib and final binaries works. Does it means that we should say

Re: [Harbour] Bug in compiling trunk with bcc

2009-11-14 Thread Viktor Szakáts
If it doesn't work for you pls post your env and error, Error: bcc32.exe -I. -I../../../../../include -q -tWM -w -w-sig- -Q -d -6 -O2 -OS -Ov -Oi -Oc -onortl.obj -c ../../../nortl. c ../../../nortl.c: tlib.exe /P128 ..\..\..\..\..\lib\win\bcc\hbnortl.lib -+nortl.obj TLIB 4.5

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

2009-11-14 Thread Przemysław Czerpak
On Fri, 13 Nov 2009, Pritpal Bedi wrote: Hi Viktor Szakáts wrote: Now I'm getting crash on exit using MinGW + Win7. demoxbp.exe ? And crash at what point? On exit ? If yes, then it is possibly that HbDbfModel::~HbDbfModel( void ) { hb_itemRelease( block ); destroy(); } needs

[Harbour] OLE objects syntax...

2009-11-14 Thread francesco perillo
I have an OLE object (PdfCreator, a pdf printer driver for windows) that among other methods has the followings: Public Property Get cOption(ByVal PropertyName As String) As Variant Public Property Let cOption(ByVal PropertyName As String, ByVal Value As Variant) Public Property Get cVisible()

Re: [Harbour] Bug in compiling trunk with bcc

2009-11-14 Thread francesco perillo
I now added -L...\psdk and works Yes, this is the key. Upgrade to latest SVN and PSDK dir is added automatically by the build process. I'm at the tip Harbour 2.0.0beta3 (Rev. 12877) I only set HB_COMPILER=bcc (since I have a couple others installed) Francesco

Re: [Harbour] Bug in compiling trunk with bcc

2009-11-14 Thread francesco perillo
I know that this list is perhaps not the correct one I hope you will forgive me :-) Francesco ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] OLE objects syntax...

2009-11-14 Thread Mindaugas Kavaliauskas
Hi, In Harbour I can: ? object:cOption(property) and have the correct value but I don't know how to set that value ! Do you have any self contained sample? object:cOption(property) := .T. is not accepted by the compiler, Just like STR(7) := .T. object:cOption(property, .T.) is a

Re: [Harbour] Bug in compiling trunk with bcc

2009-11-14 Thread Viktor Szakáts
Upgrade to latest SVN and PSDK dir is added automatically by the build process. I'm at the tip Harbour 2.0.0beta3 (Rev. 12877) I only set HB_COMPILER=bcc (since I have a couple others installed) That's the reason. If you do this, the build system will not be able to automatically

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

2009-11-14 Thread vszakats
Revision: 12878 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12878view=rev Author: vszakats Date: 2009-11-15 02:52:43 + (Sun, 15 Nov 2009) Log Message: --- 2009-11-15 03:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/win/bcc.mk +

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

2009-11-14 Thread vszakats
Revision: 12879 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12879view=rev Author: vszakats Date: 2009-11-15 03:23:21 + (Sun, 15 Nov 2009) Log Message: --- 2009-11-15 04:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk *

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

2009-11-14 Thread vszakats
Revision: 12880 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12880view=rev Author: vszakats Date: 2009-11-15 04:22:05 + (Sun, 15 Nov 2009) Log Message: --- 2009-11-15 05:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/compiler/genc.c *

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

2009-11-14 Thread vszakats
Revision: 12881 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12881view=rev Author: vszakats Date: 2009-11-15 04:31:21 + (Sun, 15 Nov 2009) Log Message: --- 2009-11-15 05:30 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbsms/Makefile

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

2009-11-14 Thread vszakats
Revision: 12882 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12882view=rev Author: vszakats Date: 2009-11-15 05:35:50 + (Sun, 15 Nov 2009) Log Message: --- 2009-11-15 06:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

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

2009-11-14 Thread vouchcac
Revision: 12883 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12883view=rev Author: vouchcac Date: 2009-11-15 06:14:05 + (Sun, 15 Nov 2009) Log Message: --- 2009-11-14 22:05 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/gtwvg/Makefile *

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

2009-11-14 Thread vouchcac
Revision: 12884 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12884view=rev Author: vouchcac Date: 2009-11-15 06:25:17 + (Sun, 15 Nov 2009) Log Message: --- 2009-11-14 22:21 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/hbqt_slots.cpp

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

2009-11-14 Thread Viktor Szakáts
Hi Pritpal, Yes, now it compiles fine and even the demo works when I use msvc64. (I have to turn off warnings to make demowvg.prg compile, these should better be fixed) Some icons don't appear on the toolbar, only a white box is visible (Calendar, Index, Hide). With msvc64, I'm getting this

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

2009-11-14 Thread Chen Kedem
With BCC32 and Rev12884 I get the following warnings: Warning W8004 ../../../HBI18N1.C 238: 'n10' is assigned a value that is never used in function hb_i18n_pluralindex Warning W8004 ../../../HBI18N1.C 238: 'n10' is assigned a value that is never used in function hb_i18n_pluralindex Chen.

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

2009-11-14 Thread vszakats
Revision: 12885 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12885view=rev Author: vszakats Date: 2009-11-15 07:22:25 + (Sun, 15 Nov 2009) Log Message: --- 2009-11-15 08:21 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/hbi18n1.c !

[Harbour] hbmk2: embedded Harbour and -bldf

2009-11-14 Thread Chen Kedem
I built Harbour with set HB_USER_PRGFLAGS=-l- (thats a lowercase 'L') ---tt55.prg--- proc main quot(Hello) return -- ..\bin\hbmk2 -bldf tt55 -w -n Harbour 2.0.0beta3 (Rev. 12884) Copyright (c) 1999-2009, http://www.harbour-project.org/ Compiling 'tt55.prg'... Lines 3,

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

2009-11-14 Thread Bisz István
Hi Pritpal, Yes, now it compiles fine and even the demo works when I use msvc64. (I have to turn off warnings to make demowvg.prg compile, these should better be fixed) With mingw32 , @set HB_BUILD_OPTIM=yes @set HB_BUILD_UNICODE=yes @set HB_BUILD_MODE=cpp @set

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

2009-11-14 Thread vszakats
Revision: 12886 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12886view=rev Author: vszakats Date: 2009-11-15 07:38:25 + (Sun, 15 Nov 2009) Log Message: --- 2009-11-15 08:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

[Harbour] Partial classes

2009-11-14 Thread José Luis Capel ~ CapelSoft
Hi all, I would like your opinion about the concept of 'partial class'. For example: //--- First.prg Class MyClass DATA data1 METHOD MyMethod() EndClass METHOD MyMethod() CLASS MyClass Return Self //--- Second.Prg PartialClass MyClass DATA data2 METHOD MyMethod() EndClass

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

2009-11-14 Thread Viktor Szakáts
pls hold on I'll clean the whole debug stuff in both hbxbp and hbqt. Brgds, Viktor On 2009 Nov 15, at 08:35, Bisz István wrote: Hi Pritpal, Yes, now it compiles fine and even the demo works when I use msvc64. (I have to turn off warnings to make demowvg.prg compile, these should better