[xHarbour-developers] ChangeLog: 2012-06-22 09:22 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2012-06-22 Thread Miguel Angel Marchuet Frutos
2012-06-22 09:22 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * source\rdd\dbf1.c * source\rdd\workarea.c ! Minor fix under HB_COMPAT_FOXPRO flag, fixed open tables for f3 type with fields autoincremental flags. Best regards, Miguel Angel Marchuet

[xHarbour-developers] posible bug at __dbsort

2011-02-17 Thread Miguel Angel Marchuet Frutos
, pArea-area.cdPage, 0 ); else iResult = hb_cdpcmp( ( const char * ) pQuickSort-pCmpBufferA, pField-uiLen, ( const char * ) pQuickSort-pCmpBufferB, pField-uiLen, pArea-area.cdPage, 0 ); -- Atentamente *Miguel Angel

[xHarbour-developers] posible bug at sort

2011-02-17 Thread Miguel Angel Marchuet Frutos
-pCmpBufferB, sizeof( ( const char * ) pQuickSort-pCmpBufferB ), pArea-area.cdPage, 0 ); -- Atentamente *Miguel Angel Marchuet* __ Información de ESET Smart Security, versión de la base de firmas de virus 5882 (20110217) __ ESET Smart Security ha

Re: [xHarbour-developers] MEMIO

2011-02-17 Thread Miguel Angel Marchuet Frutos
memio don't works properly it doesn't free all memory when hb_drop is executed -- Atentamente *Miguel Angel Marchuet* __ Información de ESET Smart Security, versión de la base de firmas de virus 5883 (20110217) __ ESET Smart Security ha comprobado este mensaje. http

[xHarbour-developers] 2010-10-19 13:24 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2010-10-19 Thread Miguel Angel Marchuet Frutos
2010-10-19 13:24 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * include\dbinfo.ch * source\rdd\bmdbfcdx\bmdbfcdx1.c * source\rdd\bmdbfcdx\redbfcdx1.c * source\rdd\dbfcdx\dbfcdx1.c * source\rdd\dbffpt\dbffpt1.c * source\rtl\filenet.c * Added DBOI_TEMPORARY as 133

Re: [xHarbour-developers] Harbour vs xHarbour - SpeedTest

2010-03-23 Thread Miguel Angel Marchuet
dlmalloc is yet at xharbour, only need a parameter building xharbour to use it review fm.c i test it and is not the cause of speed diference ;) Walter Negro escribió: Ron, Patrick, Andi I found the main cause of the speed difference for SpeedTest. Harbor are using an alternative memory

Re: [xHarbour-developers] RDD syncing

2010-02-17 Thread Miguel Angel Marchuet
Angel Marchuet Patrick Mast, xHarbour. escribi: Hello, Miguel, are you still syncing RDD fixes/enhancements with Harbour? Like: http://harbour-project.svn.sourceforge.net/viewvc/harbour-project?view=revrevision=13765 Thanks! ;-) Patrick

[xHarbour-developers] 2010-01-20 20:53 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2010-01-20 Thread Miguel Angel Marchuet
2010-01-20 20:53 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * includes/adordd.ch + added missing ado entries. Best regards, Miguel Angel Marchuet -- Throughout its 18-year history, RSA Conference

[xHarbour-developers] 2009-11-20 00:02 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-11-19 Thread Miguel Angel Marchuet
2009-11-20 00:02 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * include\hbsetup.h * Added HB_LEGACY_LEVEL2 by default to admit HB_OS_WIN_32_USED, _WIN64 and HB_WINCE changed by HB_OS_WIN_USED, HB_OS_WIN_64, HB_OS_WIN_CE on previous commit. Please don't use it any more

[xHarbour-developers] 2009-11-09 09:51 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-11-09 Thread Miguel Angel Marchuet
2009-11-09 09:51 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * contrib\filemem\filemem.c * contrib\firebird\firebird.c * contrib\freeimage\source\fi_winfu.c * contrib\freeimage\source\fi_wrp.c * contrib\gd\include\gd.h * contrib\gd\source\gdwrp.c * contrib

Re: [xHarbour-developers] Proposal for HB_IS_NUMERIC.

2009-11-09 Thread Miguel Angel Marchuet
excede los 240 caractereS y asi actue como en CL52 en lugar de CL53. #pragma NoTestError=DBFCDX|1054 Best regards, Miguel Angel Marchuet Ron Pinkas escribió: Eduardo, So, we could review all string functions like str(), strzero(), pad(), etc, that call HB_IS_NUMERIC

