momentarily we have in a project 94 .prg-files and 25 libs in a makefile for compiling. As soon as we ad a lib or a prg, the resources are not available in the program. If we ad even 2 prgs or libs, the program won't compile at all. If we combine 2 prg-files to one, another lib or prg-file can be added, if we exclude a lib file, also another prg oder lib can be added to the project. So the number of files used for compiling seems to be restricted to 94+25 = 119. Is there any limit known?
Or, on the other hand, the ilink-command is called with 9 parameters + all objects (same number of prgs) + all libs = 128 <= is this maybe the limitation? And if yes, are there posibilities to avoid it? (other than combining prg-files together)
- Code: Select all Expand view
- The ilink-command:
ilink32 -L\fw808\xharbour\lib;\fw808\fwh\lib;\fw808\bcc55\LIB\PSDK -Gn -aa -Tpe -s $(OBJS) c0w32.obj,eho.exe,eho.map, $(LIBS),, eho.res