FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 2603 Linking Errors
Posts: 9028
Joined: Thu Oct 06, 2005 08:17 PM

Re: FWH 2603 Linking Errors

Posted: Sun May 31, 2026 04:48 PM

Did you try exactly this?

#xtranslate hb_HHasKey( [<x,...>] )         => HHasKey( <x> )
#xtranslate hb_ValToExp( [<x,...>] )        => ValToPrgExp( <x> )


#include "Fivewin.ch"


FUNCTION MAIN()

HB_HHASKEY()
HB_VALTOEXP()

RETURN NIL

It should compile fine.

Continue the discussion