If you want max speed then
don't use fmstat.lib, add HB_NO_PROFILE, and don't add HB_LEGACY_LEVEL
and if you use 3rd party libraries, recompile it.

Best regards,
Miguel Angel Marchuet

Enrico Maria Giordano escribió:
>
> -----Messaggio Originale----- Da: "Miguel Angel Marchuet" 
> <[EMAIL PROTECTED]>
> A: "Enrico Maria Giordano" <[EMAIL PROTECTED]>
> Cc: "Xharbour-Developers List" 
> <xharbour-developers@lists.sourceforge.net>
> Data invio: sabato 29 novembre 2008 15.57
> Oggetto: Re: [xHarbour-developers] 2008-11-29 12:10 UTC+0100 Miguel 
> AngelMarchuet <[EMAIL PROTECTED]>
>
>
>> if you want to use older versions of 3rd party libreries you need to 
>> add HB_LEGACY_LEVEL
>>
>> remove HB_NO_PROFILER make xharbour a lot of slow.
>>
>> better if you add two macros for release programs.
>
> Ok, I tried. It's still very slow. Check the sample I already reported:
>
> FUNCTION MAIN()
>
>    LOCAL nSec
>
>    LOCAL i
>
>    nSec = SECONDS()
>
>    FOR i = 1 TO 100
>        CURDIR()
>    NEXT
>
>    ? SECONDS() - nSec
>
>    RETURN NIL
>
> 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 Music page:         http://www.emagsoftware.it/emgmusic
>
> __________ Información de ESET Smart Security, versión de la base de 
> firmas de virus 3650 (20081128) __________
>
> ESET Smart Security ha comprobado este mensaje.
> http://www.eset.com
>
>
>
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to