[xHarbour-developers] 2009-10-21 17:32 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-10-21 Thread Miguel Angel Marchuet
2009-10-21 17:32 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * source/vm/arrayshb.c * 2nd parameter of ADEL function can be now negative reference position to array. Best regards, Miguel Angel Marchuet __ Información de ESET NOD32 Antivirus, versión de la base de

Re: [xHarbour-developers] xHarbour and UNICODE

2009-10-08 Thread Miguel Angel Marchuet
Really no change is necessary at xharbour, to finish your aplication. GetValue and PutValue don't knows the content of char * saved at database this is not important. For example we save utf8 strings in a standard dbf, obviously we need to overload comparation method to sort properly, but you

Re: [xHarbour-developers] xHarbour and UNICODE

2009-10-08 Thread Miguel Angel Marchuet
strings to another subsystem is very dangerous because is difficult to recognize always the subtype of string. For example can be binary string with no translate allowed, resolve this question is developer work. Best regards, Miguel Angel Marchuet __ Información de ESET NOD32 Antivirus

Re: [xHarbour-developers] xHarbour and UNICODE

2009-10-08 Thread Miguel Angel Marchuet
,... */ }; Nice work. Any voluntaries :) Best regards, Miguel Angel Marchuet __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4490 (20091008) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com

Re: [xHarbour-developers] xHarbour and UNICODE

2009-10-07 Thread Miguel Angel Marchuet
regards, Miguel Angel Marchuet Jacek Potempa escribió: Hi All, Now (ver. 1.2.1) all xHarbour codepages seem to be 8-bit (one byte per character). There are some provisions for converting existing codepages to UNICODE on Input/Output operations but all internal VM operation is performed using

[xHarbour-developers] Remote GT

2009-10-06 Thread Miguel Angel Marchuet
layers as the interface of windows. Some volunteers to create the HB_GT_REMOTE protocol ? Best regards, Miguel Angel Marchuet __ Information from ESET Smart Security, version of virus signature database 4485 (20091006) __ The message was checked by ESET Smart Security. http

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

2009-10-05 Thread Miguel Angel Marchuet
2009-10-05 16:40 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * include\hbapierr.h * include\hbinit.h * include\hbrddbmc.h * include\hbrddcdx.h * include\hbrdddbf.h * include\hbrdddbt.h * include\hbrddfpt.h * include\hbrddmdx.h * include\hbrddnsx.h

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

2009-10-02 Thread Miguel Angel Marchuet
2009-10-01 19:04 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * source\rdd\usrrdd\rdds\ansirdd.prg ! fixed FieldGet value was empty always. Best regards, Miguel Angel marchuet __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4476

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

2009-10-01 Thread Miguel Angel Marchuet
2009-10-01 10:10 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * common.mak * compile.mak * source\rdd\Makefile + source\rdd\dbrename.c + Added DBRENAME( cTableName, cIndexName, cNewName, [cRddName], [nConnection] ) or DBRENAME( cFileName, cNewFileName

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

2009-10-01 Thread Miguel Angel Marchuet
2009-10-01 17:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * source\rdd\usrrdd\rdds\ansirdd.prg - removed incorrect comments. * source\rtl\filenet.c * Changes needed to activate REMOTE file server to all rdds : delim, sdf bmdbfcdx, dbfntx, dbfcdx, rmdbfcdx

[xHarbour-developers] 2009-09-30 18:10 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-09-30 Thread Miguel Angel Marchuet
2009-09-30 18:10 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * contrib\rdd_ads\ads1.c * contrib\rdd_ads\adsfunc.c * contrib\rdd_ads\rddads.h * include\hbapi.h * include\hbapicdp.h * include\hbapifs.h * include\hbapirdd.h * include\hbdbf.h * include

Re: [xHarbour-developers] 2009-09-16 18:10 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-09-18 Thread Miguel Angel Marchuet
restaured Andi Jahja escribió: These ChangeLog entries were missing from ChangeLog file. -- Andi On Wed, 16 Sep 2009 18:00:10 +0200 Miguel Angel Marchuet miguelan...@marchuet.net wrote: 2009-09-16 18:10 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * compile.mak

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja xharbour/AT/telkom/net/id

2009-09-16 Thread Miguel Angel Marchuet
normally don't touch c code. In my opinion i prefer speed, because (const) don't report any benefit Opinions ? Best regards, Miguel Angel Marchuet Andi Jahja escribió: 2009-09-16 11:30 UTC+0700 Andi Jahja xharbour/AT/telkom/net/id * source/common/hbfopen.c * source/rtl/spfiles.c * source

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja xharbour/AT/telkom/net/id

2009-09-16 Thread Miguel Angel Marchuet
to understand why affect some instalations. Best regards, Miguel Angel Marchuet __ Informaci�n de ESET NOD32 Antivirus, versi�n de la base de firmas de virus 4428 (20090916) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja xharbour/AT/telkom/net/id

2009-09-16 Thread Miguel Angel Marchuet
observation about TURBO, but by the moment i don't have notice about any corruption or GPF using this type of server and of course not opening tables with external applications ;) Best regards, Miguel Angel Marchuet __ Informaci�n de ESET NOD32 Antivirus, versi�n de la base de firmas de virus

Re: [xHarbour-developers] changelog 2009-08-04 14:20 UTC-0300 Luiz Rafael Culik luiz at xharbour.com.br

2009-08-11 Thread Miguel Angel Marchuet
If i want to develop a client aplicattion, which want sends mail via SSL and normal is it possible ? Please can you help me to finish linux version of hb File Server (daemon) it builds, but i don't know enought linux to test it. Best regards, Miguel Angel Marchuet Luiz Rafael Culik Guimaraes

[xHarbour-developers] 2009-08-06 18:10 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-08-06 Thread Miguel Angel Marchuet
2009-08-06 18:10 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * source\rdd\bmdbfcdx\redbfcdx1.c * source\rtl\filenet.c * no changes, only touched or syntax. * utils\hbfilere\hbfilere.c * prepare File Server to run as daemon under linux platforms. Best regards, Miguel

[xHarbour-developers] 2009-08-05 22:07 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-08-05 Thread Miguel Angel Marchuet
2009-08-05 22:07 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * source\cgi\thtm.prg ! fixed unused variable under linux builds. * utils\hbfilere\Makefile * utils\hbfilere\hbfilere.c ! fixed linux build, but not tested yet. Best regards, Miguel Angel Marchuet

[xHarbour-developers] File remote public API

2009-08-04 Thread Miguel Angel Marchuet
PRG level API for Remote File System = NET_COPYTO( cLocalFile, cRemoteFile|cRemoteDevice ) NET_COPYFROM( cRemoteFile, cLocalFile|cLocalDevice ) NET_COPYFILE( cRemoteFile, cRemoteFile|cRemoteDevice ) NET_FRENAME( cRemoteOldFile,

[xHarbour-developers] 2009-07-31 12:15 UTC+0100 Miguel Angel Marchuet soport...@dsgsoftware.com

2009-07-31 Thread Miguel Angel Marchuet
2009-07-31 12:15 UTC+0100 Miguel Angel Marchuet soport...@dsgsoftware.com * include\hbrdddbf.h * include\hbrdddbt.h * include\hbrddfpt.h * source\rdd\dbf1.c - removed twice used headers. * Changed if expression that contains a function call to be happy to PellesC 6.0. Best

[xHarbour-developers] 2009-07-30 11:03 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-07-30 Thread Miguel Angel Marchuet
2009-07-30 11:03 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * source\rdd\bmdbfcdx\bmdbfcdx1.c * source\rdd\bmdbfcdx\redbfcdx1.c * source\rdd\dbfcdx\dbfcdx1.c * source\rdd\dbfmdx\dbfmdx1.c ! fixed silly type in previous upload. Best regards, Miguel Angel Marchuet

[xHarbour-developers] 2009-07-30 00:01 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-07-29 Thread Miguel Angel Marchuet
2009-07-30 00:01 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * include\hbapirdd.h * include\hbapises.h * source\rdd\bmdbfcdx\bmdbfcdx1.c * source\rdd\bmdbfcdx\redbfcdx1.c * source\rdd\dbfcdx\dbfcdx1.c * source\rdd\dbfmdx\dbfmdx1.c * utils\hbfilere\hbfilere.c

[xHarbour-developers] File remote server

2009-07-24 Thread Miguel Angel Marchuet
wish to collaborate on improving it, such as a service that can run on Linux servers or clients can be WinCE. Best regards, Miguel Angel Marchuet Frutos DSG Software S.L. __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4273 (20090724) __ ESET NOD32

[xHarbour-developers] 2009-07-23 12:30 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-07-23 Thread Miguel Angel Marchuet
2009-07-23 12:30 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * source/rtl/filenet.c * modified some api to be able to work without client/server. - bin/hbfilere.exe - Removed temporary until we decided to be free full code or not. If any body needs it please

Re: [xHarbour-developers] [Harbour] Remote rdd

2009-07-23 Thread Miguel Angel Marchuet
Looking at xHarbour source code I can see that you created yest another copy of dbfcdx1.c in source/rdd/dbfmdx/dbfmdx1.c which is not MDX RDD but simple copy of DBFCDX where you changed DBFCDX to DBFMDX and replaced original authors copyrights with your own. Sorry, is not my intention, i will

[xHarbour-developers] 2009-07-23 12:30 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-07-23 Thread Miguel Angel Marchuet
2009-07-23 12:30 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * source/rdd/dbfmdx/dfbmdx1.c * restablished copyrights, until file was replaced by new one in progress. Best regards, Miguel Angel Marchuet __ Información de ESET NOD32 Antivirus, versión de la base de

[xHarbour-developers] ppo files

2009-07-23 Thread Miguel Angel Marchuet
I see that we are generating ppo files when build xharbour HARBOURFLAGS =$(HARBOURFLAGS) -po$(OBJ_DIR)\ -i$(INCLUDE_DIR) -q0 -w2 -es2 -gc2 i think it will be optional any opinion ? __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4269 (20090723)

[xHarbour-developers] 2009-07-22 18:52 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-07-22 Thread Miguel Angel Marchuet
2009-07-22 18:52 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * common.mak * compile.mak * makefile.bc + Added new RDD REDBFCDX. * source/rdd/dbcmd.c * source/rdd/dbf1.c ! Fixed writing over not existing position when creating new file. ! fixed signature

Re: [xHarbour-developers] 2009-07-22 18:52 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-07-22 Thread Miguel Angel Marchuet
Tomorrow I upload some samples. The Windows server hbfilere.exe, has limited its license by the moment. it can be used only by developers with 2 connections available. steps to install: 1) copy the server at root data folder, from bin directory 2) execute hbfilere.exe -i // to install the

Re: [xHarbour-developers] OT - EXCLUSIVE DOESN'T WORK

2009-07-16 Thread Miguel Angel Marchuet
of course SET EXCLUSIVE [ON|OFF] is a default parameter if you don't inform EXCLUSIVE or SHARED at DbUseArea then SET is used Best regards, Miguel Angel Marchuet Patrick Mast escribió: Hello Miguel, Can you check please? Thanks! Patrick 2009/7/8 Ella Stern ella.st...@xharbour.com

Re: [xHarbour-developers] Changes to ADS1.c withOUT a ChangeLog

2009-07-06 Thread Miguel Angel Marchuet
Is only a test for Patrick, I undo it today, this changes don't solve the problem Best regards, Miguel Angel Marchuet __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4219 (20090705) __ ESET NOD32 Antivirus ha comprobado este mensaje. http

Re: [xHarbour-developers] rddads is broken

2009-07-03 Thread Miguel Angel Marchuet
Please, witch structure ? (type of field) bhays escribió: Reading a 50-byte character field with rddads under the current cvs produces a 51-byte string with an extra garbage character at the end. The attached prg and small dbf demonstrate the difference between rddads and

Re: [xHarbour-developers] RDD changes

2009-07-01 Thread Miguel Angel Marchuet
I'm agree. Is absurd to make changes of this magnitude because it involves many hours of work for others. And in this case the change is not always justified in any case. ( the massive use of const, or add unused var to structures for all compilers) I think that in such cases, if there

Re: [xHarbour-developers] RDD changes

2009-06-30 Thread Miguel Angel Marchuet
Please, don't upload any change in this moment. I'm finishing some relevant changes at rdd subsystem.. 1) Session subsystem. 2) Transactional subsystem for all rdd. 3) header lock info and others ... ;) Best regards, Miguel Angel Marchuet Patrick Mast, xHarbour. escribió: Hello, I saw

[xHarbour-developers] RDD SPEED TESTS (NEW NETRDD SYSTEM)

2009-06-16 Thread Miguel Angel Marchuet
RDD SPEED TESTS (NEW NETRDD SYSTEM) --- DBFCDX : BMDBFCDX : DBFCDX + Static Bitmap filtered REDBFCDX : Client-Server 100% compatible with BMDBFCDX REMOTE : Windows 2008 Server LOCAL : Windows 2000 LOCAL LOCAL LOCAL REMOTE REMOTEREMOTE DBFCDX

Re: [xHarbour-developers] RDD SPEED TESTS (NEW NETRDD SYSTEM)

2009-06-16 Thread Miguel Angel Marchuet
more tests: LOCAL LOCAL LOCAL REMOTE REMOTEREMOTE DBFCDX BMDBFCDX REDBFCDX DBFCDX BMDBFCDX REDBFCDX single user 7.344.16 42.00 859.80 519.56172.88 simulated concurrent forced by system (W-2000) single user

Re: [xHarbour-developers] Warnings 1.6473

