回 帖 发 新 帖 刷新版面

主题:求助:初学Fortran发现问题

本人刚开始学Fortran,用最简单的一个程序进行试验
program main
implicit none
write(*,*)"hello"
stop
end

总是无法运行,出现信息hello.exe - 1 error(s), 0 warning(s)
按F4键后出现:--------------------Configuration: hello - Win32 Debug--------------------
Compiling Fortran...
Invalid keyboard code specified
Program too big to fit in memory
Linking...
LINK : fatal error LNK1181: cannot open input file ".\Debug\hello.obj"
Error executing link.exe.

hello.exe - 1 error(s), 0 warning(s)

请问这是什么原因啊?

回复列表 (共4个回复)

沙发

试过啦,没问题,是不是文件名的问题.

板凳

Invalid keyboard code specified
Program too big to fit in memory
好像是说内存不够大。这也没有大的数组啊!

3 楼


重装一下程序吧

4 楼

程序是没有问题的   楼主查一下,切记一个PROJECT只能有一个独立程序文件!

我来回复

您尚未登录,请登录后再回复。点此登录或注册