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
Beginner
526 Views

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 Replies
Jerome__POURE
Beginner
526 Views

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.

0 Kudos
Steve_Lionel
Honored Contributor III
526 Views

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.

0 Kudos
Reply