1、是warning就没什么大问题,放心使用!
2、没有dcu的当然可以装,你选择编译之后就会有dcu了!
3、有dpk的,直接打开它,点install;有pas的,就component-->install component->
选择或新建一个包,浏览到要安装的pas文件(即控件代码),点install;

解决方案 »

  1.   

    thedream(梦幻使者):谢谢你不过现在我编译以后有错误我该怎么办?
    [Fatal Error] TFlatRegister.pas(27): File not found: 'DsgnIntf.dcu'
      

  2.   

    1、是warning就没什么大问题,放心使用!
    2、没有dcu的当然可以装,你选择编译之后就会有dcu了!
    3、有dpk的,直接打开它,点install;有pas的,就component-->install component->
    选择或新建一个包,浏览到要安装的pas文件(即控件代码),点install;
    对你上面的问题,你需要在IDE的Commpent-->Environment options-->library中设置library path & Browsing path 为你的控件Pas或Dcu文件所在的目录!
      

  3.   

    有的组件是不会有显示在控件板上的,而仅仅是几个个dcu文件,directx好象就是这种!
    这样的控件的dcu里面一般提供了很多函数和过程,你只要在uses里加入这些dcu就可以用它们了.
    另外,我建议你把控件目录下的dcu都复制到delphi5\lib下去,难得麻烦!反正文件小,才几十K.
      

  4.   

    thedream(梦幻使者) :我已经这样做了,还是不行
      

  5.   

    用windows查找dsgnintf.*文件所在路径,在Commpent-->Environment options-->library中添加library path & Browsing path 
      

  6.   

    估计是你的flatstyle控件有问题,另外找一个吧