- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Yes - see the DLLEXP1 and DLLEXP2 samples. The key is the linker option /SECTION.
Steve
Steve
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
DLLEXP2 does exactly what I require
Thank-you
Thank-you
