Dear Viktor, There is a small typo of Last Entry info in hbpp.c at folder harbour\source\pp :
... if( szLastEntry ) { pszEscaped = hb_pp_escapeString( szChangeLogID ); fprintf( fout, "\n#define HB_VER_LENTRY \"%s\"\n", pszEscaped ); hb_xfree( pszEscaped ); } ... but should be ... if( szLastEntry ) { pszEscaped = hb_pp_escapeString( szLastEntry ); fprintf( fout, "\n#define HB_VER_LENTRY \"%s\"\n", pszEscaped ); hb_xfree( pszEscaped ); } ... -- Kind Regards, Grigory Filatov Ukraine -- View this message in context: http://www.nabble.com/2008-06-26-12%3A25-UTC%2B0200-Viktor-Szakats-%28harbour.01-syenar-hu%29-tp18130807p18131143.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour