Re: [Harbour] build mt tests

2009-02-26 Thread Francesco Saverio Giudice
Hi Viktor, Il 26/02/2009 0.49, Viktor Szakáts ha scritto: You've been tricked by the '-n' issue. Just add -n to your command line. damn... I was too tired :-) Thank you Best regards Francesco ___ Harbour mailing list Harbour@harbour-project.org

Re: [Harbour] Proposing hbwhat for removal

2009-02-26 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Viktor Szakáts harbour...@syenar.hu A: Harbour Project Main Developer List. harbour@harbour-project.org Data invio: mercoledì 25 febbraio 2009 23.17 Oggetto: Re: [Harbour] Proposing hbwhat for removal Personally I used hbwhat only for SetErrorMode() that I

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

2009-02-26 Thread vszakats
Revision: 10457 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10457view=rev Author: vszakats Date: 2009-02-26 09:25:29 + (Thu, 26 Feb 2009) Log Message: --- 2009-02-26 10:24 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/hb-mkdyn.bat +

[Harbour] Wrong hb-mkslib

2009-02-26 Thread Lorenzo Fiorini
it points to hb-mkslib - ./bin/hb-mkdyn.sh while it should be simply hb-mkslib - hb-mkdyn The diff is: diff -r 9838d46f2905 bin/postinst.sh --- a/bin/postinst.sh Thu Feb 26 10:44:40 2009 +0100 +++ b/bin/postinst.sh Thu Feb 26 11:53:43 2009 +0100 @@ -88,7 +88,7 @@ if [ -n ${hb_mkdyn} ]

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

2009-02-26 Thread druzus
Revision: 10458 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10458view=rev Author: druzus Date: 2009-02-26 10:57:23 + (Thu, 26 Feb 2009) Log Message: --- 2009-02-26 12:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: [Harbour] Wrong hb-mkslib

2009-02-26 Thread Viktor Szakáts
This doesn't work with MinGW, and an error is generated for the ln command. Brgds, Viktor On Thu, Feb 26, 2009 at 11:54 AM, Lorenzo Fiorini lorenzo.fior...@gmail.com wrote: it points to hb-mkslib - ./bin/hb-mkdyn.sh while it should be simply hb-mkslib - hb-mkdyn The diff is: diff -r

Re: [Harbour] Wrong hb-mkslib

2009-02-26 Thread Lorenzo Fiorini
On Thu, Feb 26, 2009 at 12:08 PM, Viktor Szakáts harbour...@syenar.hu wrote: This doesn't work with MinGW, and an error is generated for the ln command. Yes, I've just found that the diff works for Linux and OSX but not for msys/mingw. A plain ln -s /opt/harbour/bin/hb-mkdyn

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

2009-02-26 Thread vszakats
Revision: 10459 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10459view=rev Author: vszakats Date: 2009-02-26 11:17:38 + (Thu, 26 Feb 2009) Log Message: --- 2009-02-26 12:16 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * config/rules.cf *

[Harbour] gtwvt issues

2009-02-26 Thread Lorenzo Fiorini
1) HB_GTI_CLOSABLE seems not working 2) setmode returns false but it seem to work I've used the test below using: ./gttest 15 48 140 Terminal 1 under WinXP Pro SP3 msys/mingw 3.4.5 best regards, Lorenzo #include common.ch #include hbgtinfo.ch procedure main( cFontSize, cRows, cCols,

[Harbour] RE: Raport from build

2009-02-26 Thread Horodyski Marek (PZUZ)
-Original Message- From: Horodyski Marek (PZUZ) Sent: Wednesday, February 25, 2009 1:32 PM To: 'Harbour Project Main Developer List.' Subject: RE: Raport from build [...] Todays - 2009-02-25 - unchanged. Todays - 2009-02-26, raport from naightly zip file : Last screen :

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

2009-02-26 Thread vszakats
Revision: 10460 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10460view=rev Author: vszakats Date: 2009-02-26 11:45:25 + (Thu, 26 Feb 2009) Log Message: --- 2009-02-26 12:44 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c

Re: [Harbour] Wrong hb-mkslib

2009-02-26 Thread Przemyslaw Czerpak
On Thu, 26 Feb 2009, Szak�ts Viktor wrote: Hi, This doesn't work with MinGW, and an error is generated for the ln command. Then for MinGW we need separated version until it will not be fixed in MinGW/MSys. Probably simple: (cd ${hb_root}/bin; ln -s hb-mkdyn.sh ${hb_mkdyn}) will be enough

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

