1 |
|
---|
2 | The following are instructions for installing the current test version of the Delphi 2006 RPC Broker BDK: XWB1_1P50.
|
---|
3 |
|
---|
4 | 1. In Delphi2006, select the menu Component|Install Packages. Use REMOVE button to remove:
|
---|
5 |
|
---|
6 | - Components downloaded from Borland's Web Page
|
---|
7 | - CPRS Custom Controls
|
---|
8 | - CPRS Date/Time Dialogs
|
---|
9 | - VA Section 508 Accessibility
|
---|
10 | - VA Shared Units (no components)
|
---|
11 | - VistA RPC Broker
|
---|
12 |
|
---|
13 | 2. Close Delphi and synch to the MAIN branch. The following will occur:
|
---|
14 |
|
---|
15 | - MAIN\BDK47 directory will be deleted.
|
---|
16 | - MAIN\BDK50 directory will be added.
|
---|
17 | - The following Delphi 2006 Broker packages will be added to the MAIN\PACKAGES directory:
|
---|
18 |
|
---|
19 | XWB_D2006.DCP
|
---|
20 | XWB_D2006.BPL
|
---|
21 | XWB_R2006.DCP
|
---|
22 | XWB_R2006.BPL
|
---|
23 |
|
---|
24 | - The following Delphi 10 (2006) Broker packages will be removed from the MAIN\PACKAGES directory:
|
---|
25 |
|
---|
26 | XWB_D10.DCP
|
---|
27 | XWB_D10.BPL
|
---|
28 | XWB_R10.DCP
|
---|
29 | XWB_R10.BPL
|
---|
30 |
|
---|
31 | - The following CPRS packages will be updated in the MAIN\PACKAGES and MAIN\CPRS-Lib directories:
|
---|
32 |
|
---|
33 | Borland2006.*
|
---|
34 | ORCtrlLib2006.*
|
---|
35 | ORDateLib2006.*
|
---|
36 |
|
---|
37 | 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.
|
---|
38 |
|
---|
39 | 4. Open Delphi 2006 and select the menu Tools|Options, then Environment Options|Delphi Options|Library-Win32.
|
---|
40 |
|
---|
41 | 5. 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:
|
---|
42 | C:Program Files\Vista\BDK32P50\D2006
|
---|
43 | C:Program Files\Vista\BDK32P50\Source
|
---|
44 |
|
---|
45 | 6. 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.
|
---|
46 |
|
---|
47 | 7. Once the new Library Paths have been entered, select the menu Component|Install Packages. Add, in this order, from the MAIN\PACKAGES directory:
|
---|
48 |
|
---|
49 | - XWB_D2006.bpl
|
---|
50 | - Borland2006.bpl
|
---|
51 | - VAShared2006.bpl
|
---|
52 | - ORCtrlLib2006.bpl
|
---|
53 | - ORDateLib2006.bpl
|
---|
54 | - VA508Access2006.bpl
|
---|
55 |
|
---|
56 | 8. The Delphi 2006 RPCBroker is now installed and ready for use. Test your installation as follows:
|
---|
57 |
|
---|
58 | - Open the CPRSChart project.
|
---|
59 | - Open file fNoteBD.pas. The form should correctly display the CPRS date components without any error occurring.
|
---|
60 | - Build the project. Only the usual hints and warnings should appear, and no errors.
|
---|
61 |
|
---|
62 |
|
---|
63 |
|
---|
64 |
|
---|
65 |
|
---|