Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28701 Discussions

maximum number of object files for MCVC++ 2003 / IVF

lmc
Beginner
388 Views
Is there a limit on the number of object files for VC++ 2003 with IVF ?

I am trying to port a very large program with about 4,000 fortran source code files to build a Win32 DLL.

The linker is giving me an error message about trying to find a
non-existent object file.

Thanks,
Lynn
0 Kudos
2 Replies
TimP
Honored Contributor III
388 Views
I believe there is a limit on the length of the string passed to the Microsoft linker, in case that is what you have in mind.
0 Kudos
lmc
Beginner
388 Views
I suspect that there is a maximum limit on the size of the arguments passed to the linker.

I am in the process of splitting the files into static libraries.

Thanks,
Lynn
0 Kudos
Reply