- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have processes written in Fortran that run on OpenVMS. The processes use VMS mailbox to communicate. I started porting those processes to windows using Intel Fortran. How to replace the VMS Mailbox communication concept in Windows-Intel Fortran ?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The closest analog would be a named pipe. Once you create the pipe you can open it like a file and do reads and writes. If you want finer control, you can use the Win32 APIs to read and write. You'll want to study the Microsoft MSDN Library description of pipes, and you may find there some other mechanism that better suits your needs.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page