home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / program / nparse32.zip / Readme1.txt < prev    next >
Text File  |  1996-07-01  |  3KB  |  84 lines

  1. NPReadme.txt Created 3/12/96.
  2.              Updated 3/21/96.     
  3.              Updated 6/28/96
  4.  
  5. This is the readme file for NParse32. It contains information that 
  6. is not in the manual, and includes hints and tips, workarounds, etc.
  7.  
  8. Entire contents Copyright (c) 1996 by Nanoware, Inc.  All rights
  9. reserved.  All trade names referenced herein are property of their
  10. respective companies.
  11.  
  12. The download version has a license file that allows a developer
  13. to use NParse32 for development purposes (in the development 
  14. environment).  When the application is finally made into an EXE 
  15. and run, a dialog box will appear that states that the control 
  16. is not registered.  Then, whenever a parsed field is returned, 
  17. the returned value will always be an error string that states that
  18. the control is unregistered (this doesn't happen in the development
  19. environment). The intent is to allow developers 
  20. to use this control free of charge during development (to ensure 
  21. that it meets their requirements) and then, before releasing 
  22. a product to ensure that we get paid.  Nanoware, Inc. 
  23. believes that this method of distribution provides the 
  24. fairest method of letting developers use its products, yet 
  25. still get paid when a developer sees value in the product.  
  26.  
  27. Upon registering the control, Nanoware, Inc. will ship you 
  28. diskettes with the most current version, a License file that
  29. will allow distribution (that doesn't display the unregistered 
  30. dialog box) as well as a printed manual. Once installed, all you will
  31. need to do is open your project and make a new EXE.  This will remove
  32. the dialog box and the error string from the EXE.
  33.  
  34.  
  35. Registration is only $29.95 + $5.95 s&h and 
  36. applicable tax. Please use the order form included in the
  37. zip file.  Payment may be made by check, credit card and 
  38. Compuserve members may order online through SWREG.  See the
  39. order form (order.txt) for more information.  Currently, we 
  40. are only accepting orders from within the United States of America.
  41.  
  42.  
  43. ------------------------------------------------------------
  44. Misc Information
  45. ----------------
  46.  
  47. ------------------------------------------------------------
  48. Q. How to add tab characters to delimiter string.
  49. A. You may add a tab character by appending Chr$(9)
  50.    to the Delim string.
  51. ------------------------------------------------------------
  52.  
  53.  
  54.  
  55. The following is a list of changes for using the downloaded version.
  56. ----------------
  57.  
  58.  
  59. Installation procedure for the downloaded version:
  60.  
  61. 1.  Create a temporary directory.
  62. 2.  Unzip the NParse32.zip file into the temp directory.
  63. 3.  Run the setup.exe program.  Follow onscreen directions.
  64. 4.  Review the readme file for any late-breaking changes.
  65.  
  66.  
  67. Distribution of downloaded version:
  68.  
  69. Do not ship the downloaded version with your application,
  70. as it must be purchased and you must create an EXE with the correct
  71. license file before you may ship product.
  72. You may however distribute the downloaded version 
  73. of the control to developers for them to evaluate it for
  74. use in their products.
  75.  
  76.  
  77.  
  78. The software license is modified as follows:
  79.  
  80. Section 2 is not applicable since you are not to ship the downloaded 
  81. version of the control with any application.
  82.  
  83.  
  84. ------------------------------------------------------------------