On Sun, 11 May 2008, Lorenzo Fiorini wrote: Hi Lorenzo,
> I'm changing Harbour's error messages pattern to be compatible with > Eclipse and vim "quickfix/go to error" functions. > The pattern is: > file:line: error|warning: msg > I've removed all the ":" from Harbour's messages and changed > hbgenerr.c printf, but inside ppcore.c at line 245 there is another > error message printf but I can't understand when the code is used. > I've done some PP errors but it seems to use always hbgenerr function. It's used when the code which uses PP does not set its own error function. Compiler and PP lib set it but hbppgen as stand alone tools doesn't and in such case it's used. In your case you do not have to change it. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
