On Wed, 30 Sep 2009, Itamar Lins wrote:

Hi,

> This is program was created by Luis Basso, analog clock.
> Works fine with xHarbour,

Have you tried with *EXACTLY* the same code?
I know quite well both compilers internals and for me such
things are impossible.

> with Harbour I get this is error:
> error base/1001 Undefined function: HTIMER
> Called from HTIME(0)
              ^^^^^^^^
The most important question: is missing 'R' your typo?
If not then you are using seriously broken HVM and maybe
we will have to invest more time in this problem.
If yes then you have perfect error message so why you
haven't tried to read it and fix your problem?
Function HTIMER was not linked with your final application
and it's accessed by macrocompiler only so the problem is
not reported at link time. I think that you should read
some Clipper documentation about linkers and instruction for
   REQUEST <funcName>
statement. Please check what will happen if you add to your code:
   REQUEST HTIMER
It has the same behavior in Harbour, xHarbour and Clipper.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to