Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

REGFN and CALLFN error 1

Status
Not open for further replies.

webpager

Programmer
Joined
Mar 27, 2001
Messages
166
Location
GB
I use REGFN and CALLFN to call third party Postcode software within an application. The Postcode software works fine but generate a "Not Found" error when I build the ".EXE" file. The app works OK but the 2 errors on build are annoying.
Can I somehow decalre these functions to get rid of the errors?
Keith
 
Keith

Have you include foxtools.fll in your project?
FAQ184-2483 - the answer to getting answered.​
Chris [pc2]
 
webpager

From the FoxTool help for CALLFN()

Calls a registered function and returns the value that the function returned,

Are you trying to call a registered function? Is FoxTool present on the user machine? Are you loading Foxtool library somewhere?
Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first
 
Thanks both of you for such a fast response
This forum just gets better.
I had included foxtools.fll but foolishly used the FPW version rather than the VFP version.
All is well now - no errors making me a happy bunny.

Thanks once again for the help
keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top