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?
Converting Fivewin to harbour TCBROWSE aTcBrWPosR() not foun
- James Bott
- Posts: 4654
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: