怪事,怪事 (100分)

  • 主题发起人 主题发起人 cjban
  • 开始时间 开始时间
C

cjban

Unregistered / Unconfirmed
GUEST, unregistred user!
[red]请教大虾:
我在新窗体上放了一个RichEdit组件,然后开始运行,
结果在单元文件的use部分出现编译出错:(ComCtrls)我其他什么组件都没有加。
请大虾指教!
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls;
以上是出错的uses部分代码[/red]
 
错误贴出来看一下
 
你delphi的搜索路径不对。
在delphi的tools->Environmet options->Library->library path
中加上
C:/Program Files/Borland/Delphi6/Source/Vcl
应该就可以了。
 
再试试:
在delphi的tools->Environmet options->Library->library path中贴上:
$(DELPHI)/Lib;$(DELPHI)/Bin;$(DELPHI)/Imports;$(DELPHI)/Projects/Bpl;$(DELPHI)/Rave5/Lib
 
ComCtrls.pas单元,不是delphi默认的搜索路径
你必须加上去,就在delphi的Source/Vcl目录下
 
引用的是ComCtrls.dcu
 
[red]谢谢!两位仁兄![/red]
 
后退
顶部