Converting Fivewin to harbour TCBROWSE aTcBrWPosR() not foun

Post Reply
User avatar
PAUL SIMM
Posts: 63
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain
Contact:

Converting Fivewin to harbour TCBROWSE aTcBrWPosR() not foun

Post by PAUL SIMM »

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
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Paul,

You have to rename ATCBRWPOSR() into ATCBRWPOSRECT()
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply