zoukankan      html  css  js  c++  java
  • How to Install The Alpha Control Packages.

    Uninstalling previous version of the package

    If you have a previous version of the package already installed, you should remove it using the following method.

    1. Open the "Component/Install packages" menu item in Delphi/C++ Builder and remove Alpha packages there
    2. Remove all AlphaControls files in the AlphaControls directory. This directory should be equal to directory which was defined in the Delphi/C++ Builder "Library path" field
    3. Search all acnt*.bpl and acnt*.dcp files and remove them. These files are created in directories which are defined in Delphi/C++ Builder as "BPL output directory" and "DCP output directory" usually
    4. If such packages as AlphaDB or AlphaExtra were installed, then remove them too.

    Installing the package in Delphi 5..XE8

      1. Unpack all files in the AlphaControls directory. It is very advisable to unpack each new version to the same path, so it would not produce extra folders with older versions
      2. Folder with components must be registered in Delphi (Tools->Environment Options->Library->Library Path)
      3. Open the run-time package project file (acntX_r.dpk file, X - version of Delphi)*
      4. In the "Project manager" window click the right mouse button and choose the "Build" menu item
      5. Open the design-time package project file (acntX.dpk file)*
      6. In the "Project manager" window click the right mouse button and choose the "Install" menu item
      7. AlphaDB and AlphaExtra packages may be installed like the main AlphaControls package

        转自: http://www.alphaskins.com/showdoc.php?l=en&n=1
  • 相关阅读:
    Asp.Net异步页处理
    iframe通过js自动调节高度
    Js 代码
    JavaScript使用面向对象的技术创建高级 Web 应用程序 (转)
    C#泛型深入浅出(转)
    Asp.Net异步页面处理(转)
    ASP.NET分页存储过程自定义用户控件(转)
    .NET Remoting程序开发入门篇(转)
    认识WebService (转)
    Java CompletableFuture 详解
  • 原文地址:https://www.cnblogs.com/kayvanguo/p/5517672.html
Copyright © 2011-2022 走看看