> Yes, this is what is done in C++ basically as well. Even worse, C/C++ > pulls in this big file (aka header mess) in every compilation unit again > and again. You can also split your pascal code in several include files > as in C/C++ and claim that you don't use one big file.
Yes, I also finally realized that a big source file is not necessarily a bad thing. It is a question of attitude. A good editor and IDE helps browse and maintain the code. Include files seem to be useful with FPC/Lazarus. With Delphi they are not so useful. Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
