How to import DicomObjects in BDS 2006
From DicomObjectsWiki
This is a general question about how to import an ActiveX (NOT just DicomObjects) control in Borland Developer Studio 2006.
There are 2 possible approaches:
Contents |
Import Yourself
You can find the answer in Borland Support Centre about [http://support.borland.com/kbshow.php?q=27911
How to import an ActiveX control in BDS 2006?]
In case there is any problem linking to the above page, below is the full copy of the instructions:
- Open BDS 2006 and select File | New | Package - C++Builder.
- Select Component | Import Component, select the appropriate kind of component, then hit Next.
- Click the Add button and select your .ocx, .dll, .tlb, and so forth, file. Highlight the component in the list of controls and hit Next.
- Set the Palette Page (this is where the component will appear in the tool palette) and pay attention to the Unit Dir Name field. The Unit Dir Name is the directory where your component's .cpp, .h, and other files will be generated. Hit Next.
- Select "Add unit to PackageName.bdsproj project" and hit Finish.
- Bring up the Project Manager and right-click on the package (the .bpl file) and click Install. This will build, register, and install the component into the tool palette.
Some additional notes follow. These are not vital to the control importation process but will help explain what happens...
In step 5, if you don't want the component to be installed into the tool palette, then select "Create unit" instead. The generated files will go into the directory specified by Unit Dir Name, which is C:\Program Files\Borland\BDS\4.0\Imports by default, and can still be used in your code.
Be sure to save your package project. The .bdsproj file is your package's project file, and the .bpl file is the compiled package.
Use a Pre-prepared Package
File for this are avilable on the Medical Connection web site:
http://www.medicalconnections.co.uk/download/DicomObjects43.bpl http://www.medicalconnections.co.uk/download/DicomObjects43.dcp essay writing help
After downloading these files, Click Component -> Install Packages -> Add -> (select Dicomobjects43.bpl). DicomObjects should appear on the ActiveX palette.
Please feel free to edit this page with any further information you find useful or necessary!
