I haven't tried it for several years. I have started by trying
the Demo XBuilder for Linux. My first thrash o some Clipper 5.2
prg 's has produced two problems.
The first is the comand line
# xhb @[EMAIL PROTECTED]
.prg -b -o/home/alan/prg/LinuxTim/c-out
I want the C modules to reside in a subdirectory named c-out but it isn't
happening. What am I doing wrong?
The second us this preporocessor command:
#command @[EMAIL PROTECTED]
<row>, <col> WRITE <xpr> ;
[PICTURE <pic>] ;
[JUSTIFY <nJustify>] ;
[FONT <nFont>] ;
[POINTSIZE <nPSize>] ;
[STYLE <nStyle>] ;
[COLOR <color>] ;
[NCOLOR <nFColor>>[,<nBColor>]] ;
[ANGLE <nAngle>] ;
[MODE <cMode>] ;
;
=> WriteOut( <row>, <col>, <xpr>, <pic>, <nJustify>,;
<nFont>, <nPSize>, <nStyle>, <color>, <nFColor>, ;
<nBColor>, <nAngle>, <cMode> )
It works fine under Clipper but xHarbour says:
tmcpscrp.ch(41) Error E0010 Bad match marker in #translate/#command
Would someone comment?


|