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

2010-01-14 Thread vouchcac
Revision: 13568 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13568view=rev Author: vouchcac Date: 2010-01-14 09:04:21 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 00:57 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/gtwvg/wvg3stat.prg

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

2010-01-14 Thread druzus
Revision: 13569 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13569view=rev Author: druzus Date: 2010-01-14 09:11:48 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 10:11 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2010-01-14 Thread Przemysław Czerpak
On Thu, 14 Jan 2010, vouch...@users.sourceforge.net wrote: Hi, 2010-01-14 00:57 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) [...] ! Methods definition matched with methods as per Harbour specs. It compiles fine but it will be wise to reformat them for consistency. Thank

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

2010-01-14 Thread Przemysław Czerpak
On Thu, 14 Jan 2010, Szak�ts Viktor wrote: Hi, I just read it more carefully and understood it's not enabled yet, so my vote is to enable it now. The fix is easy, similar to -w3 warnings, it just has to be done, and such fix doesn't have any drawbacks. Yes, but -w3 is an option for users

Re: [Harbour] Error Building latest Harbour SVN with BCC58

2010-01-14 Thread Przemysław Czerpak
On Thu, 14 Jan 2010, Mario H. Sabado wrote: Hi, Please find below error I encountered under WinXP and BCC58 when building latest Harbour SVN. Should be fixed now. best regards, Przemek ___ Harbour mailing list (attachment size limit: 40KB)

Re: [Harbour] ULONG - HB_SIZE

2010-01-14 Thread Przemysław Czerpak
On Thu, 14 Jan 2010, Szak�ts Viktor wrote: Hi, First actual question is what to do with ULONG in hb_fsSeek(). Should it be changed to HB_SIZE or not? No. It cannot be HB_SIZE. It will be bug. The same is for other functions like hb_fsWriteLarge(). All such functions have to use parameters

Re: [Harbour] ULONG - HB_SIZE

2010-01-14 Thread Viktor Szakáts
Hi, First actual question is what to do with ULONG in hb_fsSeek(). Should it be changed to HB_SIZE or not? No. It cannot be HB_SIZE. It will be bug. The same is for other functions like hb_fsWriteLarge(). All such functions have to use parameters which are accepted by low level OS

Re: [Harbour] Error Building latest Harbour SVN with BCC58

2010-01-14 Thread Mario H. Sabado
On 1/14/2010 5:28 PM, harbour-requ...@harbour-project.org wrote: Message: 9 Date: Thu, 14 Jan 2010 10:20:38 +0100 From: Przemys?aw Czerpakdru...@acn.waw.pl Subject: Re: [Harbour] Error Building latest Harbour SVN with BCC58 To: Harbour Project Main Developer List.

Re: [Harbour] ULONG - HB_SIZE

2010-01-14 Thread Przemysław Czerpak
On Thu, 14 Jan 2010, Szak�ts Viktor wrote: First actual question is what to do with ULONG in hb_fsSeek(). Should it be changed to HB_SIZE or not? No. It cannot be HB_SIZE. It will be bug. The same is for other functions like hb_fsWriteLarge(). All such functions have to use parameters

Re: [Harbour] ULONG - HB_SIZE

2010-01-14 Thread Viktor Szakáts
On Thu, 14 Jan 2010, Szak�ts Viktor wrote: First actual question is what to do with ULONG in hb_fsSeek(). Should it be changed to HB_SIZE or not? No. It cannot be HB_SIZE. It will be bug. The same is for other functions like hb_fsWriteLarge(). All such functions have to use parameters which

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

2010-01-14 Thread vszakats
Revision: 13570 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13570view=rev Author: vszakats Date: 2010-01-14 10:37:49 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 11:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/set.c *

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

2010-01-14 Thread vszakats
Revision: 13571 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13571view=rev Author: vszakats Date: 2010-01-14 10:53:40 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 11:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwin/gtwin.c *

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

2010-01-14 Thread vszakats
Revision: 13572 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13572view=rev Author: vszakats Date: 2010-01-14 11:28:27 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 12:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/hashfunc.c *

Re: [Harbour] ULONG - HB_SIZE

2010-01-14 Thread Viktor Szakáts
Hi Przemek, The other area which will need to be cleaned is mem allocation functions (as discussed before). Currently it uses ULONG, but should be size_t probably. (GC and hb_x*()). Plus a few other value types to migrate form ULONG to something else: 32-bit crc values - HB_U32 pcount - int

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

2010-01-14 Thread vszakats
Revision: 13573 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13573view=rev Author: vszakats Date: 2010-01-14 11:39:44 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 12:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/hbcrypt.c *

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

2010-01-14 Thread druzus
Revision: 13574 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13574view=rev Author: druzus Date: 2010-01-14 11:44:54 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 12:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2010-01-14 Thread vszakats
Revision: 13575 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13575view=rev Author: vszakats Date: 2010-01-14 12:24:57 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 13:20 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbdefs.h +

[Harbour] Re: bmdbfcdx error

