找回密码
 注册
Simdroid-非首页
查看: 173|回复: 2

VB调用带有子程序的FORTRAN 程序

[复制链接]
hujianhuahjhhjh 该用户已被删除
发表于 2004-11-18 13:32:52 | 显示全部楼层 |阅读模式 来自 山西太原
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2004-11-18 23:21:14 | 显示全部楼层 来自 美国

Re:VB调用带有子程序的FORTRAN 程序

Simdroid开发平台
  1.    subroutine sh(a, b)
  2.    real a,b
  3.   a=1.0
  4.   b=2.0
  5.   end
  6.        
  7.    subroutine m(c)
  8.   !dec$ attributes dllexport :: m
  9.   real c(2)
  10.   real a, b
  11.   call sh(a, b)
  12.   open(1,file='1.txt',status='unknown',form='formatted')
  13.   write(1,*) c
  14.   close(1)
  15.   end
复制代码
发表于 2004-11-19 19:27:01 | 显示全部楼层 来自 江苏南京

Re:VB调用带有子程序的FORTRAN 程序

无名公用区很特殊,采用有名公用区试试,或许可以。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Simapps系列直播

Archiver|小黑屋|联系我们|仿真互动网 ( 京ICP备15048925号-7 )

GMT+8, 2024-11-2 01:33 , Processed in 0.040940 second(s), 12 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表