- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are currently porting some code from another platform which makes extensive use of Fortran Common blocks which are then mapped to shared memory and are used by many processes. We have acheived this under VMS with Linker options and under Tru64 by creating shared common files and incorporating them into the link.
Has anybody any idea how to acheive this in a Windows environment?
Has anybody any idea how to acheive this in a Windows environment?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes - see the DLLEXP1 and DLLEXP2 samples. The key is the linker option /SECTION.
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
DLLEXP2 does exactly what I require
Thank-you
Thank-you

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