Page 2 of 2
Re: hbmk2 problem
Posted: Sat Jul 15, 2023 7:27 am
by Antonio Linares
Re: hbmk2 problem
Posted: Mon Jul 17, 2023 4:35 pm
by TimStone
Unfortunately, that did not resolve the problem.
I also took the the .prg file and moved it to the top of the list so it didn't pick up any redefines from other files as it was compiling ( if that's a thing ).
It still has the same, original, error with that seek( x, y ) function.
It doesn't prevent me from building the application since I can do that with my bat/mak files. It only prevents me from using the recommended hbmak2.
Tim
Re: hbmk2 problem
Posted: Mon Jul 17, 2023 4:39 pm
by Antonio Linares
Dear Tim,
Can you email me that PRG ?
many thanks
Re: hbmk2 problem
Posted: Mon Jul 17, 2023 4:58 pm
by TimStone
I found the problem ... but will follow up with an email:
The script for the .hbp says to use hbfoxpro.ch
In it, we have this redefine:
#xtranslate SEEK( <x>, <wa> ) => (<wa>)->( dbSeek( <x> ) )
Removing that file solves the compile problem.
However, there are other issues and I will email you on those.
Re: hbmk2 problem
Posted: Mon Jul 17, 2023 4:59 pm
by Antonio Linares
very good finding