For information: the .BAS source file is restricted to 16,384 lines, I have now discovered. My project is nowhere near halfway done, but this presents no real problem since selected areas may be relegated to DLL status and called for at much the same price. It does underline that the GUI side of things needs a lot more code than the real work (number crunching and straight data processing) in the background. My fourteen DLLs compile to approx. 3.5Mb. The the biggest DLL file is 262K of code and compiles to 499K, whereas the exe (GUI side of things) is 506K of code and compiles to 418K
It helps to point one in a direction of organising the overall project that much more, in broad, overall terms, into macro-structured shape.
It helps to point one in a direction of organising the overall project that much more, in broad, overall terms, into macro-structured shape.
Comment