Installing component trial versions :
-------------------------------------Delphi 6, 7- Unzip into a seperate directory and add following directories to the environment library path:
  {$INSTALLDIR}\Source
  {$INSTALLDIR}\Design
  {$INSTALLDIR}\Packages
- From the IDE file menu, choose File, Open
- Browse for and open TMSUnicodeDx.bpg
- From the project group, open TMSUnicodeDx.dpk and from the package editor, press Compile
- From the project group, open TMSUnicodeDEDx.dpk and from the package editor, press Compilewith 
  x = 6 for Delphi 6
  x = 7 for Delphi 7

解决方案 »

  1.   

    组件试用版安装 :
    -------------------------------------
    Delphi 6, 7-解压缩到一个独立的目录里,然后将下面的目录添加为环境库路径 
     (即Dephi里的environment library)  {$INSTALLDIR}\Source   //$INSTALLDIR为安装目录,即刚才的解压目录
      {$INSTALLDIR}\Design
      {$INSTALLDIR}\Packages
    - 在 IDE(集成开发环境,即Delphi) 中选择菜单 File->Open
    - 浏览并打开TMSUnicodeDx.bpg文件
    - 在程序组窗口中选择打开TMSUnicodeDx.dpk   项,在弹出的Package窗口中点击Compile
    - 在程序组窗口中选择打开TMSUnicodeDEDx.dpk 项,在弹出的Package窗口中点击Compilewith 
      x = 6 for Delphi 6
      x = 7 for Delphi 7
      

  2.   

    补充一下:with 
    x=6 for delphi 6
    x=7 for delphi 7是指上面出现的 x,当为6时,表示在delphi6下用的,为7时表示在delphi7下用的