CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CodeView Error
     Function call before stack frame initialization (CV1026)
 
     A function call cannot be executed until after the BP (stack
     frame) register has been initialized.
 
     Run the program to a statement that follows initialization of the
     BP register. This is usually set up as the first statement in the
     first function of the program.
                                    -♦-