Miguel, I already fixed it in a compiler independent way, and will commit shortly.
Ron -------------------------------------------------- From: "Miguel Angel Marchuet" <miguelan...@marchuet.net> Sent: Thursday, January 15, 2009 9:16 AM To: "Przemyslaw Czerpak" <dru...@acn.waw.pl>; "Ron Pinkas" <r...@xharbour.com>; "xharbour developer list" <xharbour-developers@lists.sourceforge.net> Subject: Re: [xHarbour-developers] 2009-01-14 11:34 UTC+0100 MiguelAngelMarchuet<miguelan...@marchuet.net> > with this entry is solved for Borland compilers > > HB_CALL_ON_STARTUP_BEGIN( _hb_fm_init_ ) > hb_xinit(); > HB_CALL_ON_STARTUP_END( _hb_fm_init_ ) > > #if defined( HB_PRAGMA_STARTUP ) > #pragma startup _hb_fm_init_ 64 > #elif defined( HB_MSC_STARTUP ) > #if defined( HB_OS_WIN_64 ) > #pragma section( HB_MSC_START_SEGMENT, long, read ) > #endif > #pragma data_seg( HB_MSC_START_SEGMENT ) > static HB_$INITSYM hb_vm_auto_fm_init = _hb_fm_init_; > #pragma data_seg() > #endif > > but remain Microsoft ones > Any can help to set correct priority to Microsoft compilers > > Best regards, > Miguel Angel Marchuet > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > xHarbour-developers mailing list > xHarbour-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xharbour-developers > ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ xHarbour-developers mailing list xHarbour-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xharbour-developers