home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vp11demo.zip / vpinst.hlp (.txt) < prev   
OS/2 Help File  |  1996-10-08  |  23KB  |  541 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Virtual Pascal for OS/2 - Evaluation Licence ΓòÉΓòÉΓòÉ
  3.  
  4. Virtual Pascal for OS/2 v1.10 (Evaluation Licence)
  5.  
  6. Welcome to the installation program for VP/2, the best and most powerful Pascal 
  7. development environment available for OS/2. 
  8.  
  9. Using this installation program, you can Install Virtual Pascal for OS/2 (Eval) 
  10. on your hard disk, or you can add components to an already installed copy of 
  11. VP/2 (Eval). 
  12.  
  13. If the VP/2 icons on the desktop have been deleted, you can also re-create 
  14. those icons. 
  15.  
  16. Please select the Install button to install, the Recreate Icons button to 
  17. re-establish the icons, or press the Cancel button to exit this installation 
  18. program. 
  19.  
  20.  
  21. ΓòÉΓòÉΓòÉ 1.1. VP/2 - Install ΓòÉΓòÉΓòÉ
  22.  
  23. Press the Install button to start a new installation of Virtual Pascal for 
  24. OS/2. 
  25.  
  26. You should select this option, if 
  27.  
  28.      you have not already installed VP/2 on your system 
  29.  
  30.      you want to add options to an existing installation 
  31.  
  32.      you want to update your VP/2 desktop icons 
  33.  
  34.  
  35. ΓòÉΓòÉΓòÉ 1.2. VP/2 - Recreate Icons ΓòÉΓòÉΓòÉ
  36.  
  37. Pressing this button will make the installation program re-create the desktop 
  38. icons for all previously installed components of VP/2 that have at some point 
  39. had icons installed for them. 
  40.  
  41. The list of installed items is loaded from the VP2.INI file, located in the 
  42. directory pointed to by the VPBASE environment variable.  If this environment 
  43. variable is not found in CONFIG.SYS or VP2.INI is not found, this option is 
  44. disabled. 
  45.  
  46.  
  47. ΓòÉΓòÉΓòÉ 1.3. VP/2 - Cancel ΓòÉΓòÉΓòÉ
  48.  
  49. If you press the Cancel button, the installation program will terminate. 
  50.  
  51.  
  52. ΓòÉΓòÉΓòÉ 2. VP/2 - Main Selections ΓòÉΓòÉΓòÉ
  53.  
  54. Virtual Pascal for OS/2 v1.10 (Evaluation Licence)
  55.  
  56. In this dialog, you can enter your choice of components to install to a hard 
  57. disk or network drive. 
  58.  
  59. Disk Space 
  60.  
  61. In the bottom right of the dialog, the total disk space required for the 
  62. currently selected components is displayed.  Just above that, a list of all 
  63. drive letters to which VP/2 can be installed is displayed together with the 
  64. currently available free space. 
  65.  
  66. Note:  Your choice in selecting components is limited in this evaluation 
  67.        version of the software.  The full version allows you to fully customize 
  68.        the installation to your needs. 
  69.  
  70. You can also instruct the installation procedure to automatically change 
  71. CONFIG.SYS and to create VP/2 Desktop Icons in a VP/2 folder on the desktop for 
  72. easy access to the VP/2 programs, documentation and examples. 
  73.  
  74. When you have finished making your selection, press the Install button to start 
  75. the installation, or Cancel to return to the initial installation dialog 
  76. without installing VP/2. 
  77.  
  78.  
  79. ΓòÉΓòÉΓòÉ 2.1. VP/2 Base Installation ΓòÉΓòÉΓòÉ
  80.  
  81. The VP/2 Base Installation option should always be included when you first 
  82. install VP/2.  The base installation contains all components required to get a 
  83. working VP/2 working environment, and no other components are required. 
  84.  
  85. In the Evaluation Licence, the VP/2 Base package consists of the following: 
  86.  
  87.      The VP/2 compiler, VPCOMP11.DLL 
  88.      The VP/2 IDE, VPIDE11.DLL 
  89.      The PM IDE, VPPM.EXE 
  90.      VP/2 utilities: IMPLIB.EXE, LIB.EXE, HG.EXE and TPH2VPH.EXE. 
  91.      The VP/2 command-line compiler, VPC.EXE 
  92.      A set of VP/2 icons 
  93.      The OS/2 library files OS2.LIB with source 
  94.      DLL version of the Run-Time Library, VP11DEMO.DLL. 
  95.      The interface section of all units included in the Demo DLL. 
  96.  
  97.  
  98. ΓòÉΓòÉΓòÉ 2.2. VP/2 RTL Source ΓòÉΓòÉΓòÉ
  99.  
  100. Note:  The RTL source code is not included in the Evaluation Licence. 
  101.  
  102. Installing this component is very much recommended.  The VP/2 Run-Time Library 
  103. source code is written in Virtual Pascal, and implements a lot of 
  104. functionality.  If you install the source code, you can browse through it, and 
  105. even change the way system functions work. 
  106.  
  107. If you do not install the RTL source code, it is still available on the VP/2 
  108. CD-ROM, and can be found in the \RUNIMAGE\SOURCE\RTL directory. 
  109.  
  110.  Unit name           Description 
  111.  Crt.Pas             Routines useful for text-mode applications 
  112.  Dos.Pas             Routines for disk I/O, date and time and manipulation of 
  113.                      the environment 
  114.  WinCrt              Equivalent to CRT, useable for PM applications 
  115.  WinDos              Equivalent to DOS, for PM applications 
  116.  Strings             String-manipulation routines for pChars 
  117.  Printer             A very simple interface to text-mode printing 
  118.  PMObj               A simple framework for PM applications 
  119.  VPUtils             A collection of utility functions easing the use of many 
  120.                      OS/2 API functions 
  121.  
  122.  Source code is supplied for the following OS/2 interface units: 
  123.  
  124.  Os2Def              Commonly used type definitions 
  125.  Os2Base             Basic OS/2 API functions for disk I/O as well as Keyboard, 
  126.                      Mouse and Text-mode screen handling 
  127.  Os2PmApi            The entire OS/2 PM API in one file.  All Presentation 
  128.                      Manager functions, Spooler functions, Graphical frawing 
  129.                      routines, Help functions, Standard dialogs and AVIO 
  130.                      functions are covered 
  131.  Os2Rexx             The API functions necessary for using and extending REXX 
  132.                      with Virtual Pascal 
  133.  Os2MM               All Multi-media extensions for OS/2.  Video, sound, Audio 
  134.                      CD and Mixing are all to be found here 
  135.  ExeHdr              Type definitions covering the different executable file 
  136.                      formats used in OS/2 
  137.  
  138.  The following units adopted from Borland Delphi are supplied with the 
  139.  interface section of the source code only: 
  140.  
  141.  SysUtils            Routines complementing the basic run-time library.  This 
  142.                      unit must be used by all programs using try..except or 
  143.                      try..finally constructs 
  144.  Math                Advanced highly optimised mathematical library 
  145.  Classes             All base classes used by the Visual Component library, 
  146.                      including collections, streams, string lists, components 
  147.                      etc. 
  148.  TypInfo             Unit used internally by VP to provide run-time type 
  149.                      information 
  150.  
  151.  Please note, that source code can be installed for these units, if the Delphi 
  152.  VCL source code is available.  Click here for more information. 
  153.  
  154.  
  155. ΓòÉΓòÉΓòÉ 2.3. VP/2 Online Help ΓòÉΓòÉΓòÉ
  156.  
  157. The online help of VP/2 consists of a number of .VPH files which can be used 
  158. from the VP/2 Integrated Development Environment to get immediate 
  159. context-sensitive help. 
  160.  
  161. The entire OS/2 API is covered, and the online help is an invaluable help when 
  162. programming for OS/2. 
  163.  
  164. Since the help takes up a great deal of disk space, you can leave the files on 
  165. the CD-ROM by pressing the Options button and select CD-ROM. You will still be 
  166. able to use the help-files from within the IDE, provided the VP/2 CD-ROM is in 
  167. the drive. 
  168.  
  169.  
  170. ΓòÉΓòÉΓòÉ 2.4. VP/2 Online Documentation ΓòÉΓòÉΓòÉ
  171.  
  172. The Online Documentation consists of OS/2 .INF files describing the entire OS/2 
  173. API. 
  174.  
  175. Since the files takes up a great deal of disk space, you can leave the files on 
  176. the CD-ROM by pressing the Options button and select CD-ROM. 
  177.  
  178. If you check the VP/2 Desktop Icons, the OS/2 API references will be accessible 
  179. from the VP/2 Documentation folder, even if you leave them on the CD-ROM and do 
  180. not copy the files to the hard disk. 
  181.  
  182.  
  183. ΓòÉΓòÉΓòÉ 2.5. VP/2 Example Programs ΓòÉΓòÉΓòÉ
  184.  
  185. VP/2 comes with a large number of example programs, designed to illustrate 
  186. different aspects of OS/2 programming in Virtual Pascal. 
  187.  
  188. All examples are included as executables, so you can experience the power of 
  189. programs written in VP/2, even without having installed the compiler! 
  190.  
  191. In addition, all examples that are not part of a 3rd Party Toolkit are provided 
  192. with full source code for you to learn from. 
  193.  
  194. Since installing the examples takes up a great deal of disk space, you can 
  195. leave them on the CD-ROM by pressing the Options button and select CD-ROM. 
  196.  
  197. If you check the VP/2 Desktop Icons, a VP/2 example folder will be created, 
  198. containing references to all examples.  If you do not copy the examples to the 
  199. hard disk but leave them on the CD-ROM, the objects will be set to point to the 
  200. CD-ROM and the examples will of course only be available when the VP/2 CD is in 
  201. the drive. 
  202.  
  203.  
  204. ΓòÉΓòÉΓòÉ 2.6. VP/2 Users' Contributions ΓòÉΓòÉΓòÉ
  205.  
  206. A number of users have contributed to this release of VP/2 by supplying example 
  207. programs and source code, demonstrating different aspects of real-life 
  208. programming in VP/2. 
  209.  
  210. The Users' Contributions contain a game written using DIVE, an audio CD player, 
  211. an archive converter, a Squish interface, an interface to dBASE3 database 
  212. files, and more. 
  213.  
  214.  
  215. ΓòÉΓòÉΓòÉ 2.7. VP/2 3rd Party Toolkits ΓòÉΓòÉΓòÉ
  216.  
  217. Virtual Pascal for OS/2 supports a number of 3rd party Pascal-based toolkits. 
  218. If you do not want support for any toolkits, you can disable this option 
  219. entirely. 
  220.  
  221. To select the toolkits you want, click the Select button to the right of the 
  222. checkbox. 
  223.  
  224. In the Evaluation Licence of VP/2, only the MathPak and TTT toolkits are 
  225. supplied and supported. 
  226.  
  227.  
  228. ΓòÉΓòÉΓòÉ 2.8. VP/2 - Update CONFIG.SYS ΓòÉΓòÉΓòÉ
  229.  
  230. In order for VP/2 to run, your OS/2 environment needs to be updated. 
  231. Specifically, the LIBPATH statement in CONFIG.SYS should be changed to include 
  232. a reference to the BIN directory created by VP/2, as should the PATH 
  233. environment variable. 
  234.  
  235. Select this option to have this installation program do the change for you 
  236. automatically. 
  237.  
  238. After CONFIG.SYS has been changed, and VP/2 has finished installing, you need 
  239. to reboot OS/2 to let the changes take effect. 
  240.  
  241. Note:  The routine for changing CONFIG.SYS does not make any changes, if the 
  242. appropriate paths are up to date already.  No harm will come from running the 
  243. installation program multiple times, even if this option is enabled. 
  244.  
  245.  
  246. ΓòÉΓòÉΓòÉ 2.9. VP/2 - Desktop Icons ΓòÉΓòÉΓòÉ
  247.  
  248. By checking this option, this installation program can create a VP/2 folder on 
  249. your OS/2 desktop, from which you can access most of the goodies coming with 
  250. VP/2. 
  251.  
  252. In the Evaluation Licence, the following icons are created: 
  253.  
  254.      Virtual Pascal for OS/2 v1.10 
  255.       This is the base folder, inside of which which every other icon will be 
  256.       created. 
  257.  
  258.         -  VP/PM IDE icon.  Simply click this icon to start the VP/2 PM IDE. 
  259.         -  VP/2 Documentation Folder 
  260.              -- VP/2 Licence Agreement 
  261.              -- VP/2 Frequently Asked Questions 
  262.              -- MATHPAK87 documentation 
  263.              -- Last minute update - things that did not make it for the 
  264.                 manuals 
  265.  
  266.            Note:  The following icons are only created, if the Example Programs 
  267.            option is checked. 
  268.         -  VP/2 Examples Folder 
  269.              -- Virtual Pascal for OS/2 Examples 
  270.              -- Turbo Vision Examples 
  271.              -- MATHPAK87 examples 
  272.              -- The Art of OS/2 Warp Programming Examples 
  273.              -- Object Professional Examples 
  274.              -- B-Tree Filer Examples 
  275.              -- ASync Professional Examples 
  276.  
  277.  
  278. ΓòÉΓòÉΓòÉ 2.10. VP/2 - Install ΓòÉΓòÉΓòÉ
  279.  
  280. When you have selected the options you wish to install and set up the paths for 
  281. any toolkits requiring source code, click this button to start the installation 
  282. process. 
  283.  
  284. Before the installation starts, the installation program attempts to determine 
  285. if there is enough free disk space on the disk on which you want to install. 
  286. If there is not, a warning message is displayed, and you are urged to select 
  287. another destination drive or delete some files. 
  288.  
  289. As installation progresses, a progress-meter shows how much is left to do. 
  290. Installation usually takes only a few minutes. 
  291.  
  292. During installation, you can press the Pause button to pause installation, and 
  293. resume installation with Resume. 
  294.  
  295. If you press the Cancel button, the installation process will stop. Any files 
  296. unpacked or copied will not be deleted. 
  297.  
  298.  
  299. ΓòÉΓòÉΓòÉ 2.11. VP/2 - Cancel Install ΓòÉΓòÉΓòÉ
  300.  
  301. Click this button if you wish to abort installation and return to the welcome 
  302. screen.  Selections you have made in the Main Selections dialog are not lost. 
  303.  
  304.  
  305. ΓòÉΓòÉΓòÉ 2.12. VP/2 - Options ΓòÉΓòÉΓòÉ
  306.  
  307. A full installation of Virtual Pascal for OS/2 takes up a lot of hard disk 
  308. space.  As one possible alternative, you can leave one or more of the biggest 
  309. components on the VP/2 CD-ROM, and still be able to use it.  Doing so of course 
  310. requires that the VP/2 CD-ROM is in the CD drive. 
  311.  
  312. Even if you leave some components on the CD, you can always instruct this 
  313. installation program to install those component at a later time. 
  314.  
  315.  If you select the Install Desktop Icons option, Desktop objects will still be 
  316. made to components left on the CD-ROM. 
  317.  
  318.  
  319. ΓòÉΓòÉΓòÉ 2.13. VP/2 - Toolkits ΓòÉΓòÉΓòÉ
  320.  
  321. In this dialog, you should select which toolkits should be available for use 
  322. with VP/2 on your system. 
  323.  
  324. Since the toolkits are 3rd party toolkits sold commercially by companies other 
  325. than fPrint UK Ltd, we cannot provide full source code for the toolkits without 
  326. the consent of the copyright owner.  For you to be able to install support for 
  327. some of the toolkits, you must already own a licence for that toolkit.  Other 
  328. can be installed even if you do not already have a licence: 
  329.  
  330.  Toolkit     Description 
  331.  
  332.  Turbo Vision v2.0x - Borland Int. 
  333.              This toolkit is part of Borland Pascal v7 for DOS, and implements 
  334.              an object-oriented library of screen handling and various other 
  335.              routines. Support for this toolkit can be installed in the form of 
  336.              a DLL and of OBJ files that can be linked seamlessly into your 
  337.              program, even if you do not own a licence of Borland Pascal or 
  338.              Turbo Vision already. 
  339.              If you do have an installed version of TV on your system, this 
  340.              installation program can upgrade the source code for compatibility 
  341.              with VP/2. 
  342.  
  343.  Object Windows Library - Borland Int. 
  344.              This GUI library is part of Borland Pascal v7.00, 7.01 and the 
  345.              16-bit versions of Delphi.  It implements an object-oriented 
  346.              library of PM GUI routines that allow easy production of GUI 
  347.              applications for OS/2. Support for this toolkit can be installed 
  348.              in the form of a DLL and of OBJ files that can be linked 
  349.              seamlessly into your program, even if you do not own a licence of 
  350.              OWL already.  In any case, VP/2 will at least copy the interface 
  351.              sections of the OWL libraries to the SOURCE\OWL directory so you 
  352.              can see which functions are defined. 
  353.              If you do have an installed version of OWL on your system, this 
  354.              installation program can upgrade the source code for compatibility 
  355.              with VP/2.  Note, that this library was quite closely linked with 
  356.              Windows, and source code for existing OWL applications should 
  357.              potentially be changed substantially to work with VP/2. 
  358.              fPrint UK extends a special thanks to Christoph Bratschi of 
  359.              Switzerland for making this library available for Virtual Pascal 
  360.              for OS/2. 
  361.  
  362.  MATHPAK87/32 - NiTek Corp. 
  363.              This toolkit is a powerful subset of a fullblown mathemathics 
  364.              library, and is provided without source code.  It contains a large 
  365.              number of optimised math routines, optimised for both speed and 
  366.              size.  Full documentation of all functions is provided as well. 
  367.              To get the full version of MATHPAK87 including source code and 
  368.              with many more functions available, please contact Precision Plus 
  369.              Software. 
  370.  
  371.  TechnoJock's Turbo Toolkit - TJ Software 
  372.              This shareware toolkit is provided with full source code and 
  373.              documentation, ready for both Virtual Pascal for OS/2 and Borland 
  374.              Pascal for DOS. 
  375.              If you use this excellent toolkit (providing a host of routines 
  376.              for screen I/O, data entry, etc), please register the software - 
  377.              the registration form is included in the package. 
  378.  
  379.  Object Professional - TurboPower Software 
  380.               Object Professional is the most productive way to create 
  381.              flexible, full-featured text mode user interfaces.  It provides 
  382.              high-level window objects for validated data entry, text editing, 
  383.              file browsing, pick lists, directory lists, menu systems, 
  384.              context-sensitive help, CUA-style dialog boxes and others.  Also 
  385.              includes container classes for lists, hash tables, queues, 
  386.              bitsets, and more.  Menus and entry screens can be designed 
  387.              interactively and source code generated at the touch of a key. 
  388.              Installing support for this toolkit requires that v1.30 is already 
  389.              installed on the hard disk.  If you have an older version, or wish 
  390.              to purchase the toolkit whith a 20% discount, please contact 
  391.              TurboPower Software Co.. 
  392.  
  393.  B-Tree Filer - TurboPower Software 
  394.              B-Tree Filer is a compact, high-speed library for indexed file 
  395.              management. It supports 2 billion records and 100 indexes per 
  396.              database, variable length records, and precise control of network 
  397.              access and locking.  Filer is compatible with NetWare, OS/2 LAN 
  398.              Manager and all networks that support DOS locking calls.  Also 
  399.              includes functions for merge sorting, index generation, dBase 
  400.              import/export and more. 
  401.              Installing support for this toolkit requires that v5.51 is already 
  402.              installed on the hard disk.  If you have an older version, or wish 
  403.              to purchase the toolkit whith a 20% discount, please contact 
  404.              TurboPower Software Co.. 
  405.  
  406.  ASync Professional - TurboPower Software 
  407.               ASync professional is a powerful, easy to use serial 
  408.              communications library.  It uses a layered architecture that 
  409.              provides both OOP and traditional calling interfaces.  You get 
  410.              low-level port control, terminal emulation, file transfer 
  411.              protocols (XModem, YModem, ZMode, Kermit, CompuServe B+, and 
  412.              ASCII), modem control, ZIP data compression and more. 
  413.              Installing support for this toolkit requires that v2.02 is already 
  414.              installed on the hard disk.  If you have an older version, or wish 
  415.              to purchase the toolkit whith a 20% discount, please contact 
  416.              TurboPower Software Co.. 
  417.  
  418.  
  419. ΓòÉΓòÉΓòÉ 2.14. Source code could not be found ΓòÉΓòÉΓòÉ
  420.  
  421. This dialog is displayed if the source paths specified in the entry box for a 
  422. toolkit does not contain all files required to install source code support for 
  423. that toolkit. 
  424.  
  425. In case of the Turbo Vision toolkit, support will be installed without source 
  426. code. 
  427.  
  428. For the TurboPower toolkits, support cannot be installed if the source code is 
  429. not available. 
  430.  
  431. Below the error message, a list of all required files that could not be found 
  432. is displayed in a list box.  Please correct the error by entering the correct 
  433. path specification in the entry field next to the toolkit and retry.  The 
  434. toolkit cannot be installed until this check has been passed. 
  435.  
  436.  
  437. ΓòÉΓòÉΓòÉ 2.15. Path to VP/2 CD-ROM ΓòÉΓòÉΓòÉ
  438.  
  439. In this dialog, you should enter the path to the root directory of the CD-ROM 
  440. drive in which the original VP/2 CD-ROM resides. 
  441.  
  442. VP/2 will suggest the letter of the first CD-ROM installed in the system, but 
  443. will allow any path to be specified.  This allows you to copy the content of 
  444. the entire CD-ROM to the hard disk or a network drive and simply specify the 
  445. base directory of the location where the VP/2 files can be found. 
  446.  
  447. Once you have entered this path once, VP/2 will only display the dialog again, 
  448. if the VP/2 CD-ROM cannot be found at the specified location.  The information 
  449. entered is stored in the VP2.INI file in the VP/2 base directory. 
  450.  
  451.  
  452. ΓòÉΓòÉΓòÉ 2.16. fPrint UK Ltd ΓòÉΓòÉΓòÉ
  453.  
  454. fPrint UK Ltd is based in London, UK, and has been in the software business for 
  455. about 5 years. 
  456.  
  457. fPrint UK Ltd can be contacted on the following address: 
  458.  
  459.   fPrint UK Ltd
  460.   Cambridge House
  461.   100 Cambridge Grove
  462.   Hammersmith
  463.   London W6 0LE
  464.   United Kingdom
  465.  
  466.   e-mail:    vpascal@ibm.net
  467.   www:       http://www.fprint.co.uk/vpascal
  468.   ftp:       ftp.fprint.co.uk/fprint
  469.   Phone:     +44 (0)181 563 2359
  470.   Fax:       +44 (0)181 563 2361
  471.   BBS:       +44 (0)181 563 8624
  472.  
  473.  
  474. ΓòÉΓòÉΓòÉ 2.17. Precision Plus Software ΓòÉΓòÉΓòÉ
  475.  
  476. Presision Plus Software is based in Canada, where they develop and market their 
  477. own powerful MATHPAK 87 library.  They also distribute VP/2 in Canada and the 
  478. US. 
  479.  
  480. Precision Plus Software can be contacted on the following address: 
  481.  
  482.   Precision Plus Software
  483.   38 Longview CRT
  484.   London, ON N6K 4J1
  485.   Canada
  486.  
  487.   e-Mail:   70401.2606@compuserve.com
  488.   Phone:    (519) 657-0633
  489.   Fax:      (519) 657-0283
  490.  
  491.  
  492. ΓòÉΓòÉΓòÉ 2.18. TurboPower Software ΓòÉΓòÉΓòÉ
  493.  
  494. TurboPower Software develop and market a wide range of sophisticated toolkits 
  495. for both Pascal and C.  VP/2 supports the ones most widely used (Object 
  496. Professional, ASync Pro and B-Tree Filer), and support for more toolkits is 
  497. planned for later releases. 
  498.  
  499. Special Offer!  In the VP/2 box, you will find a Voucher that gives you a 
  500. special 20% discount on any VP/2 compatible toolkit bought directly from 
  501. TurboPower.  TurboPower software can be contacted on the following address: 
  502.  
  503.   TurboPower Software Co.
  504.   P.O. Box 49009
  505.   Colorado Springs, CO 80949-9009
  506.   USA
  507.  
  508.   www:       http://www.tpower.com/turbopower
  509.   ftp:       ftp://tpower.com/pub/turbopower
  510.   Phone:     (719) 260-9136
  511.   Fax:       (719) 260-7151
  512.   Toll-free: (800) 333-4160
  513.  
  514.  
  515. ΓòÉΓòÉΓòÉ 2.19. Source code upgrade failed ΓòÉΓòÉΓòÉ
  516.  
  517. This dialog is displayed if the source code being upgraded to VP/2 
  518. compatibility is not the original. 
  519.  
  520. The listbox displays a list of all files that were not succesfully updated. 
  521. Note, that the toolkit that failed the upgrade may still work. 
  522.  
  523. Please reinstall the original source code and repeat the installation procedure 
  524. to repeat the upgrade. 
  525.  
  526.  
  527. ΓòÉΓòÉΓòÉ 2.20. VP/2 RTL Source code ΓòÉΓòÉΓòÉ
  528.  
  529. The run-time library of Virtual Pascal for OS/2 is included with full source 
  530. code for all modules that are (C) fPrint UK Ltd. 
  531.  
  532. Three units: Classes, SysUtils and Math are derived from the Visual Component 
  533. Library of Borland Delphi, and are (C) Copyright Borland Int.  For these units, 
  534. only the interface sections are installed. 
  535.  
  536. If you do have a copy of the source code for the Delphi VCL installed on your 
  537. PC, the installation program can upgrade these units to VP/2 compatibility and 
  538. you will have full source code available for them. 
  539.  
  540. Specify the fully qualified path to the source code in the entry field - the 
  541. installation program takes care of the rest.