On Mon, 11 Feb 2008, Alex Strickland wrote:
> Hi all
> I tried to use the xharbour dll functions with Harbour. hbdll.ch from 
> Harbour includes wintypes.ch which *is* in Harbour.
> wintypes.ch has the line:
> #ytranslate CTYPE_INT(<x>)   Int(<x>) /* Fixes conflict with INT() 
> function */
> in it. This results in:
> \harbour8\include\wintypes.ch(111) Error E0007  Missing => in 
> #translate/#command
> I guess #ytranslate is not supported, so perhaps this line should be 
> removed?

No. It's a typo and I think the above error message perfectly explain
what is wrong. Just simply add missing => in directive.

   #ytranslate CTYPE_INT(<x>) => Int(<x>)

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

Reply via email to