Recent content by Franzy
-
F
Fortran Fortran: how do you read from a memory-mapped file?
I think I got it. I just have to use WinApi function CopyMemory and fortran loc function in pointer arithmetics.- Franzy
- Post #2
- Forum: Programming and Computer Science
-
F
Fortran Fortran: how do you read from a memory-mapped file?
Hello everyone! I have some binary data (list of integer and float values) stored in a memory-mapped file. I need to read this data. I know how to do this in Delphi and C, but Fortran completely stalled me. So far I managed to open my virtual file (OpenFileMapping) and create a mapview...- Franzy
- Thread
- File Fortran
- Replies: 1
- Forum: Programming and Computer Science