1 | The following are instructions for installing the current test version of the Delphi 2006 RPC Broker BDK: XWB1_1P50. Many of these steps will be done automatically by Perforce after all of this has been proven to be correct on a couple of developer systems.
|
---|
2 |
|
---|
3 | 1. In Delphi2006, select the menu Component|Install Packages. Use REMOVE button to remove:
|
---|
4 |
|
---|
5 | - CPRS Custom Controls
|
---|
6 | - CPRS Date components
|
---|
7 | - VistA RPC Broker
|
---|
8 |
|
---|
9 | 2. Close Delphi and do the following:
|
---|
10 |
|
---|
11 | - Delete MAIN\BDK47 directory
|
---|
12 | - Create MAIN\BDK50 directory
|
---|
13 | - Delete old "MAIN\programfiles-vista-bdk32-*" directories
|
---|
14 | - Copy the XWB1_1P50T1.zip file to the MAIN\BDK50 directory
|
---|
15 |
|
---|
16 | 3. Open the XWB1_1P50T1.zip file in the MAIN\BDK50 directory, and extract or copy the entire folder BDK32P50 to c:\program files\vista, at the same level as the existing BDK32 folder.
|
---|
17 |
|
---|
18 | 4. From the c:\program files\vista\BDK32P50\bin directory, copy the following Delphi 2006 Broker packages to the MAIN\PACKAGES directory:
|
---|
19 |
|
---|
20 | XWB_D2006.DCP
|
---|
21 | XWB_D2006.BPL
|
---|
22 | XWB_R2006.DCP
|
---|
23 | XWB_R2006.BPL
|
---|
24 |
|
---|
25 | 5. Delete the following Delphi 2006 Broker packages from the MAIN\PACKAGES directory:
|
---|
26 |
|
---|
27 | XWB_D10.DCP
|
---|
28 | XWB_D10.BPL
|
---|
29 | XWB_R10.DCP
|
---|
30 | XWB_R10.BPL
|
---|
31 |
|
---|
32 | 6. Copy the following updated CPRS packages from the "To Packages.ZIP" to the MAIN\PACKAGES directory:
|
---|
33 |
|
---|
34 | ORCtrlLib2006.BPL/.DCP/.MAP
|
---|
35 | ORDateLib2006.BPL/.DCP/.MAP
|
---|
36 | Borland2006.BPL/.DCP/.MAP
|
---|
37 |
|
---|
38 | 7. Copy the following updated files from the "To CPRS-LIB.ZIP" to the MAIN\CPRS-Lib directory:
|
---|
39 |
|
---|
40 | all other ORCtrlLib2006.*
|
---|
41 | all other ORDateLib2006.*
|
---|
42 |
|
---|
43 | 8. Open Delphi 2006 and select the menu Tools|Options, then Environment Options|Delphi Options|Library-Win32.
|
---|
44 |
|
---|
45 | 9. In the Library Path click on the ellipsis (...) at the right end and insure that all paths to other instances of the Broker package are removed (or inactivated by adding _x to the end of them), then add:
|
---|
46 | C:Program Files\Vista\BDK32P50\D2006
|
---|
47 | C:Program Files\Vista\BDK32P50\Source
|
---|
48 |
|
---|
49 | 10. In Browsing Path click on the ellipsis (...) at the right end and insure that all paths to other instances of the Broker are removed (or inactivated by adding _x to the end of them), then add C:Program Files\Vista\BDK32P50\Source.
|
---|
50 |
|
---|
51 | 11. Once the new Library Paths have been entered, select the menu Component|Install Packages. Add, in this order, from the MAIN\PACKAGES directory:
|
---|
52 |
|
---|
53 | - XWB_D2006.bpl
|
---|
54 | - Borland2006.bpl
|
---|
55 | - VAShared2006.bpl
|
---|
56 | - ORCtrlLib2006.bpl
|
---|
57 | - ORDateLib2006.bpl
|
---|
58 | - VA508Access2006.bpl
|
---|
59 | - VA2006.bpl
|
---|
60 |
|
---|
61 | 12. Shutdown Delphi then restart Delphi.
|
---|
62 |
|
---|
63 | 13. The Delphi 2006 RPCBroker is now installed and ready for use. Test your installation as follows:
|
---|
64 |
|
---|
65 | - Open the CPRSChart project.
|
---|
66 | - Open file fNoteBD.pas. The form should correctly display the CPRS date components without any error occurring.
|
---|
67 | - Build the project. Only the usual hints and warnings should appear, and no errors.
|
---|