无法install spcomm组件, 
相关的帖子在: http://topic.csdn.net/u/20080405/17/d7435e8a-dfa0-4e34-a647-c1481cbfc87d.htmlcomponent->install  component->into  new  package->unit file name->Browse
找到SPCOMM.PAS 打开( 好像只有这一个文件),可能会提示Create,点yes就完成了
重启D7,在控件面板上就会看到SPCOMM这个控件了(好像在Custom一项上)!可是在Delphi 2007下的component菜单下没有"install component"的菜单.

解决方案 »

  1.   

    There are many components available on the Internet that come as a single .pas file rather than a complete package project. This is how to install these:Delphi 1-7
        Use the Components -> Install Component menu entry to install the component into the default dclusr-Package. all Delphi versions
        Create a new package using the File -> New -> Other menu entry, add the component's unit to that package, compile and install the package Step by step instructions:   1. File | New | Other... | Delphi Projects | Package, click OK
       2. Project | Add to Project [add units and/or Requires items]
       3. In Project Manager, right-click on Package1.bpl node and select <Install>