Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-12-01 Thread Walter Negro
Andi MSVC do the memcpy optimization when use maximum optimize switch. -O2 or -Ox or -Ogty You can generate .asm using -Fa switch. Walter Negro Andi Jahja escribió: > Hi Toninho, > > In my test, MSVC9 is a lot faster than BCC 6.10. > > BTW, can you please make a test as follows: > > 1. Run s

[xHarbour-developers] error on color53.prg

2008-12-01 Thread Eduardo Fernandes
Internal Error Handling Information - Subsystem Call : BASE System Code ...: 1110 Default Status : .F. Description ...: Argument error Operation .: SUBSTR Arguments .: [ 1] = Type: U [ 2] = Type: N Val: 1 [ 3] = T

[xHarbour-developers] unreferenced HB_FA_POSIX_ATTR on filesys.c

2008-12-01 Thread Eduardo Fernandes
I have commented this line and now compile/run ok, but I would like to know if it's OK or is missing anything. regards, Eduardo Veja quais são os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com --

Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-12-01 Thread Andi Jahja
On Mon, 01 Dec 2008 10:00:04 -0300 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Recompiling all FWH and it works with -a8 :-) -- Andi - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build t

Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-12-01 Thread [EMAIL PROTECTED]
>Toninho, > >You have to be sure what alignment you are using for FWH Libs and your >application. All _SHOULD_ be recompiled with the same alignment. Hi Andi, thanks, Recompiling all FWH and it works with -a8 Regards, Toninho. --

[xHarbour-developers] 2008-12-01 12:44 UTC+0100 Miguel Angel Marchuet

2008-12-01 Thread Miguel Angel Marchuet
2008-12-01 12:44 UTC+0100 Miguel Angel Marchuet <[EMAIL PROTECTED]> * include\hbgtcore.h * changes to fix MSVC8 compilation. * include\classes.h * include\hbvmpub.h * moved items profiler data structure at the end of structure, because they are only accessed with profiler

Re: [xHarbour-developers] ChangeLog,v 1.6294 2008/12/01

2008-12-01 Thread Miguel Angel Marchuet
Fixed, I upload final solution ;) Eduardo Fernandes escribió: > * source/rtl/tget.prg > * restored buildgetcolor() function from previous version (1.145). > > regards, > Eduardo > > > Veja quais são os assuntos do momento no Yahoo! +Buscados > http://br.maisbuscados.yahoo.com > >

Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-12-01 Thread Andi Jahja
On Mon, 01 Dec 2008 08:29:43 -0300 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi Andi, > Thanks, > As Enrico says, your code is really fast, but FWH GPF... Toninho, You have to be sure what alignment you are using for FWH Libs and your application. All _SHOULD_ be recompiled with the same

Re: [xHarbour-developers] C Compiler for Windows, a simple review

2008-12-01 Thread [EMAIL PROTECTED]
>> If you are interested, why don't you try and see the results with your >> very own eyes :-) >> >> But please take note, that it contains asm codes, so BCC without TASM >> will not be able to compile it. > >Ok, just tried. Speedtst shows about 20% faster. But my FWH apps GPFs. Maybe >I have to r

Re: [xHarbour-developers] ChangeLog,v 1.6294 2008/12/01

2008-12-01 Thread Miguel Angel Marchuet
With you undo correct 1 problem but generate the next problems Please review with previous code, thanks ( you can test with hbtest.exe ) ! 2913 MAIN_MISC(194) ( o:colorSpec := "T" Result: "T,T,T,T" Expected: "N/N,N/N,N/N,N/N" ! 2914 MAIN_MISC(195) ( o:colorSpec := "A" Resu

Re: [xHarbour-developers] CurDir() broken

2008-12-01 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Eduardo Fernandes" <[EMAIL PROTECTED]> A: "xHarbour-Developers" ; "Patrick Mast, xHarbour." <[EMAIL PROTECTED]> Data invio: lunedì 1 dicembre 2008 1.35 Oggetto: Re: [xHarbour-developers] CurDir() broken > Patrick, > > For me curdir() is OK. For me too. EMG