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

FORTRAN Rewind function problem with Windows 10

Jerome__POURE
Principiante
2.827 Visualizações

Hello,

Our application was developed with Visual Studio 2008 and Intel Fortran Compiler 2008.

Always in Visual Studio 2008, but in Windows 10, in debug mode my application works without any problem.

But when I execute my application compiled, it don't work.

I found that the problem is the REWIND function on an opened file.

What could be the solution ?

Thanks

Regards.

Jerome

 

 

 

0 Kudos
2 Respostas
Jerome__POURE
Principiante
2.827 Visualizações

finally, the problem is not on the REWIND function but on a WRITE function used just after the REWIND.

If I delate the REWIND function, the WRITE function works.

Steve_Lionel
Colaborador honorário III
2.827 Visualizações

What doesn't work? What is the error message or other wrong behavior? Can you provide a short example demonstrating the problem? Given what you have written so far, it's hard to help.

Responder