home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / tools / ProgrammersFE / UPGRADE.TXT < prev    next >
Text File  |  1999-01-31  |  5KB  |  111 lines

  1.     ===================================================================== 
  2.            UPGRADING TO PFE32 1.01 FROM PFE32 0.06.002 OR EARLIER
  3.     =====================================================================
  4.  
  5. IF YOU'VE BEEN USING VERSION 0.06.002 OR EARLIER OF THE 32-BIT EDITION OF PFE,
  6.     YOU SHOULD READ THIS FILE CAREFULLY BEFORE YOU BEGIN TO USE 1.01
  7.  
  8. THIS FILE DOES NOT AFFECT YOU:
  9.     - IF YOU'VE NOT USED PFE BEFORE
  10.     - IF YOU'RE USING THE 16-BIT EDITION
  11.     - IF YOU'VE BEEN USING PFE32 0.07.001, 0.07.002 or 1.00.000
  12.  
  13. ------------------------------------------------------------------------------
  14.  
  15. =================================================
  16. USE OF THE WINDOWS REGISTRY IN THE 32-BIT EDITION
  17. =================================================
  18.  
  19. The 32-Bit Edition now stores all configuration information in the registry,
  20. private to each logged-on user of the workstation. Some facilities available
  21. previously for using multiple ini files have been removed, but roughly
  22. equivalent feature have been added.
  23.  
  24. Configuration data is now held in the registry under the key
  25.  
  26.               HKEY_CURRENT_USER\Software\AP\PFE
  27.  
  28. You can have multiple configuration sets, equivalent to multiple ini files, for
  29. each user. Each set has a name of up to 32 characters, containing alphanumerics,
  30. spaces, underscore, hyphens or dots; case is retained but is not significant.
  31.  
  32. One configuration set is marked as the "default startup set", and PFE will use
  33. this by default unless you include the new command line option "/r" to specify
  34. a set. The default startup set will be called "DefaultConfiguration" unless you
  35. say otherwise, so that
  36.  
  37.                pfe32
  38.  
  39. starts PFE with "DefaultConfiguration" and
  40.  
  41.                pfe32 /r "Edit Sources"
  42.  
  43. starts it with "Edit Sources". Note the use of quotes around a configuration
  44. name that contains spaces.
  45.  
  46. A new utility INI2REG converts old ini files into registry configuration sets
  47. for you; you'll need to run this before you start to convert your old ini file.
  48. The use of this utility is described below.
  49.  
  50. The Options Preferences command now has a "Configuration Sets" panel to manage
  51. configurations. You can create empty sets, delete sets, and copy the contents
  52. of existing sets to new ones.
  53.  
  54. The "/r" option also affects the DDE interface that PFE offers to other
  55. applications and to other instances of itself. Normally, the DDE service name
  56. that is created will be "PFE32"; but using "/r" causes this to change to be
  57. "PFE32" followed by the name of the registry configuration set.
  58.  
  59. The effect of this is to enable you to run single instances of PFE and keep the
  60. use of configuration sets consistent between them. For example, you might have
  61. shortcuts that start PFE with configuration sets "Set A" and "Set B"; by
  62. default you will run only one instance using each set.
  63.  
  64. You can, of course, use the "/m" option to force multiple instances to run as
  65. before
  66.  
  67. The Options Preferences "Configuration Sets" panel also allows you to export
  68. data from a configuration set into a file, and to import from these files into
  69. existing configuration sets. This allows portability of configurations between
  70. users and between 32-Bit systems; the files are compatible across all hardware
  71. platforms. There is no provision to move configration data between 16-Bit and
  72. 32-Bit systems.
  73.  
  74.  
  75.  
  76. ============================================
  77. CONVERTING PFE32.INI TO THE WINDOWS REGISTRY
  78. ============================================
  79.  
  80. Conversion of your standard PFE32.INI file (or any other PFE initialisation
  81. file that you have for the 32-Bit Edition) into the registry is a very simple
  82. operation.
  83.  
  84. 1. From Windows Explorer, start the utility program INI2REG.EXE that performs
  85.    the conversion for you. You must not have an instance of PFE running at this
  86.    point or the utility will not start.
  87.  
  88. 2. You'll see an introductory panel with some descriptive text; click
  89.    on "Continue" once you've read this.
  90.  
  91. 3. Now you'll see the main conversion dialog that does the work. At the top
  92.    you'll see the name of the initialisation file to be converted; by default
  93.    this is the standard file that you've been using with your earlier release
  94.    of PFE. You can click on "Browse for file" to locate a different one if
  95.    you wish.
  96.  
  97. 4. Next, select the name of the registry configuration set that the
  98.    initialisation file is to be converted into. By default, the edit control
  99.    will show the name of the standard set "DefaultConfiguration", and you're
  100.    recommended to convert your main (or only) initialisation file into this
  101.    set.
  102.  
  103. 5. Finally, click on "Convert File" to copy the data into the Windows Registry
  104.  
  105. You'll now be able to start version 1.01 of PFE, and your previous
  106. configuration will be there for you.
  107.  
  108. Once you've performed the conversion, you need not retain your old
  109. initialisation files on your disk.
  110.  
  111.