[xHarbour-developers] 2009-05-04 10:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-04 Thread Miguel Angel Marchuet
2009-05-04 10:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * contrib\rdd_ads\ads1.c * changed FAILURE by HB_FAILURE, SUCCESS by HB_SUCCESS * changed support of datetime (TIMESTAMP) fields from string items to datetime items. * changes support of varlength fields

Re: [xHarbour-developers] Bug in TXmlDocument class

2009-05-04 Thread Patrick Mast, xHarbour.
Anyone? ;-) On Thu, Apr 23, 2009 at 3:10 PM, Patrick Mast, xHarbour. patrick.m...@xharbour.com wrote: Hello, Please try this reduced sample: [Files also attached] Thanks! Patrick #include hbXml.ch PROCEDURE Test()   LOCAL oXmlDoc, oXmlNode, oXmlRecScan, oXmlFieldScan   ? --

[xHarbour-developers] ChangeLog: 2009-05-04 18:30 UTC+0700 Andi Jahja xharbour/AT/telkom/net/id

2009-05-04 Thread Andi Jahja
2009-05-04 18:30 UTC+0700 Andi Jahja xharbour/AT/telkom/net/id * source/common/hbstr.c ! minor optimization on string left-trimming * source/compiler/genc.c ! fix inconsistent function protopyte declaration NOTE: still has a bug to fix on an abnormal use of HB_FUNC_STATIC(X),

Re: [xHarbour-developers] GTSLN forced on Linux

2009-05-04 Thread Luiz Rafael Culik Guimaraes
Vincente here the default is gttrm. what was the value os your HB_GT_LIB when you compile the binaries? Regards Luiz -- Register Now Save for Velocity, the Web Performance Operations Conference from O'Reilly Media.

Re: [xHarbour-developers] XBSCRIPT: static declaration of 'HB_FUN_NEXTIDENTIFIER' follows non-static declaration

2009-05-04 Thread Andi Jahja
Vicente, Could you please try again with the latest patch? Thanks and sorry. -- Andi On Sat, 2 May 2009 20:16:52 -0500 (CDT) Vicente Guerra v...@guerra.com.mx wrote: Hi! Under Linux 2.6.9-023stab044.3-enterprise #1 SMP, I'm getting the following message:

Re: [xHarbour-developers] 2009-05-04 10:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-04 Thread Andi Jahja
On Mon, 04 May 2009 10:28:18 +0200 Miguel Angel Marchuet miguelan...@marchuet.net wrote: 2009-05-04 10:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * contrib\rdd_ads\ads1.c * changed FAILURE by HB_FAILURE, SUCCESS by HB_SUCCESS * changed support of datetime

Re: [xHarbour-developers] Bug in TXmlDocument class

2009-05-04 Thread Eduardo Fernandes
Patrick, The problem is the MatchCriteria() method that always returns true. Comment the line 221 and test. The find() method need be otimized to work with attribute, value and data arguments, if any. regards, Eduardo --- Em seg, 4/5/09, Patrick Mast, xHarbour. patrick.m...@xharbour.com

Re: [xHarbour-developers] GTSLN forced on Linux

2009-05-04 Thread Vicente Guerra
On Mon, 4 May 2009, Luiz Rafael Culik Guimaraes wrote: here the default is gttrm. what was the value os your HB_GT_LIB when you compile the binaries? Compilation shows: -DHB_GT_LIB=sln But it's supposed to be overridden with the -gt parameter. Atte. Vic

Re: [xHarbour-developers] 2009-05-04 10:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-04 Thread Patrick Mast, xHarbour.
Same here: contrib\rdd_ads\ads1.c(575) : error C3861: 'HB_IS_TIMESTAMP': identifier not found Patrick On Mon, May 4, 2009 at 3:10 PM, Andi Jahja xharb...@telkom.net.id wrote: On Mon, 04 May 2009 10:28:18 +0200 Miguel Angel Marchuet miguelan...@marchuet.net wrote: 2009-05-04 10:25 UTC+0100

Re: [xHarbour-developers] 2009-05-04 10:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-04 Thread Patrick Mast, xHarbour.
In Borland: Warning W8065 contrib\rdd_ads\ads1.c 575: Call to function 'HB_IS_TIMESTAMP' with no prototype in function adsScopeSet Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_HB_IS_TIMESTAMP' referenced from C:\XHARBOUR\OBJ\B32\DLL\ADS1.OBJ Warning:

Re: [xHarbour-developers] 2009-05-04 10:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-04 Thread Przemyslaw Czerpak
On Mon, 04 May 2009, Patrick Mast, xHarbour.com Inc. wrote: Same here: contrib\rdd_ads\ads1.c(575) : error C3861: 'HB_IS_TIMESTAMP': identifier not found On Mon, May 4, 2009 at 3:10 PM, Andi Jahja xharb...@telkom.net.id wrote: On Mon, 04 May 2009 10:28:18 +0200 Miguel Angel Marchuet

Re: [xHarbour-developers] 2009-05-04 10:25 UTC+0100 MiguelAngel Marchuet miguelan...@marchuet.net

2009-05-04 Thread Ron Pinkas
Miguel, Please note that we do have a CONVENTION in place, which requires borrowed changes and additions to be marked as such. Please review ChangeLog entries by Phil Krylov to see many samples. You'll find that such borrowed work is marked by a summary line like this: (by Przemyslaw

Re: [xHarbour-developers] 2009-05-04 10:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-04 Thread Miguel Angel Marchuet
Why not go back to work xHarbour!, I do not have much time and you usually have to pull myself forward in my work. So I prefer not to do it and get your directly. I very much like you have much free time to anticipate making a code, I believe that anyone would have done well, next time, please

[xHarbour-developers] 2009-05-04 21:39 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-04 Thread Miguel Angel Marchuet
2009-05-04 21:39 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * contrib\rdd_ads\ads1.c ! fixed, xharbour API uses HB_IS_DATETIME instead of HB_IS_TIMESTAMP. Best regards, Miguel Angel Marchuet --

[xHarbour-developers] ChangeLog: 2009-05-05 02:45 UTC+0700 Andi Jahja xharbour/AT/telkom/net/id

2009-05-04 Thread Andi Jahja
2009-05-05 02:45 UTC+0700 Andi Jahja xharbour/AT/telkom/net/id * source/common/hbstr.c ! minor optimization on function hb_stripOutComments(). -- Andi -- Register Now Save for Velocity, the Web Performance

Re: [xHarbour-developers] XBSCRIPT: static declaration of 'HB_FUN_NEXTIDENTIFIER' follows non-static declaration

2009-05-04 Thread Andi Jahja
Should be fixed now. -- Andi On Mon, 4 May 2009 10:12:19 -0500 (CDT) Vicente Guerra v...@guerra.com.mx wrote: On Mon, 4 May 2009, Andi Jahja wrote: Could you please try again with the latest patch? I tried to recompile and I got: ../../../../source/compiler/linux/gcc/harbour

[xHarbour-developers] 2009-05-04 23:05 UTC+0200 Enrico Maria Giordano e.m.giord...@emagsoftware.it

2009-05-04 Thread Enrico Maria Giordano
2009-05-04 23:05 UTC+0200 Enrico Maria Giordano e.m.giord...@emagsoftware.it * source\common\hbstr.c - Commented out unused variable char *last in function hb_stripOutComments EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: