Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Error Messages - <b>998 missing function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 998     Missing function

     Explanation:  CA-Clipper has attempted to execute a function or UDF
     that is not recognized as valid CA-Clipper code.  This error can occur
     if an attempt is made to execute code compiled with a new version of
     CA-Clipper under an older version, or because of a corrupted or invalid
     executable.

     Action:  Make sure that all code is compiled under the same version
     of CA-Clipper, and is being linked with the correct version of the
     libraries.  If a third-party linker is used, see if the error occurs
     when using the real mode linker for CA-Clipper.  If a corrupted
     executable is suspected, recompile all .OBJ files and relink.  Declare
     UDFs or built-in functions hidden from the compiler in macro or INDEXing
     commands with REQUEST if they are not called elsewhere in the code.
     Link in missing .OBJs.  Make sure all linker warnings and errors are
     resolved.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson