We don't have any problem, we build 2 vm libreries vmprf.lib and vm.lib with HB_NO_PROFILER
for development we use fmstat & vmprf. BUT we use high modified classes of FWH. (we recompile all used fwh classes (prg's) ) Best regards, Miguel Angel Marchuet Patrick Mast, xHarbour. escribió: > Miguel, > > Hmm, don't like this idea This means we will have 2 sets of binaries. > One build with OLD_FWH_BINARY and one build without. > > Miguel, YOU use FWH, can you use your current FWH with current xHarbour CVS? > > Patrick > >> Or we can temporarily provide old binary compatibility by changing: >>> #ifndef HB_NO_PROFILER >>> ULONG ulCalls; /* profiler support */ >>> ULONG ulTime; /* profiler support */ >>> ULONG ulRecurse; /* profiler support */ >>> #endif >> To: >> #if ( !defined( HB_NO_PROFILER ) || defined ( OLD_FWH_BINARY ) ) >> ULONG ulCalls; /* profiler support */ >> ULONG ulTime; /* profiler support */ >> ULONG ulRecurse; /* profiler support */ >> #endif >> So, those who do not want to recompile FWH/3rd party, should compile >> xHarbour with -DOLD_FWH_BINARY ...or whatever define constant you may >> call it. > > ------------------------------------------------------------------------- > 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 > > __________ Información de ESET NOD32 Antivirus, versión de la base de firmas > de virus 3645 (20081127) __________ > > ESET NOD32 Antivirus 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

