FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Converting Fivewin to harbour TCBROWSE aTcBrWPosR() not foun
Posts: 86
Joined: Fri Oct 07, 2005 07:59 AM
Converting Fivewin to harbour TCBROWSE aTcBrWPosR() not foun
Posted: Thu Mar 23, 2006 03:42 PM

Compiling a fivewin clipper program with harbour I get the message :
Unresolved External _HB_FUN_ATCBRWPOSR .
I compile TCBROWSE.PRG with the rest of the modules.

Where is the ATCBRWPOSR() function within TCBROWSE.PRG located?

Regards/Saludos
Paul

paul@pes-systems.net
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Converting Fivewin to harbour TCBROWSE aTcBrWPosR() not foun
Posted: Thu Mar 23, 2006 04:22 PM

Paul,

Why are you compiling TCBROWSE.PRG? It is already included in the FW libraries. Is it an old copy? Try not including your compiled version.

ATCBRWPOSR() is the Clipper version of the function. It sounds like you might be linking in a Clipper library.

\source\function\tbcfuncs.c contains the function.

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Converting Fivewin to harbour TCBROWSE aTcBrWPosR() not foun
Posted: Fri Mar 24, 2006 08:02 AM

Paul,

You have to rename ATCBRWPOSR() into ATCBRWPOSRECT()

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion