home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / componen / interact / demo / data.1 / README.TXT < prev    next >
Encoding:
Text File  |  1996-05-22  |  4.7 KB  |  159 lines

  1.  
  2. ************************************
  3. *                                  *
  4. *  ProtoView InterAct version 1.5  *
  5. *                                  *
  6. ************************************
  7.  
  8. June 1, 1996
  9.  
  10. Thank you for obtaining ProtoView InterAct. Read this file 
  11. carefully as it will explain how to correctly use this 
  12. product.
  13.  
  14. For a list of the latest updates to the documentation
  15. and this product, be sure to read the file CHANGES.LOG.
  16.  
  17.  
  18. ************************************
  19. *                                  *
  20. *  ProtoView Demo Products         *
  21. *                                  *
  22. ************************************
  23.  
  24. ProtoView offers demo versions of InterAct components as 
  25. DLLs and ActiveXs.  If you have downloaded such a demo, 
  26. be aware that the demo version is a complete product 
  27. licensed only for testing purposes.  You cannot 
  28. redistribute the demo version of InterAct with any product 
  29. you develop.  The demonstration version cannot be 
  30. substituted as a replacement for an actual developer 
  31. license for InterAct.  You must purchase a full license 
  32. from ProtoView Development Corp. to use InterAct in such 
  33. a manner.
  34.  
  35.  
  36. *********************************
  37. *                               *
  38. *  Registering Controls         *
  39. *                               *
  40. *********************************
  41.  
  42. If you purchased the ActiveX (OLE) version of InterAct, 
  43. the ProtoView install will not register the 16-bit ActiveX 
  44. controls.  You must perform this step manually.  In the 
  45. directory where you installed your InterAct will be an 
  46. executable redistributed from Microsoft. REGSVR.EXE will 
  47. register a 16-bit ActiveX control.  The exact command is 
  48. below:
  49.  
  50. REGSVR <filename>.OCX
  51.  
  52. The tool REGSVR32.EXE can be used to register a 32-bit 
  53. ActiveX control, though normally the ProtoView install 
  54. will perform this step for you.  If you experience any 
  55. problems registering your ProtoView ActiveX control, first 
  56. try unregistering and reregistering the control, as shown 
  57. below.  The command-line option /U is available to both 
  58. REGSVR and REGSVR32.
  59.  
  60. REGSVR /U <filename>.OCX
  61. REGSVR <filename>.OCX
  62.  
  63. If you continue to have problems registering your 
  64. ProtoView ActiveX control, you may need to update some or 
  65. all the shared files in your Windows SYSTEM directory.  
  66. Read the section in this README "The Shared Components."
  67.  
  68.  
  69. *********************************
  70. *                               *
  71. *  The Shared Components        *
  72. *                               *
  73. *********************************
  74.  
  75. ProtoView ActiveX controls require many shared DLLs from 
  76. Microsoft to be present on the machine using the ActiveX 
  77. controls.  In some cases you may have to update these 
  78. files in the Windows SYSTEM  directory.
  79.  
  80. If you experience problems registering or running the 
  81. ActiveX controls, or the setup program warned you that it 
  82. could not locate one or more shared components, you may 
  83. want to copy some or all of the shared files from 
  84. SHARED.ZIP to your Windows SYSTEM directory.  SHARED.ZIP 
  85. can be freely downloaded from the ProtoView BBS, 
  86. CompuServe forum, or our Internet FTP site.
  87.  
  88. The complete list of shared files included in SHARED.ZIP 
  89. is below.  Use caution when updating the Windows SYSTEM 
  90. directory to make sure you do not overwrite DLLs with 
  91. older versions.  Doing so may inadvertently cripple other 
  92. applications or your system.
  93.  
  94.  
  95. Files needed for 32-bit ActiveX
  96.  
  97. MFC40.DLL
  98. MSVCRT40.DLL
  99. OLEPRO32.DLL
  100.  
  101. Files needed for 16-bit ActiveX
  102.  
  103. COMPOBJ.DLL
  104. OC25.DLL
  105. OLE2.DLL
  106. OLE2.REG
  107. OLE2CONV.DLL
  108. OLE2DISP.DLL
  109. OLE2NLS.DLL
  110. OLE2PROX.DLL
  111. STDOLE.TLB
  112. STORAGE.DLL
  113. TYPELIB.DLL
  114. SCP.DLL
  115.  
  116.  
  117. *********************************
  118. *                               *
  119. *  Owners of Older ActiveX      *
  120. *                               *
  121. *********************************
  122.  
  123. If you own any previous version of ProtoView products you 
  124. must make sure to reinstall them in your development 
  125. environment.  For Visual Basic, this means only 
  126. reregistering the control.  For VC++, you must reregister 
  127. and reinsert the control into your project through the 
  128. Component Gallery.  For Delphi you must delete the control 
  129. from the Install Components and reinsert the control.
  130.  
  131.  
  132. **********************************
  133. *                                *
  134. *  How to Contact ProtoView      *
  135. *                                *
  136. **********************************
  137.  
  138. ProtoView Development Corp.
  139. 2540 Route 130
  140. Cranbury, New Jersey, 08512
  141.  
  142.  
  143. Phone:  (609) 655-5000
  144. Fax:    (609) 655-5353
  145.  
  146. Internet: http://www.protoview.com
  147.           info@protoview.com
  148.  
  149. CompuServe: Go ProtoView
  150.             75300,3510
  151.  
  152.  
  153.  
  154. Thank you,
  155.  
  156. ProtoView Development Corp.
  157. Technical Support Team
  158.  
  159.