source: cprs/trunk/BDK50/Manual installation of RPCBroker test patch 50 BDK.txt@ 1678

Last change on this file since 1678 was 1678, checked in by healthsevak, 9 years ago

Added this new version of Broker component libraries while updating the working copy to CPRS version 28

File size: 3.0 KB
Line 
1The 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
31. 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
92. 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
163. 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
184. 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
255. 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
326. 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
387. 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
438. Open Delphi 2006 and select the menu Tools|Options, then Environment Options|Delphi Options|Library-Win32.
44
459. 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
4910. 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
5111. 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
6112. Shutdown Delphi then restart Delphi.
62
6313. 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.
Note: See TracBrowser for help on using the repository browser.