PDA

View Full Version : System.IO


cubud
09-28-2004, 10:14 PM
Hi

I haven't checked back for some time, so I thought I would return and ask if there is any progress towards your compiler remapping fortran file operations through System.IO so that I can use it on the compact framework?

Thanks

Pete

Lahey Support
09-29-2004, 05:27 PM
Our understanding is that the Win32 DLLs of our .NET runtime can run on Windows CE, where the Compact Framework is used.

However, we still do not officially support it.

cubud
09-29-2004, 05:33 PM
Hi

Our understanding is that the Win32 DLLs of our .NET runtime can run on Windows CE, where the Compact Framework is used.

The standard Fortran file operations are not mapped through System.IO, so if you try to open a file in the application's current folder the app will crash.

Pete