2009-06-10 Thread Miguel Angel Marchuet
regards, Miguel Angel Marchuet Enrico Maria Giordano escribió: Warning W8013 source\rtl\session.c 173: Possible use of 'session' before definition in function HB_FUN_HB_SESSIONNEW EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http

[xHarbour-developers] 2009-06-06 00:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-06-05 Thread Miguel Angel Marchuet
2009-06-06 00:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * common.mak * compile.mak + include\hbapises.h + source\rtl\session.c + Added api session to support transactions. a group of workareas can be created with the same session, all the files into the session

[xHarbour-developers] 2009-05-22 18:00 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-22 Thread Miguel Angel Marchuet
2009-05-22 18:00 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * include\hbdate.h * source\common\hbdate.c + Added api hb_dbaselockEncode( char * pszTimeDate ) to encode this time of fields. * include\dbinfo.ch + Added #define DBRI_DBASELOCK 10 /* get lock

[xHarbour-developers] 2009-05-19 18:37 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-19 Thread Miguel Angel Marchuet
2009-05-19 18:37 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * common.mak * compile.mak * include\dbinfo.ch * include\hbapirdd.h * makefile.bc * makefile.dc * makefile.gc * makefile.pc * makefile.vc * makefile.wc * mdir.bat + include\hbrddmdx.h

[xHarbour-developers] 2009-05-19 18:57 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-19 Thread Miguel Angel Marchuet
2009-05-19 18:57 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * harbour/source/rdd/dbffpt/dbffpt1.c ! fixed two bugs in garbage collector. One of them was critical and could cause FPT or DBV file corruption when memoblock size was smaller then 8 bytes. Thanks

Re: [xHarbour-developers] Fwd: [hwguibr] [OT] Community Choice Awards

2009-05-18 Thread Miguel Angel Marchuet
, Miguel Angel Marchuet Xharbour suporte escribió: Ron, is xharbour on Sf community choice awards? Atenciosamente Luiz Rafael Culik Guimaraes Suporte Xharbour www.xharbour.com.br *- Segue mensagem encaminhada -* Data: Sun, 17 May 2009 21:24:51 -0300 De

Re: [xHarbour-developers] Fwd: [hwguibr] [OT] Community Choice Awards

2009-05-18 Thread Miguel Angel Marchuet
easy to know, try to vote it ;) http://sourceforge.net/projects/xharbour/ and vote it to http://sourceforge.net/projects/ourxdbu/ :) Best regards Miguel Angel Marchuet Xharbour suporte escribió: Ron, is xharbour on Sf community choice awards? Atenciosamente Luiz Rafael Culik

Re: [xHarbour-developers] new rdd, TTS and others

2009-05-15 Thread Miguel Angel Marchuet
referencial ? 5. SqlRdd y ADSRDD las descarto... de momento.. aunque siempre me ha gustado mucho el proyecto SqlRdd. Saludos Miguel Angel Marchuet escribió en mensaje 4a0afb80.7010...@marchuet.net... Ya existen RDDs para ese menester. Leto RDD (freeware) SqlRdd (comercial) ADSRDD

Re: [xHarbour-developers] new rdd, TTS and others

2009-05-13 Thread Miguel Angel Marchuet
there is always a test that contradicts the other [x] harbor. In short, as I am helping to SqlRdd of time, should not I invest in a similar one. Best regards, Miguel Angel Marchuet __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4071 (20090513) __ ESET NOD32

[xHarbour-developers] Added some missing credits at changelog.

2009-05-06 Thread Miguel Angel Marchuet
Added some missing credits at changelog. Best regards, Miguel Angel Marchuet __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4054 (20090505) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com

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

2009-05-05 Thread Miguel Angel Marchuet
that it's a little bit more efficient - thanks. This code was added by me after months of tests, and i don't see my name in your upload. Best regards, Miguel Angel Marchuet Przemyslaw Czerpak escribió: On Mon, 04 May 2009, Patrick Mast, xHarbour.com Inc. wrote: Same here: contrib\rdd_ads\ads1

[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] 2009-05-04 10:25 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-04 Thread Miguel Angel Marchuet
as they could. Send code to replicate bugs, and others simply by providing their ideas or code. Best regards, Miguel Angel Marchuet Przemyslaw Czerpak escribió: On Mon, 04 May 2009, Patrick Mast, xHarbour.com Inc. wrote: Same here: contrib\rdd_ads\ads1.c(575) : error C3861: 'HB_IS_TIMESTAMP

[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

Re: [xHarbour-developers] Bug in SAVE TO

2009-05-01 Thread Miguel Angel Marchuet
uot;, and mantain "D" only under some define. Best regards, Miguel Angel Marchuet Enrico Maria Giordano escribi: Running the following sample FUNCTION MAIN() PRIVATE dTest IF !FILE( "TEST.MEM" ) dTest = DATE() ? dTest SAVE TO TEST E

[xHarbour-developers] fixed i upload soon some changes

2009-05-01 Thread Miguel Angel Marchuet
Fixed I upload now try too, build tests\datetime.prg working perfectly in xHarbour :) Best regards Miguel Angel Marchuet Enrico Maria Giordano escribió: Running the following sample FUNCTION MAIN() PRIVATE dTest IF !FILE( TEST.MEM ) dTest = DATE() ? dTest

[xHarbour-developers] 2009-05-01 22:29 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-05-01 Thread Miguel Angel Marchuet
2009-05-01 22:29 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * include\hbapi.h * source\rdd\bmdbfcdx\bmdbfcdx1.c * source\rdd\dbfcdx\dbfcdx1.c * source\rdd\dbfnsx\dbfnsx1.c * source\rtl\transfrm.c * source\rtl\valtype.c * source\vm\hvm.c * source\vm\itemapi.c

[xHarbour-developers] help on get class

2009-05-01 Thread Miguel Angel Marchuet
class GET need implement the edit of datetime items any developer can do it ? Best regards, Miguel Angel marchuet -- Register Now Save for Velocity, the Web Performance Operations Conference from O'Reilly Media

Re: [xHarbour-developers] 2009-04-27 17:49 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-04-27 Thread Miguel Angel Marchuet
. BUT reading code of ADS I see that TIMESTAMP fields are readed as STRING instead of DATE + TIME. It is better to change. There area any function similar to? as : Ace32_GetProcAddress( AdsGetJulian ); to retrieve it correctly. I don't know ads api. Thank's Best regards, Miguel Angel Marchuet

Re: [xHarbour-developers] 2009-04-27 17:49 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-04-27 Thread Miguel Angel Marchuet
); and this for his time part. I SUPOSE... do you know about it, and available versions. Best regards, Miguel Angel Marchuet __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4035 (20090425) __ ESET NOD32 Antivirus ha comprobado este mensaje. http

[xHarbour-developers] SET FILTER TO seems broken

2009-04-27 Thread Miguel Angel Marchuet
seems broken build of this code SET FILTER TO cFilter with last CVS, any idea ? -- Crystal Reports #45; New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited

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

2009-04-24 Thread Miguel Angel Marchuet
, no more words of this theme. Best regards, Miguel Angel Marchuet __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4033 (20090424) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com

[xHarbour-developers] 2009-04-24 17:49 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-04-24 Thread Miguel Angel Marchuet
2009-04-24 17:49 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * include\hbapi.h * source\rtl\dateshb.c * source\rtl\set.c + Added setget function for TIMEFORMAT * source\rtl\tbrowse.prg ! fixed show values of datetime and timestamp fields * source\rtl\transfrm.c

Re: [xHarbour-developers] ChangeLog 2009-04-16 18:50 UTC+0300 Phil Krylov phil a t newstar.rinet.ru

2009-04-17 Thread Miguel Angel Marchuet
a reservation of 260 or 4096, but must make reservations for each event, as the length can be calculated. Best regards Miguel Angel Marchuet __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4015 (20090417) __ ESET NOD32 Antivirus ha comprobado este

Re: [xHarbour-developers] Upper() and codepage.

2009-03-10 Thread Miguel Angel Marchuet
Ye has little overhead, but by default terminal aplications don't need it. TRACE is a good tool for developers, but not for released. I personally prefer not overhead by default the compiler. Best regards, Miguel Angel Marchuet Luis Krause Mantilla escribió: Ron: It seems my email is choppy

Re: [xHarbour-developers] Upper() and codepage.

2009-03-10 Thread Miguel Angel Marchuet
to manage correctly all kind of databases and interfaces. Best regards, Miguel Angel Marchuet -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform

Re: [xHarbour-developers] Upper() and codepage.

2009-03-03 Thread Miguel Angel Marchuet
optionally in other cases. For English programmer probably use optimization, other international Linux platforms probably deactivate it by flag. Best regards, Miguel Angel Marchuet Eduardo Fernandes escribió: To all, There is any objection to disable upper() on include\hbexprb.c to activate

[xHarbour-developers] 2009-03-02 10:24 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-03-02 Thread Miguel Angel Marchuet
2009-03-02 10:24 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * include\hbapi.h * include\hbdefs.h * source\common\hbdate.c * source\common\hbfopen.c * source\common\hbstr.c * source\compiler\calconst.c * source\compiler\cmdcheck.c * source\compiler

