d6如何安装ehlib组件,请大家帮忙

解决方案 »

  1.   

    按照EHLIB提供的 Readme 肯定能正确安装好的...
      

  2.   

    1. Delphi 4.x - 7.x:
    --------------------Uninstall previous or evaluation version of EhLib (Old version) from Delphi 
    IDE. Remove or copy to other directory files of old version to prevent 
    crossing old and new version of EhLib (Including EhLib.bpl, EhLib.dcp or 
    EhLibXX.bpl, EhLibXX.dcp files). Create directory from which you will install EhLib library 
    ('EhLib directory') (for example, C:\Delphi[X]\EhLib).Copy files from Common and Delphi[X] directories of the EhLib archive
    to 'EhLib directory'.Use "File\Open..." menu item of Delphi IDE to open the runtime package - 
    EhLibXX.Dpk.
    In "Package..." window click "Compile" button to compile the package.By default Delphi (5, 6 and 7) place compiled EhLibXX.BPL file to the 
    <Delphi path>\Projects\Bpl directory and this directory already present 
    in the search PATH. But if you overwrite default BPL directory then you need
    put compiled EhLibXX.BPL file into directory that is accessible 
    through the search PATH (i.e. DOS "PATH" environment variable; for example, 
    in the Windows\System directory).Add, (if needed) 'EhLib directory' in Tools->Environment Options->Library->
    Library Path.After compiling run-time package you must install design-time
    package DclEhLibXX.BPL into the IDE.Use "File\Open..." menu item to open design-time package DclEhLibXX.Dpk.
    In "Package..." window click "Compile" button to compile the package
    and then click "Install" button to register EhLib components on
    the component palette. EhLib components have to appear on 'EhLib' page of components palette.
      

  3.   

    打开DclEhLibXX.Dpk(你是D6的话就是D6目录下的DclEhLib60.Dpk),单击Compile编译,再单击Install安装.
      

  4.   

    1、打开DclEhLibXX.Dpk单击Compile编译,再单击Install安装.
    2、Component->>install Component加入编译即可
      

  5.   

    如果提示找不到.dcu,你可以将相应的dcu文件拷贝到安装目录下,然后编译