We are trying to convert an old Fortran 77 application to modern day free format code. When trying to rebuild the project the error "Warning Lnk4084: total image size 467791872 exceeds max (268435456) ; image may not run" occurs. I think this is because of the shear number (and sizes) of the arrays in the program and they way memory is allocated to them???? Is there a way to reduce the memory allocated to the arrays or to increase the maximum allowable limit?
Please excuse my ignorance if this is not what is happening but I have never come across this error before.
Many thanks
Stu
链接已复制
2 回复数
Stu,
I remember that for that type of question Steve pointed once to that KB article http://h18009.www1.hp.com/fortran/kb/q1019.html. You can also try to search archive posts for that issue.
A.
