Error: duplicate identifier "SYSTEM" - Free Pascal
Error: duplicate identifier "SYSTEM" - Free Pascal
我正在做 Free Pascal 程序,当我导入模块时 Crt
,显示错误:
crt.pas(15,9) Error: Dublicate identifier "SYSTEM"
crt.pas(15,9) Error: Dublicate identifier "system"
crt.pas(116,1) Fatal: There were 2 errors compiling modele, stopping
crt.pas(0) Fatal: Compilation aborted
程序中导入的模块:
uses
Crt,
Math;
我使用的是DOS系统
在 Win10 和 Win7 PC 上编译正常
尝试重新安装 Free Pascal IDE 或从正在运行的 Free Pascal 复制文件 IDE
在 Dos 上没有 LFN 支持,for info 并且这个包不能安装
我正在做 Free Pascal 程序,当我导入模块时 Crt
,显示错误:
crt.pas(15,9) Error: Dublicate identifier "SYSTEM"
crt.pas(15,9) Error: Dublicate identifier "system"
crt.pas(116,1) Fatal: There were 2 errors compiling modele, stopping
crt.pas(0) Fatal: Compilation aborted
程序中导入的模块:
uses
Crt,
Math;
我使用的是DOS系统 在 Win10 和 Win7 PC 上编译正常
尝试重新安装 Free Pascal IDE 或从正在运行的 Free Pascal 复制文件 IDE
在 Dos 上没有 LFN 支持,for info 并且这个包不能安装