Re: [xHarbour-developers] Help to finish release.

2009-02-27 Thread Miguel Angel Marchuet
Enrico Maria Giordano escribió: -Messaggio Originale- Da: xDevList devl...@xharbour.com A: Luis Krause Mantilla lkrau...@shaw.ca Cc: Enrico Maria Giordano e.m.giord...@emagsoftware.it; Patrick Mast, xHarbour. patrick.m...@xharbour.com; xharbour developer list

Re: [xHarbour-developers] Help to finish release.

2009-02-26 Thread Miguel Angel Marchuet
some of this warnings are at prg modules and others at c ones. [x]harbour have this problem, but no hands to help !!! ;) Enrico Maria Giordano escribió: -Messaggio Originale- Da: Patrick Mast, xHarbour. patrick.m...@xharbour.com A: xharbour developer list

Re: [xHarbour-developers] 2009-02-25 09:55 UTC-0430 Ron Pinkas ron/at/xharbour.com

2009-02-25 Thread Miguel Angel Marchuet
( szText[ i ] ); } return szText; } Best regards, Miguel Angel Marchuet Ron Pinkas escribió: 2009-02-25 09:55 UTC-0430 Ron Pinkas ron/at/xharbour.com * include/hbexprb.c ! Fixed compile time optimization of Upper() to process chars as unsigned char /* This still

[xHarbour-developers] 2009-02-24 13:40 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-02-24 Thread Miguel Angel Marchuet
2009-02-24 13:40 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * contrib\rdd_ads\ads1.c * contrib\rdd_ads\rddads.h * include\clipdefs.h * include\hbapi.h * include\hbapigt.h * include\hbapirdd.h * include\hbrddbmc.h * include\hbrddcdx.h * include

Re: [xHarbour-developers] Official Release

2009-02-23 Thread Miguel Angel Marchuet
Yes I've the same problem, but only with msvc8. With bcc55 and bcc58 is working fine. strange thing Best regards, Miguel Angel Marchuet Andi Jahja escribió: On Fri, 20 Feb 2009 06:02:48 -0800 Ron Pinkas ron.pin...@xharbour.com wrote: Do you know of any bug[s] that must stop us from

[xHarbour-developers] Descend bug.

2009-02-17 Thread Miguel Angel Marchuet
: INDEX ON Upper( Code ) + Descend( FisrtName ) TAG CodeName TO Cust01 Best regards, Miguel Angel Marchuet -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue

[xHarbour-developers] help to finish charset support for vfp dbf tables

2009-02-16 Thread Miguel Angel Marchuet
x97 * Not detected when you include CODEPAGE=AUTO in your configuration file. */ Best regards, Miguel Angel Marchuet -- Open Source Business Conference (OSBC), March 24-25, 2009, San

[xHarbour-developers] Memory leaks, seams GLOBALS has problems

2009-02-12 Thread Miguel Angel Marchuet Frutos
and purposes. Best regards, Miguel Angel Marchuet -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies

[xHarbour-developers] little optimization at rdds

2009-02-11 Thread Miguel Angel Marchuet
are millions of times. Best regards Miguel Angel Marchuet -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build

[xHarbour-developers] 2009-02-10 10:06 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-02-10 Thread Miguel Angel Marchuet
2009-02-10 10:06 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * include/dbinfo.ch * source/rdd/workarea.c + Added missing support to change CPpage from workarea, now is possible to use DbInfo( DBI_CPID [, codepage ] ) the use of the code page depends of RDD

[xHarbour-developers] 2009-02-10 10:44 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-02-10 Thread Miguel Angel Marchuet
2009-02-10 10:44 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * source\ct\fcopy.prg * source\ct\files.c * source\ct\trapkey.prg * source\rdd\usrrdd\rdds\logrdd.prg * source\rtl\dumpvar.prg * utils\xbscript\xbscript.prg - removed unused variables and cleaning some

[xHarbour-developers] Memory leaks found

2009-02-06 Thread Miguel Angel Marchuet
WARNING! Memory allocated but not released: 588 bytes (7 blocks) source\vm\fm.c:926: HB_TR_ERROR Block 1 0197C790 (size 44) HB_STARTSERVICE(0), 90C7970190C7970130A34800454E494F01805C5365729C97A3012E657865 source\vm\fm.c:926: HB_TR_ERROR Block 2 01A39788 (size 52)

Re: [xHarbour-developers] [Harbour] collations of DBF

