Search results for query: *

  1. 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.
  2. 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...
Back
Top