Delphi 7 Install Package Dpk
- Delphi 6 or 7 Personal Edition can be downloaded from the Borland Delphi web site, or can sometimes be found on computer magazine cover CDs which seem to. Installing them is a fairly painless procedure, as follows: Run Delphi, select File - Open from the main menu, change the file type to 'Delphi packages (*.dpk)',.
- Oct 29, 2015. To install or uninstall your own components, or components from a third-party vendor. If you are installing a new package, copy or move the package files to a local directory. Choose Component > Install Packages from the IDE menu, or choose Project > Options and click the Packages tab.
i've downloaded the RealTimeMarquee component for embarcadereo delphi 2010 which comes as a two files
Nov 22, 2011. 1.1.1 Default installation; 1.1.2 Automated Installation Process (recommended); 1.1.3 Binary packages; 1.1.4 Installation for Turbo Delphi; 1.1.5. In the IDE, open and compile package Jcl.dpk (or Jcl.bpk for C++Builder) located in a subdirectory of the 'packages' directory matching your version of the IDE.
After viewing product detail pages, look here to find an easy way to navigate back to pages you are interested in. Spons electrical estimating pdf Please enter your email address and we will send you an email with details on how to reset your password. Spons electrical estimating pdf download. NOW IN STOCK FOR NEXT-DAY DELIVERY ISBN: 128 Publication Status: Active © 2017 All rights reserved, Professional Bookshops Limited - www. Something hopes you'll especially enjoy: FBA items are spons electrical estimating pdf for and for Amazon Prime just as if they were Amazon items. Dstimating Price Books are available on subscription to ensure you.
RealTimeMarquee.pas
SimpleHTML.pas
But when i tried to open the file using delphi to compile it, i can't see the green button ( compile / build ) activated.
My question: How to install this component.
thankyou
menjarazDelphi 7 Install Dpk
Rafik Bari2 Answers
My question: How to install this component.
To install follow the steps below (same steps as Remy Lebeau-answer )
Step #1 .make a new package -
Step #2 . Select New package
Step #3 .
Add the source files RealTimeMarquee.pas,SimpleHTML.pas
Step #4 .
Step #5 .A)Compile
and then install
Step #6 .On successful installation you will get this message.
Step #7 .You can save the .dpk
file also
Step #8 .Use the component from Tool Palatte
You cannot compile the files by themselves. You have to add them to a project first. If you want to install them into the IDE's component palette (assuming one or both of them implements a Register()
function), you have to create a new 'Package' project, add the files to that project, then you can Compile the project and Install the package.