2009-02-05 Thread Miguel Angel Marchuet
Przemyslaw Czerpak escribió: On Wed, 04 Feb 2009, Miguel Angel Marchuet wrote: Hi Miguel, (Foxpro) Code page: These values follow the DOS / Windows Code Page values. Value Description Code page 01hDOS USA code page 437 02hDOS Multilingualcode page 850

[xHarbour-developers] Errors including hbextern.ch

2009-02-04 Thread Miguel Angel Marchuet
Is not possible to include hbextern.ch #include hbextern.ch PROCEDURE MAIN() RETURN C:\CVS-Developers\xharbour\include\HBEXTERN.CH(76) Error E0001 Statement not allowed outside of procedure or function C:\CVS-Developers\xharbour\include\HBEXTERN.CH(96) Error E0001 Statement not allowed

Re: [xHarbour-developers] [Harbour] collations of DBF

2009-02-04 Thread Miguel Angel Marchuet
Przemyslaw Czerpak escribió: On Tue, 03 Feb 2009, Miguel Angel Marchuet wrote: Hi Miguel, the offset 1Dh at DBF/foxpro header tables has ( Language driver ) as follow: (Foxpro) Code page: These values follow the DOS / Windows Code Page values. ValueDescription Code page 01h

[xHarbour-developers] 2009-02-04 11:50 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-02-04 Thread Miguel Angel Marchuet
2009-02-04 11:50 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * rdd\dbcmd53.c + Added missing functions BlobImport and BlobExport, they was called DbFilePut and DbFileGet BlobExport( nFieldPos, cTargetFile, [nMode] ) -- lSuccess BlobImport( nFieldPos

[xHarbour-developers] collations of DBF

2009-02-03 Thread Miguel Angel Marchuet
can add too other code pages that are created at harbour. Best regards, Miguel Angel Marchuet -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can

[xHarbour-developers] 2009-02-02 12:29 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-02-02 Thread Miguel Angel Marchuet
2009-02-02 12:29 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * rdd\dbf1.c - removed unused static variable. * vm\hvm.c * minor syntax changes at trace. * vm\maindllp.c * Call correct new function hb_vmProcessSysDllSymbols instead of hb_vmProcessDllSymbols

[xHarbour-developers] some warnings compiling with borland

2009-02-02 Thread Miguel Angel Marchuet
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland bcc32 -c -Iinclude;c:\cvs-developers\xharbour\include -5 -6 -d -DHB_FM_WIN32_ALLOC -M -Od -R -RT -fp -g0 -r- -vi- -v -vG -w -y -D_DEBUG -D__WIN32__ -g255 -oobj\b32\commond.obj source\commond.c Borland C++ 5.82 for Win32 Copyright (c)

[xHarbour-developers] 2009-01-29 11:02 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-01-29 Thread Miguel Angel Marchuet
2009-01-29 11:02 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * rdd\bmdbfcdx\bmdbfcdx1.c ! fixed possible GPF caused by missing RT error (from harbour) ! added RT errors for invalid KEY or FOR expressions (from harbour) % removed unused static variable and its related

[xHarbour-developers] full warnings

2009-01-29 Thread Miguel Angel Marchuet
There are some charitable soul who wants to work together to eliminate all warnings ? -- Warning W8004 obj\\b32\\harboury.c 4603: 'yymsg' is assigned a value that is never used in

[xHarbour-developers] 2009-01-28 16:46 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net

2009-01-28 Thread Miguel Angel Marchuet
This changes are necessary I Know we are at BUG FREEZE STATE previous release 2009-01-28 16:46 UTC+0100 Miguel Angel Marchuet miguelan...@marchuet.net * include\hbsetup.h + added HB_NO_TRACE as default, when trace will be required need add macro HB_PRG_TRACE. By default

Re: [xHarbour-developers] More on the profiler issues

2009-01-16 Thread Miguel Angel Marchuet
HB_NO_PROFILER and then profiler generate GPF Best regards, Miguel Angel Marchuet -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword

Re: [xHarbour-developers] How do you use the profiler?

2009-01-15 Thread Miguel Angel Marchuet
here works: PROCEDURE InitProfiler( lInfo ) STATIC oProfile IF Empty( oProfile ) __setProfiler( .T. ) oProfile := HBProfile():New() // New() is a default method in the class system that calls :init() to initialize the object // Turn on profiling.

[xHarbour-developers] freeze to make version

2009-01-15 Thread Miguel Angel Marchuet
I think we are prepared to freeze to make version. at www.xharbour.org there are version 1.0 and is very different from actual version I think we need to add a new version. Best regards Miguel Angel Marchuet

  1   2   3   >