Pour repondre a ta question, tu a du mettre trop de données static dans ton code.
http://h18009.www1.hp.com/fortran/kb/q1019.html
" Description: When linking an application which contains large arrays, the linker gives the warning " LNK4084 - total image size exceeds max ( 268435456); image may not run".
Explanation: Windows 95 and Windows NT 4.0 have a limit for the total size of static code and data of 256MB. If the amount of static code and data exceeds this size, the image may not execute. This is a limitation in the operating system and not in Visual Fortran or its tools. The most common cause of large static data is large local or COMMON arrays. The linker issues an informational warning in this case to alert you of the potential problem.
However, if the actual image size is displayed as a negative value, that means that the image size exceeds 2GB and your program will not run on any version of 32-bit Windows."
La derniere phrase dit que tu as mis plus de 2GB de données statiques dans ton code. T´as mis la trilogie du seigneur des anneaux en include ? ?????????????????
Et aprés ca tu dis qu´il est pas pourri ton exe ? ?
