Here's a word for word copy of the Error Code 67 as it appears in MICROSOFT(r) QuickBASIC(tm) Version 4.5 (Copyright 1988, 1990 Microsoft Corporation. All rights reserved):
[red]+++++++++++++[/red]
Too many files
At compile time, this error occurs when include files are nested more than five levels deep. It occurs at run time when the 255-file directory maximum is exceeded by an attempt to create a new file with a SAVE or OPEN statement. (Compile-timer or run-time error)
ERR code: 67
[red]+++++++++++++[/red]
Therefore: See that "REM $INCLUDE: xxx.BI's" are not nested more than 5 levels--may want to check out your SUBs too and not just the main module's and any other Loaded modules. Double check your prg's OPEN statments for LEN--also check the current path to the location of the QB compiler, you can use FILES *.exe on a new screen to see the directory listing and at the top of the list is the current directory...check that for length too.
Otherwise, I'm at a loss.
PS--I think the SAVE that MS mentions is for MAC's basic.
--MiggyD [sig]<p> <br><a href=mailto: > </a><br><a href= > </a><br>You can pick your friends and you can pick your teeth and you can pick your toes, just don't pick you nose.[/sig]