2009-02-26 Thread vszakats
Revision: 10461 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10461view=rev Author: vszakats Date: 2009-02-26 11:56:01 + (Thu, 26 Feb 2009) Log Message: --- 2009-02-26 12:54 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c

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

2009-02-26 Thread Lorenzo Fiorini
On Thu, Feb 26, 2009 at 12:56 PM, vszak...@users.sourceforge.net wrote: 2009-02-26 12:54 UTC+0100 Viktor Szakats (harbour.01 syenar hu)  * source/rtl/gtwvt/gtwvt.c    ! Attempt to fix SetMode() always returning FALSE when      the window isn't open yet. Please test, I didn't. As you can see

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

2009-02-26 Thread Viktor Szakáts
* source/rtl/gtwvt/gtwvt.c ! Attempt to fix SetMode() always returning FALSE when the window isn't open yet. Please test, I didn't. As you can see I've left a // clear screen because doing settings before or after it change if they works or not. Which mean what? Is it working

[Harbour] Error building harbour for evc4 - 2

2009-02-26 Thread José Luis Capel
-- Forwarded message -- From: José Luis Capel jlcap...@gmail.com Date: 2009/2/26 Subject: Error building harbour for evc4 To: Harbour Project Main Developer List. harbour@harbour-project.org Hi, After updating from svn I got these errors: ../../hbproces.c(245) : error C2065:

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

2009-02-26 Thread Lorenzo Fiorini
On Thu, Feb 26, 2009 at 1:32 PM, Viktor Szakáts harbour...@syenar.hu wrote: Which mean what? Is it working now? Or should I say sorry for (not) fixing it? Sorry I was not clear. The fix works, many thanks. My replay was more general and I did it in the wrong place. What I meant is that I

[Harbour] gtwin vs gtwvt

2009-02-26 Thread Lorenzo Fiorini
Just to report, I've run the code below, that works as expected with gtwvt, with gtwin using ./gttest1 15 48 140 Terminal 1 I'm not sure what is the correct result but: setmode returns false ( while gtwvt returns true ) and it RT: Error BASE/1099 Argument error: STR Called from STR(0) Called

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

2009-02-26 Thread vszakats
Revision: 10462 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10462view=rev Author: vszakats Date: 2009-02-26 18:48:17 + (Thu, 26 Feb 2009) Log Message: --- 2009-02-26 19:44 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/hb-mkdyn.bat *

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

2009-02-26 Thread vszakats
Revision: 10463 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10463view=rev Author: vszakats Date: 2009-02-26 18:51:02 + (Thu, 26 Feb 2009) Log Message: --- 2009-02-26 19:46 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/hb-mkdyn.bat *

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

2009-02-26 Thread vszakats
Revision: 10464 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10464view=rev Author: vszakats Date: 2009-02-26 19:31:09 + (Thu, 26 Feb 2009) Log Message: --- 2009-02-26 20:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/hb-mkdyn.bat +

[Harbour] Error eVc4: ../../hbproces.c(245) : error C2065: 'STARTF_USESTDHANDLES'

2009-02-26 Thread José Luis Capel
Hi, After updating from svn I got these errors: ../../hbproces.c(245) : error C2065: 'STARTF_USESTDHANDLES' : undeclared identifier ../../hbproces.c(245) : error C2065: 'STARTF_USESHOWWINDOW' : undeclared identifier These are my sets: rem ; Harbour compile config (for GNU make) set

Re: [Harbour] __MVRESTORE minor change request

2009-02-26 Thread AbeB
Fixed. Thanks A Lot Przemek. Przemyslaw Czerpak wrote: On Wed, 25 Feb 2009, AbeB wrote: Hi, .mem files saved with Foxpro ( DOS) can't be restored with Harbour. (with Clipper it could). the reason is Foxpro does not add 128 to the Type byte. can __MVRESTORE be changed so it will

[Harbour] Overrida / Extend

2009-02-26 Thread Kleyber Derick
GeleiraHi all, My name is Kleyber and this is my first post here. I am considering to migrate from xHarbour to Harbour, and I would like to know if it's possible to have these three commands: OVERRIDE METHOD MethodName ; IN CLASS ClassName WITH FunctionName EXTEND CLASS ClassName

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

2009-02-26 Thread vouchcac
Revision: 10465 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10465view=rev Author: vouchcac Date: 2009-02-26 21:06:56 + (Thu, 26 Feb 2009) Log Message: --- 2009-02-25 18:57 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

[Harbour] Override / Extend functions

2009-02-26 Thread Kleyber Derick
Hi all, My name is Kleyber and this is my first post here. I am considering to migrate from xHarbour to Harbour, and I would like to know if it's possible to have these three commands: OVERRIDE METHOD MethodName ; IN CLASS ClassName WITH FunctionName EXTEND CLASS ClassName WITH

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Teo Fonrouge
On Thursday 26 February 2009 11:38:38 Kleyber Derick wrote: Hi all, My name is Kleyber and this is my first post here. I am considering to migrate from xHarbour to Harbour, and I would like to know if it's possible to have these three commands: OVERRIDE METHOD MethodName ; IN

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Massimo Belgrano
Are You Welcome! 2009/2/26 Kleyber Derick kley...@tkinformidia.net: Hi all,     My name is Kleyber and this is my first post here. I am considering to migrate from xHarbour to Harbour, and I would like to know if it's possible to have these three commands: OVERRIDE METHOD MethodName ;

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Kleyber Derick
Sorry for posting twice... I was thinking that my list was not receiving emails... thanks. Kleyber Derick - Original Message - From: Kleyber Derick To: Harbour List Sent: Thursday, February 26, 2009 2:38 PM Subject: [Harbour] Override / Extend functions Hi all, My

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Kleyber Derick
Thanks a lot, Teo. I am not accostumized with this new feature so, I have to test it in my apps. In fact, I override some methods from FWH' methods only, changing to my own functions. Best Regards, Kleyber Derick - Original Message - From: Teo Fonrouge t...@windtelsoft.com To:

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Kleyber Derick
Thanks, Massimo. Kleyber Derick - Original Message - From: Massimo Belgrano mbelgr...@deltain.it To: Harbour Project Main Developer List. harbour@harbour-project.org Sent: Thursday, February 26, 2009 7:44 PM Subject: Re: [Harbour] Override / Extend functions Are You Welcome!

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

2009-02-26 Thread vouchcac
Revision: 10466 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10466view=rev Author: vouchcac Date: 2009-02-27 00:13:28 + (Fri, 27 Feb 2009) Log Message: --- 2009-02-26 16:10 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Teo Fonrouge
On Thursday 26 February 2009 17:45:28 Kleyber Derick wrote: Thanks a lot, Teo. I am not accostumized with this new feature so, I have to test it in my apps. In fact, I override some methods from FWH' methods only, changing to my own functions. If you get stuck on something we'll be glad to

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Kleyber Derick
Yes, for sure! Well, in fact I use xHarbour 1.1.0 from February 2008 (that came with my version of FWH) and I don`t have problems at all with this. But considering that xHarbour was created to be with more extensions than Harbour, I was waiting for new releases, but what I can see is some buggy

Re: [Harbour] Override / Extend functions

2009-02-26 Thread Teo Fonrouge
On Thursday 26 February 2009 18:31:17 Kleyber Derick wrote: Yes, for sure! Well, in fact I use xHarbour 1.1.0 from February 2008 (that came with my version of FWH) and I don`t have problems at all with this. But considering that xHarbour was created to be with more extensions than Harbour, I

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

2009-02-26 Thread Viktor Szakáts
Hi Pritpal, You've readded the Windows struct redefinitions which aren't needed anymore after the last fixes from Przemek. Did you mean that, or was it by accident? --- Modified: trunk/harbour/contrib/gtwvg/wvgwin.c === ---

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

2009-02-26 Thread Pritpal Bedi
Hi Viktor Viktor Szakáts wrote: You've readded the Windows struct redefinitions which aren't needed anymore after the last fixes from Przemek. Did you mean that, or was it by accident? You are right. Accidently. I will remove in a while. Regards Pritpal Bedi -- View this message in

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

2009-02-26 Thread vouchcac
Revision: 10467 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10467view=rev Author: vouchcac Date: 2009-02-27 06:53:21 + (Fri, 27 Feb 2009) Log Message: --- 2009-02-26 22:51 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) *