Package learning 3: distributing design-time packages in Delphi

Source: Internet
Author: User
The package reprinted to the http://www.cnblogs.com/rchen/archive/2005/09/07/231885.htmlDelphi is divided into four types:
1. runtime package
2. design package
3. runtime and design-time packages
4. Neither runtime nor design-time package

Generally, the runtime package is used. Three files are required during package distribution:

. BPL: the Library file of the package, which is equivalent to DLL.
. DCP: the package's symbolic file (metadata ).
. DCU: compiled unit file

The installation method is as follows:

Copy. BPL and. DCP to the installation directory \ projects \ BPL in Delphi,
Copy. DCU to the installation directory \ Lib of Delphi,
Then you can install the package in the menu.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.