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

[3. Fortran] 【求助】关于调用函数库存子程序的问题

[复制链接]
发表于 2004-6-9 11:02:39 | 显示全部楼层 |阅读模式 来自 大连理工大学
在我的程序中用到函数(内部库存函数)
  
CALL CLEAR_SCREEN
CALL DATE_TIME_SEED
  
编译时能通过,但连接时出现这样的错误:
  
genetic.obj : error LNK2001: unresolved external symbol _CLEAR_SCREEN@0
genetic.obj : error LNK2001: unresolved external symbol _DATE_TIME_SEED@0
genetic.obj : error LNK2001: unresolved external symbol _RANDOM@0
Debug/genetic.exe : fatal error LNK1120: 3 unresolved externals
  
不明白为什么会出现这样的错误?
  
肯请高手指教
发表于 2004-6-9 12:50:50 | 显示全部楼层 来自 黑龙江哈尔滨

回复: 【求助】关于调用函数库存子程序的问题

Simdroid开发平台
什么库?链接的时候没有找到库吧
 楼主| 发表于 2004-6-9 16:38:12 | 显示全部楼层 来自 大连理工大学

回复: 【求助】关于调用函数库存子程序的问题

我不清楚 CLEAR_SCREEN 及DATE_TIME_SEED属于什么库里面的。:)
  
在看中国电力出版社的FORTRAN95那本书时,最后面附的FORTRAN库存函数里面有类似的函数。再深层次的我就不知道了。
  
见笑了。:P
  
发表于 2004-6-9 17:16:02 | 显示全部楼层 来自 江西南昌

回复: 【求助】关于调用函数库存子程序的问题

CALL CLEARSCREEN (area)  
  
area  
(Input) INTEGER(4). Identifies the target area. Must be one of the following symbolic constants (defined in DFLIB.F90 in the \DF98\INCLUDE subdirectory):  
  
$GCLEARSCREEN - Clears the entire screen.  
$GVIEWPORT - Clears only the current viewport.  
$GWINDOW - Clears only the current text window (set with SETTEXTWINDOW).  
All pixels in the target area are set to the color specified with SETBKCOLORRGB. The default color is black.  
  
在VF6.5的帮助中没找到DATE_TIME_SEED 。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Simapps系列直播

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

GMT+8, 2024-11-2 03:42 , Processed in 0.038229 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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