"Internal Error" May Be Avoided by Adding Line Number (90042)



The information in this article applies to:

  • Microsoft Visual Basic for MS-DOS
  • Microsoft QuickBASIC 4.5

This article was previously published under Q90042

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.

Modification Type:MinorLast Reviewed:8/16/2005
Keywords:KB90042