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?
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?
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
Paul,
You have to rename ATCBRWPOSR() into ATCBRWPOSRECT()