I am re-creating an app from back ups, following a hardware failure. The app is running ok but I am getting the following error during compilation.
Foxtools.fll is registered in the startup program of the app and the functions work ok in the app itself but I have to click ignore to get it to compile.
I assume the error is caused by the functions not being registered at the time of compilation but is there a way round this error?
Keith
Code:
Unknown REGFN - Undefined
Unknown CALLFN - Undefined
I assume the error is caused by the functions not being registered at the time of compilation but is there a way round this error?
Keith