PDA

View Full Version : [fortran F90]Array Bounds Exceeded


User111
08-09-2011, 14:02
Sto compilando un programmino per la tesi con il Visual Fortran della Microsoft versione 6.0A (purtroppo ho la versione vecchissima) sul portatile dove ho installato anche xp professional sp3 sul portatile. Durante l'esecuzione del programma si blocca con la schermata
http://img402.imageshack.us/img402/3316/errorry.jpg
come mai?

ps: il mio programma ha 6000 righe di comando :stordita:

User111
09-09-2011, 07:12
nessuno?

banryu79
09-09-2011, 08:02
Ciao, tratto da qui: http://jp.xlsoft.com/documents/intel/cvf/cvf_rter.pdf

severe(161): Program Exception - array bounds exceeded
FOR$IOS_PGM_BOUNDS. The program tried to access an array
element that is outside the specified boundaries of the array. Recompile
with the /check:bounds option set.

User111
09-09-2011, 16:23
risolto, grazie