[xHarbour-developers] Warnings

2009-09-16 Thread Enrico Maria Giordano
Warning W8072 utils\hbfilere\hbfilere.c 875: Suspicious pointer arithmetic in function filere_ReadAt EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware.it/tbosg The EMG

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Przemyslaw Czerpak
On Wed, 16 Sep 2009, Miguel Angel Marchuet wrote: > Talking about readlocks is completely intentionally, because the > server operates in serialize mode, the server is not multi thread. Absolutely false information. You've said is was intentional so you do not know that it's potentially very serio

[xHarbour-developers] 2009-09-16 20:17 UTC+0200 Enrico Maria Giordano

2009-09-16 Thread Enrico Maria Giordano
2009-09-16 20:17 UTC+0200 Enrico Maria Giordano * source\rtl\idle.c + Added #include "thread.h" for hb_threadSleep() EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsof

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Miguel Angel Marchuet" A: "Przemyslaw Czerpak" Cc: "Enrico Maria Giordano" ; "Xharbour-Developers List" Data invio: mercoledì 16 settembre 2009 14.02 Oggetto: Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja > Results of test: >

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Miguel Angel Marchuet
irmas de virus 4430 (20090916) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Przemyslaw Czerpak
On Wed, 16 Sep 2009, Miguel Angel Marchuet wrote: Hi, > Results of test: > withconst 32.41 seconds > without const 32.34 seconds > Press any key to continue... > Demostration : > #DEFINE REC_TEST 1 > FUNCTION MAIN() >LOCAL p, n >REQUEST HB_GT_WIN >p := Seconds() >FOR

Re: [xHarbour-developers] Error in latest CVS

2009-09-16 Thread Ron Pinkas
> > >> Warning: Public symbol '_hb_vmProcessSymbols' defined in both module > >> C:\XHARBOUR\OBJ\B32\DLL\MAINDLLH.OBJ and C:\XHARBOUR\OBJ\B32\DLL\HVM.OBJ > > > This does not seem to be my fault, I think Ron can shed some light on > > this issue. > This is an expected warning which can be safely ign

[xHarbour-developers] 2009-09-16 18:10 UTC+0100 Miguel Angel Marchuet

2009-09-16 Thread Miguel Angel Marchuet
__ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4430 (20090916) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com -- Come build with us! The BlackBerry® Developer

Re: [xHarbour-developers] GCC Warnings

2009-09-16 Thread Miguel Angel Marchuet
d > include/hbrdddbf.h:344: warning: 'hb_dbfSetFilter' declared 'static' but > never defined > include/hbrdddbf.h:352: warning: 'hb_dbfRawLock' declared 'static' but never > defined > include/hbrdddbf.h:353: warning: 'hb_dbfLock' declared '

[xHarbour-developers] GCC Warnings

2009-09-16 Thread Andi Jahja
Here are GCC warnings on core files: --- start --- source/compiler/harbour.sly:390.14-76: warning: unused value: $3 source/compiler/harbour.sly:391.14-88: warning: unused value: $3 source/compiler/harbour.sly:391.14-88: warning: unused value: $5 source/compiler/harbour.sly:2880.14-2939.16: warning

Re: [xHarbour-developers] ChangeLog 2009-09-13 05:40UTC+0300PhilKrylov

2009-09-16 Thread Luiz Rafael Culik Guimaraes
Phil I'll commit all fixes to ziparchive compilation this weekend, since it have many modules to change. thanks for reporting also this weekend i'll commit an change to gtwvw and tipftp class Regards Luiz - Original Message - From: "Phil Krylov" To: "Luiz Rafael Culik Guimaraes" Cc:

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Andi Jahja
On Wed, 16 Sep 2009 12:32:21 +0200 Przemyslaw Czerpak wrote: > It may only increase the speed because it gives information to compiler > that the body of string cannot be changed by called function so it's > possible to use deeper optimizations. IMO, it's excellent for security dependent applica

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Andi Jahja
On Wed, 16 Sep 2009 14:02:25 +0200 Miguel Angel Marchuet wrote: > Results of test: > > withconst 32.41 seconds > without const 32.34 seconds > Press any key to continue... > > Demostration : > #DEFINE REC_TEST 1 The difference is TOTALLY negligible. I cannot count what the diff

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Miguel Angel Marchuet
ear. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > ___ > xHarbour-developers mailing list > xHa

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Przemyslaw Czerpak
On Wed, 16 Sep 2009, Enrico Maria Giordano wrote: > > I see the previous changes of Phil, some days ago > > i decided not port to xharbour (const) beacause it only > > changes speed by security under some compilers. I remark > > some compilers (BCC for example almoust at my machine) > I can't see h

Re: [xHarbour-developers] Warnings

2009-09-16 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Andi Jahja" A: "xHarbour Developers Mailing List" Data invio: mercoledì 16 settembre 2009 10.49 Oggetto: Re: [xHarbour-developers] Warnings > Should have been pacified now. Yes, thank you. EMG -- EMAG Software Homepage: http://www.emagsoftware.it The

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Miguel Angel Marchuet
prefer first 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

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Phil Krylov
Miguel, On Wed, Sep 16, 2009 at 11:22 AM, Miguel Angel Marchuet wrote: > I see the previous changes of Phil, some days ago > i decided not port to xharbour (const) beacause it only > changes speed by security under some compilers. I remark > some compilers (BCC for example almoust at my machine)

Re: [xHarbour-developers] Warnings

2009-09-16 Thread Andi Jahja
Should have been pacified now. -- Andi On Wed, 16 Sep 2009 09:39:30 +0200 "Enrico Maria Giordano" wrote: > Warning W8065 source\common\hbfopen.c 59: Call to function 'hb_fsNameConv' > with no prototype in function hb_fopen > > Warning W8065 source\rtl\trace.c 71: Call to function 'hb_fsFile'

[xHarbour-developers] ChangeLog: 2009-09-16 16:00 UTC+0700 Andi Jahja

2009-09-16 Thread Andi Jahja
2009-09-16 16:00 UTC+0700 Andi Jahja * source/common/hbfopen.c * source/rtl/trace.c ! add include "hbapifs.h" after "hbapi.h" ! change previous entry into this one -- Andi -- Come build with us! The Black

[xHarbour-developers] ChangeLog: 2009-09-16 16:00 UTC+0700 Andi Jahja

2009-09-16 Thread Andi Jahja
2009-09-16 16:00 UTC+0700 Andi Jahja * source/rtl/trace.c ! add include "hbapifs.h" -- Andi -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend thi

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Patrick Mast, xHarbour.
only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register now! >> http://p.sf.net/sfu/devconf >> ___

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Miguel Angel Marchuet" A: "Andi Jahja" Cc: "xHarbour Developers Mailing List" ; "Ron Pinkas" Data invio: mercoledì 16 settembre 2009 9.22 Oggetto: Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja > I see the previous changes of P

[xHarbour-developers] Warnings

2009-09-16 Thread Enrico Maria Giordano
Warning W8065 source\common\hbfopen.c 59: Call to function 'hb_fsNameConv' with no prototype in function hb_fopen Warning W8065 source\rtl\trace.c 71: Call to function 'hb_fsFile' with no prototype in function hb_traceInit Warning W8065 source\rtl\trace.c 81: Call to function 'hb_fopen' with no

Re: [xHarbour-developers] ChangeLog: 2009-09-16 11:30 UTC+0700 Andi Jahja

2009-09-16 Thread Miguel Angel Marchuet
y > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > ___ > xHarbour-developers mailing list > xHarbour-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xharbour-developers > > _