"Internal Error" May Be Avoided by Adding Line Number

ID: Q90042


The information in this article applies to:
  • Microsoft Visual Basic Standard and Professional Editions for MS-DOS, version 1.0
  • Microsoft BASIC Professional Development System (PDS) for MS-DOS, version 1.0
  • Microsoft QuickBASIC for MS-DOS, version 4.5


SUMMARY

The error message "Internal Error" generated when compiling a file with BC.EXE may be avoided by adding a line number or line label to the line of code on which the error occurs.


MORE INFORMATION

To determine the line of code on which the error occurs, generate an .LST file when compiling. BC.EXE will compile up to the point of error, and generate the .LST file up to that point as well. The last line of code you see in the .LST file will be the line on which the error occurred.

Additional query words: VBmsdos QuickBas BasicCom 1.00

Keywords :
Version : MS-DOS:1.0,4.5; :1.0
Platform : MS-DOS
Issue type :


Last Reviewed: December 8, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.