Topic: Compiling multiple files
When modules and subroutines are included in a project as separate files in addition to the "main" source file, I get compile-time error, the main file not recognizing the modules and subroutines. If I pre-compile those modules and subroutines, then the main file recognizes them. These annoy me, since I do not experience these errors in other IDEs like Intel & Absoft.