On Mon, 16 Mar 2009, Szak�ts Viktor wrote:

Hi,

> ---
> Xbase++ (R) Compiler 1.90.331 Apr 27 2006
> Copyright (c) Alaska Software. All rights reserved.
> File: speedtst.prg Line:  816
> speedtst.prg(182:0): error XBT0200: Syntax Error
> speedtst.prg(265:0): warning XBT0105: Function t030 does not end with RETURN
> speedtst.prg(306:0): error XBT0223: NEXT does not match FOR
> speedtst.prg(308:0): error XBT0251: Reserved keyword
[...]
> speedtst.prg(398:0): warning XBT0100: RETURN statement with no value in
> function
> speedtst.prg(543:0): warning XBT0100: RETURN statement with no value in
> function
> speedtst.prg(545:0): error XBT0251: Reserved keyword
> speedtst.prg(548:0): error XBT0251: Reserved keyword
> speedtst.prg(551:0): error XBT0251: Reserved keyword
> speedtst.prg(555:0): error XBT0251: Reserved keyword
> Too many errors, exiting

Oops, seems that it's not Clipper compatible as I thought.
I'll try to change the code but I need more information about
xBase++.
Looks like F0(), F1(), F2(), ... as function names cannot be used
because these are reserved names. Is it documented?
Can you check if translation to FNC0(), FNC1(), FNC2(), ... is
enough.
END seems to be translated unconditionally to NEXT or it's some
other PP problem. Can you generate .ppo file with xBase++?
I would like to see the output.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to