[Fatal Error] Project1.dpr(6): File not found: ✀system.threading.dcu✀ 在delphi7中

2025-06-27 16:23:22
推荐回答(2个)
回答1:

你查找操作系统中搜索一下看有没有System.threading.pas或System.threading.dcu文件,有的话将其路径加到delphi的引用路径中。
如果没有找到这两个文件中的一个,那么肯定是写错了,delphi自带了System单元,但没有system.threading单元,看看是不是写错了。
System单元里面倒是有对线程的支持。你把".threading"删掉看看?

回答2:

delphi7中有这个System.threading单元吗?没有的话,当然报错