Enrico Maria Giordano escribió: > > -----Messaggio Originale----- Da: "Miguel Angel Marchuet" > <[EMAIL PROTECTED]> > A: "Enrico Maria Giordano" <[EMAIL PROTECTED]> > Cc: "Xharbour-Developers List" <[email protected]> > Data invio: giovedì 23 ottobre 2008 20.11 > Oggetto: Re: [xHarbour-developers] 2008-10-23 17:52 UTC+0100 Miguel > AngelMarchuet <[EMAIL PROTECTED]> > > >> to build windows aplications you probably need >> add the next line in your bcc.cfg >> >> -DHB_FM_WIN32_ALLOC >> >> or >> >> -DHB_FM_STD_ALLOC > > Sorry, I never used that defines. Why I need them now? > can you contact with me by msn at [EMAIL PROTECTED] and i explain to you.
if you use -DHB_FM_WIN32_ALLOC then uses windows api memory manager in other case you was using -DHB_FM_STD_ALLOC. now has been added as test porpouses -DHB_FM_DL_ALLOC for some compilers defined( _MSC_VER ) || defined( __BORLANDC__ ) || defined( __MINGW32__ ) you found problems how was expected, we try to solve them, but we need more information. to release aplications i recomend you use -DHB_FM_WIN32_ALLOC or -DHB_FM_STD_ALLOC as you prefer. I will change common.mak to include this flags automatically as needed. Best regards Miguel Angel Marchuet ------------------------------------------------------------------------- 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

