Software Archive
Read-only legacy content
17061 ディスカッション

Global Commons

Intel_C_Intel
従業員
408件の閲覧回数
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?
0 件の賞賛
2 返答(返信)
Steven_L_Intel1
従業員
408件の閲覧回数
Yes - see the DLLEXP1 and DLLEXP2 samples. The key is the linker option /SECTION.

Steve
Intel_C_Intel
従業員
408件の閲覧回数
DLLEXP2 does exactly what I require

Thank-you
返信