+ -
当前位置:首页 → 问答吧 → 【关于FastMM4的问题】File not found: 'FastMM4.dcu',该如何解决?

【关于FastMM4的问题】File not found: 'FastMM4.dcu',该如何解决?

时间:2011-09-02

来源:互联网


比如下面一段简单的代码
Delphi(Pascal) code

program Project3;

uses
  FastMM4,
  Forms,
  Unit2 in 'Unit2.pas' {Form2};

{$R *.res}

begin
  Application.Initialize;
  Application.MainFormOnTaskbar := True;
  Application.CreateForm(TForm2, Form2);
  Application.Run;
end.


即使这么简单的代码依然报错
Delphi(Pascal) code
[DCC Error] Project3.dpr(6): F1026 File not found: 'FastMM4.dcu'


不知道为什么,请各位指教。在公司的机器上可以,在自己的笔记本上却不行。

作者: hhkun0120   发布时间: 2011-09-02

在library中把这个FastMM4.dcu 的路径添加进来,再编译看看

作者: varick_zhong   发布时间: 2011-09-02

library在哪?
引用 1 楼 varick_zhong 的回复:
在library中把这个FastMM4.dcu 的路径添加进来,再编译看看

作者: hhkun0120   发布时间: 2011-09-02

tools->options->library->library path添加FastMM.pas所在路径即可

作者: foxyy8888   发布时间: 2011-09-02

Tools->Environment Options 的Library页中的Library path

作者: vokeyliu   发布时间: 2011-09-02

热门下载

更多