2010-01-14 Thread Itamar Lins
Hi! , possible loss of data ../../../bmdbfcdx.c(9447) : warning C4244: 'argument' : conversion from 'int' to 'BYTE', possible loss of data ../../../bmdbfcdx.c(9447) : warning C4244: 'argument' : conversion from 'int' to 'BYTE', possible loss of data ../../../bmdbfcdx.c(9624) : warning

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

2010-01-14 Thread vszakats
Revision: 13576 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13576view=rev Author: vszakats Date: 2010-01-14 12:36:49 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 13:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rdd/hbsix/sxcompr.c

[Harbour] Re: bmdbfcdx error

2010-01-14 Thread Itamar Lins
Now with Revision: 13576 works fine! Best regards, Itamar M. Lins Jr. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: HBIDE

2010-01-14 Thread Rodrigo Machado
Buenos dias Tengo otras sugerencias mas: 1- Pinter de otro color la linea actual. 2- En la statusbar mostrar la cantidad de caracteres seleccionados. Gracias ¿Estas buscando algún número telefónico? Visite: www.teleguia.com.py *:-.,_,.-:*'``'*:-.,_,.-:*:-.,_,.-:*'``'*:-.,_,.-: ::

[Harbour] error LNK2001: unresolved external symbol _HB_FUN_HB_SETCODEPAGE

2010-01-14 Thread Itamar Lins
Hi! Now I get this is error. How to resolve this ? Best regards, Itamar M. Lins Jr. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2010-01-14 Thread Mindaugas Kavaliauskas
Hi, 2010-01-13 17:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + src/rtl/strclear.c + Added HB_STRCLEAR() function to safely clear the content of a string variable. I suggest to change HB_STRCLEAR() code. Current implementation returns true, if hb_itemGetWriteCL() returns

[Harbour] Re: error LNK2001: unresolved external symbol_HB_FUN_HB_SETCODEPAGE

2010-01-14 Thread Itamar Lins
I change. HB_SETCODEPAGE([PTISO]) - hb_CdpSelect([PTISO]) No error Best regards, Itamar M. Lins Jr. Itamar Lins itamarl...@bol.com.br escreveu na mensagem news:hin5n4$of...@ger.gmane.org... Hi! Now I get this is error. How to resolve this ? Best regards, Itamar M. Lins Jr.

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

2010-01-14 Thread Viktor Szakáts
Thanks a lot Mindaugas, I'll include this in next commit. Brgds, Viktor On 2010 Jan 14, at 14:28, Mindaugas Kavaliauskas wrote: Hi, 2010-01-13 17:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + src/rtl/strclear.c + Added HB_STRCLEAR() function to safely clear the content

[Harbour] off topic - letodb

2010-01-14 Thread Itamar Lins
Hi! I'm sorry for that but, I do not know how to solve this problem as. G:\letodbhbmk2 letodb.hbp rddleto.hbc hbmk2: Processando arquivo de configuração: D:\DEV\HARBOUR\BIN\hbmk.cfg hbmk2: Processando: rddleto.hbc hbmk2: Compilando... leto_win.c include\srvleto.h(71) : fatal error C1083: Cannot

Re: [Harbour] Re: error LNK2001: unresolved external symbol_HB_FUN_HB_SETCODEPAGE

2010-01-14 Thread Lorenzo Fiorini
On Thu, Jan 14, 2010 at 2:47 PM, Itamar Lins itamarl...@bol.com.br wrote: I change. HB_SETCODEPAGE([PTISO]) - hb_CdpSelect([PTISO]) No error from Changelog: ... 2009-11-29 07:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/cdpapi.c * HB_SETCODEPAGE() guarded as

[Harbour] Re: off topic - letodb

2010-01-14 Thread Itamar Lins
Itamar Lins escreveu: My fault, the command correct is: G:\letodbhbmk2 rddleto.hbp letodb.hbp hbmk2: Processando arquivo de configura‡Æo: C:\DEV\HARBOUR\bin\hbmk.cfg hbmk2: Processando: rddleto.hbc hbmk2: Compilando... leto1.c source\client\leto1.c(129) : error C2061: syntax error : identifier

[Harbour] Re: off topic - letodb

2010-01-14 Thread Itamar Lins
Itamar Lins escreveu: My fault, the command correct is: G:\letodbhbmk2 rddleto.hbp letodb.hbp hbmk2: Processando arquivo de configura‡Æo: C:\DEV\HARBOUR\bin\hbmk.cfg hbmk2: Processando: rddleto.hbc hbmk2: Compilando... leto1.c source\client\leto1.c(129) : error C2061: syntax error : identifier

Re: [Harbour] HBIDE

2010-01-14 Thread Pritpal Bedi
Hi Rodrigo Machado wrote: Tengo otras sugerencias mas: 1- Pinter de otro color la linea actual. 2- En la statusbar mostrar la cantidad de caracteres seleccionados. But I have other suggestions: 1 - repainted the current line. 2 - In the statusbar display the number of selected

