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.2 . Error Messages - <b>c2019 call of ca-clipper procedure or function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C2019   CALL of CA-Clipper procedure or function

     Explanation:  You invoked a previously declared procedure or
     function with the CALL command.  CALL is designed to invoke separately
     compiled or assembled routines and not CA-Clipper-compiled procedures
     and functions.

     Action:

     1. Rename either the external routine name or the conflicting procedure
        or function name.

     2. If you are compiling multiple program files (.prg) into a single
        object file (.OBJ), check to see if the conflicting procedure or
        function is in another program file (.prg).  If it is and not called
        by procedures and functions outside of the program file (.prg),
        consider declaring it a STATIC FUNCTION or PROCEDURE.

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