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>415 cannot open overlay file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 415     Cannot open overlay file

     Explanation:  This error occurs when a CA-Clipper application cannot
     find or open an overlay file.  Overlay files include executable (.EXE)
     files (in the case of dynamic overlays), and static overlay (.ovl)
     files.  Probably the most common cause of this error is insufficient
     file handles available to the CA-Clipper application.

     Action:  Some suggestions to resolve the problem are:

     1. The first step in trying to solve this problem is to increase the
        number of file handles available to the application.  refer to the
        Files and Buffers section in "The Runtime Environment" chapter of the
        Programming and Utilities guide.

     2. If an insufficient number of file handles is not the problem, it is
        possible that the CA-Clipper application cannot find the file it is
        trying to open.  It is possible that another file of the same name as
        the executable is in the DOS path and is being searched for the
        overlay.  Try renaming the executable.

     See Also:  Specifying the Location of Executable Files section in
     "The Runtime Environment" chapter of the Programming and Utilities
     Guide.

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