Re: [Harbour] HBIDE

2010-01-14 Thread Bruno Luciani
Can you post in english only ? 1 - repainted the current line. I could not follow you ? Which line to repaint ? I think Its mean that change the backcolor of selected or actual line ( cursor ) 2 - In the statusbar display the number of selected characters. What purpose will be solved with

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

2010-01-14 Thread vszakats
Revision: 13577 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13577view=rev Author: vszakats Date: 2010-01-14 17:59:30 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 18:01 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/strclear.c +

Re: [Harbour] HBIDE

2010-01-14 Thread Rodrigo Machado
Can you post in english only ? I will try. Please see this link. http://www.teleguia.com.py/edit.gif Other suggestions: - Select and edit mode by columns. http://www.teleguia.com.py/editing.gif http://www.teleguia.com.py/select.gif To can configurate and remerber the configuration in the next

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

2010-01-14 Thread vouchcac
Revision: 13578 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13578view=rev Author: vouchcac Date: 2010-01-14 18:07:59 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 09:53 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbp3state.prg

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

2010-01-14 Thread vouchcac
Revision: 13579 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13579view=rev Author: vouchcac Date: 2010-01-14 18:10:11 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 10:08 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/hbide.prg *

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

2010-01-14 Thread vszakats
Revision: 13580 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13580view=rev Author: vszakats Date: 2010-01-14 19:12:39 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 20:09 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/ctnet.c

Re: [Harbour] HBIDE

2010-01-14 Thread Pritpal Bedi
Hi Rodrigo Machado wrote: Please see this link. http://www.teleguia.com.py/edit.gif My question is : _why it is needed_ ? - Select and edit mode by columns. http://www.teleguia.com.py/editing.gif http://www.teleguia.com.py/select.gif Yes, these are on my TODO liast. To can

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

2010-01-14 Thread vszakats
Revision: 13581 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13581view=rev Author: vszakats Date: 2010-01-14 21:07:59 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 22:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/ctnet.c

Re: [Harbour] HBIDE

2010-01-14 Thread Bruno Luciani
2010/1/14 Pritpal Bedi bediprit...@hotmail.com Hi Rodrigo Machado wrote: Please see this link. http://www.teleguia.com.py/edit.gif My question is : _why it is needed_ ? I think that coloring the actual line is usefull to facilitate reading code and marking the number of column

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

2010-01-14 Thread vszakats
Revision: 13582 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13582view=rev Author: vszakats Date: 2010-01-14 21:59:52 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 22:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/pp/pplib.c *

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

2010-01-14 Thread vszakats
Revision: 13583 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13583view=rev Author: vszakats Date: 2010-01-14 22:37:12 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 23:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/rddads/adsx.c *

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

2010-01-14 Thread vszakats
Revision: 13584 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13584view=rev Author: vszakats Date: 2010-01-14 22:48:17 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-14 23:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

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

2010-01-14 Thread vszakats
Revision: 13585 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13585view=rev Author: vszakats Date: 2010-01-14 23:49:12 + (Thu, 14 Jan 2010) Log Message: --- 2010-01-15 00:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

[Harbour] errors with release 13584

2010-01-14 Thread Rossine
Hello, I compile minigui com this release and i see this errors: [ERRORS] MiniGui.lib Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland h_scrsaver.c: h_edit.c: h_edit_ex.c: h_error.c: h_ipaddress.c: c_ipaddress.c: Error E2257 c:\bcc55\include\prsht.h 90: , expected Error E2293

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

2010-01-14 Thread vszakats
Revision: 13586 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13586view=rev Author: vszakats Date: 2010-01-15 00:48:01 + (Fri, 15 Jan 2010) Log Message: --- 2010-01-15 01:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/compiler/cmdcheck.c

[Harbour] Error Building Latest Harbour SVN under Mandriva2010

2010-01-14 Thread Mario H. Sabado
Hi, I have encountered below error when building latest Harbour SVN under Mandriva2010 and GCC 4.4.1. Thanks, Mario == ../../../../../bin/linux/gcc/harbour ../../../tsymbol.prg -i../../../../../include -n1 -q0 -w3 -es2

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

2010-01-14 Thread vouchcac
Revision: 13587 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13587view=rev Author: vouchcac Date: 2010-01-15 02:25:12 + (Fri, 15 Jan 2010) Log Message: --- 2010-01-14 18:21 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/hbide.ch *

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

2010-01-14 Thread Xavi
Hi Viktor, ! Fixed new warning in hb_tstrncat() (assigment in conditional). I've now basically restored my original version taken from common lib. Only one small observation as a comment. Not is the same UNICODE NULL L'\0' that '\0', may be irrelevant because both are zero. Not

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

2010-01-14 Thread Lorenzo Fiorini
On Thu, Jan 14, 2010 at 10:11 AM, dru...@users.sourceforge.net wrote:    * enable strict parameters validation only when method is declared      with (), i.e.:         method open      does not force any parameter validation so it can be implemented I plan to change all my classes to this