to build windows aplications you probably need
add the next line in your bcc.cfg

-DHB_FM_WIN32_ALLOC

or

-DHB_FM_STD_ALLOC

in other case

   #if defined( _MSC_VER ) || defined( __BORLANDC__ ) || defined( 
__MINGW32__ )
      #define HB_FM_DL_ALLOC
   #else
...

now I upload some modifications avoid this warnings and errors unde 
MSVC2005, BCC55, BCC582, BCC59

Best regards
Miguel  Angel Marchuet

Enrico Maria Giordano escribió:
>
> -----Messaggio Originale----- Da: "Miguel Angel Marchuet" 
> <[EMAIL PROTECTED]>
> A: "Enrico Maria Giordano" <[EMAIL PROTECTED]>; 
> "Xharbour-Developers List" <[email protected]>
> Data invio: giovedì 23 ottobre 2008 19.54
> Oggetto: Re: [xHarbour-developers] 2008-10-23 17:52 UTC+0100 Miguel 
> AngelMarchuet <[EMAIL PROTECTED]>
>
>
>> HB_FM_DL_ALLOC is only for test purpouses. some compilers don't 
>> support it
>> you can cancel manually its use, i don't include yet to mak
>
> I didn't use HB_FM_DL_ALLOC in my compile script. How can I disable it?
>
>> Linux don't support HB_FM_DL_ALLOC...
>>
>> But you don't need HB_FM_WIN32_ALLOC in your exes ?
>
> I don't know. What is it for? Anyway, that warning should be fixed for 
> me.
>
> 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 3549 (20081023) __________
>
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to