On Sat, 06 Jun 2009, Szak�ts Viktor wrote:
Hi,
> HB_I_() enclosure was supposed to signal translatable text,
> so it'd be better to leave it there for the future.
I didn't know. I thought it's some garbage from old unused code
(macro which could be redefined for different format of string
representation) and I removed it making a fix.
> (or removed from all other places in VM and also remove the
> definition of this macro from hbapi.h)
I planed to make it. Anyhow if it was used intentionally and I know
this intention ;-) then I can keep it and restore inside hb_errInternal().
Anyhow I cannot say that I fully understand the logic how it should
be used, i.e. why we have in hvm.c:
hb_conOutErr( "Cancelled at: ", 0 );
hb_snprintf( buffer + l, sizeof( buffer ) - l, " (%hu)%s%s", uiLine,
*file ? HB_I_(" in ") : "", file );
hb_conOutErr( buffer, 0 );
"Cancelled at: " is not translateable string and " in " is?
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour