Is there a maximum number of files allowed in a project? I ask because I added two new files (for a class) and I couldn't compile the project. It will say:
Bad command or file name
Execution terminated
Compilation successful
But if I remove two files (it doesn't matter which two), it will compile normally and successfully. So, it appears there is some kind of maximum number of files allowed in a project. If this is so, is there any way around it? Any tricks like incrementally linking the object files together? Thanks for your help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a maximum number of files allowed in a project? I ask because I added two new files (for a class) and I couldn't compile the project. It will say:
Bad command or file name
Execution terminated
Compilation successful
But if I remove two files (it doesn't matter which two), it will compile normally and successfully. So, it appears there is some kind of maximum number of files allowed in a project. If this is so, is there any way around it? Any tricks like incrementally linking the object files together? Thanks for your help.
sorry about this double post. Please delete this.