Board index » delphi » DCP files (once again)

DCP files (once again)

What the hell is wrong with the DCP files?

I've created a packages with this options:

runtime package: yes
design time package : yes
explicit rebuild on

But while creating an application with an other computer, the compiler stll
needs the DCU, DFm and RES files. I was looking for some strings (used in my
forms) in the DCP files: I didn' found them. It seems that not all the
source is included in the DCP file.

WHAT CAN I DO NOW?

Frank.

 

Re:DCP files (once again)


On Wed, 22 Oct 1997 16:14:50 +0200, "Frank Ulbricht"

Quote
<ulbri...@signsoft.com> wrote:
>But while creating an application with an other computer, the compiler stll
>needs the DCU, DFm and RES files. I was looking for some strings (used in my
>forms) in the DCP files: I didn' found them. It seems that not all the
>source is included in the DCP file.

The .DCP file contains no code (except for weakly-packaged units). The
.DCP file is merely a symbol file for the compiler and linker to use.
The actual code is contained in the various .DCU files that make up
the package, and in the package file (.DPL) itself.

-Steve

Other Threads