| 1. |
Solve : exe works outside batch file, not inside.? |
|
Answer» I have a fairly large FORTRAN 77/90 & C program, compiled using Compaq Visual Fortran 6 & MICROSOFT Visual C++ 6 under Win XP. On a particular test case it generally executes ok when invoked outside a batch FILE, but always fails when invoked from a particular batch file. It stops on a Fortran 90 Allocate statement, but does not return the STAT result coded into that statement. Seems to relate more to how much storage has been allocated rather than to the particular array being allocated, because I can reorder the allocation of different arrays and the stop does not occur on the same array. |
|