home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / asci20b1.zip / ascii2.doc < prev    next >
Text File  |  1998-06-30  |  5KB  |  114 lines

  1. ASCII Table 2.0
  2. Copyright 1998 by D.J. van Enckevort
  3.  
  4. Table of Contents
  5. 1. Introduction
  6. 2. Disclaimer
  7. 3. Installation
  8. 4. Requirements
  9. 5. Distribution
  10. 6. Using the source-code
  11. 7. Contact Information
  12. 8. Bugs
  13. 9. History
  14. 10. Advertisement
  15.  
  16. 1. Introduction
  17. I wrote this application with a Windows application in my mind which let you
  18. pick a character and copy it to the clipboard. Well, this is, sort of a port
  19. of that program to OS/2. It also was a good lesson in OS/2 programming for me,
  20. because I had to find out how to resize a dialog box with its contents and how
  21. to use the font dialog etc.
  22. I hope you like my three day project and that it will help starting programmers
  23. to learn OS/2 PM programming.
  24. This program is freeware and uncrippled (maybe only a bit limited in its use),
  25. you can use it without any need to register it or pay for it.
  26. Version 2.0 has a few enhancements requested by users.
  27.  
  28. 2. Disclaimer
  29. This program is freeware, and you use it on your own risk, you can in no case
  30. hold me responsible for any damage done to you, your computer or your relations
  31. even if I was aware of the problem that caused the damage.
  32.  
  33. 3. Installation
  34. Installation of this program is straight forward, just copy all the files to a
  35. directory on your harddisk and make an program object for the file ascii.exe.
  36. If you don't know how to do that I will refer you to the OS/2 tutorial and
  37. online documentation.
  38.  
  39. 4. Requirements
  40. As far as I know this program should run on any version of OS/2 from 2.0 and
  41. above. However I did not test it on any other computer than my own OS/2 Warp
  42. 4.0 machine, so nothing is guaranteed.
  43.  
  44. 5. Distribution
  45. The distribution of this program is in one zip compressed file, preferably
  46. called ascii11.zip. It consists of the following files:
  47. * ascii.doc This documentation
  48. * ascii.exe The program
  49. * ascii.c The source-code
  50. * ascii.h The header file
  51. * ascii.rc The resource file
  52. * ascii.ico The icon (Okay I stole it from the OS/2 Warp 4.0 Font palette)
  53. * ascii.def The definition file
  54. * makefile The makefile for VisualAge C++ 3.0
  55. * makefile.$mm An extra file for VisualAge C++ 3.0
  56. * makefile.dep The dependency file
  57. * ascii.hobbes Template for hobbes
  58. * ascii.walnutcreek Template for ftp.cdrom.com
  59. Some of these files could be left out, because VA can create them again, but I
  60. include them for people with other compilers, it just might be of use to convert
  61. the makefile to your compiler.
  62.  
  63. 6. Using the source-code
  64. You can use the source-code of this program freely, however I would very much
  65. appreciate it if you could append this notice to any program you write which
  66. incorporate some or all of this code: "Portions of this program are copied from
  67. ASCII Table, a freeware program written by D.J. van Enckevort. Copyright on
  68. those portions remains the property of D.J. van Enckevort"
  69. Also would I very much appreciate it if you give me a notice if this program is
  70. to any use for you.
  71.  
  72. 7. Contact Information
  73. If you have questions you can ask them by email, you should send your message
  74. to enckevor@dds.nl and give me at least the following information:
  75. * Your name and e-mail address
  76. * Name of the program (ASCII Table)
  77. * Version of the program (2.0)
  78. * Your question (that's what it is all about)
  79. * (preferably) Where did you find the program
  80. * (preferably) OS/2 version number and fixpack level
  81. If I need more information I will probably ask you.
  82. Also you can look on my homepage for (possible) information. The URL is:
  83. http://huizen.dds.nl/~enckevor
  84.  
  85. 8. Bugs
  86. At the moment I am not aware of any bugs, if you find one, fix it! Or if you
  87. happen not to be a programmer, you can mail a description of your problem to
  88. me and I will see what I can do. Nothing is guaranteed, but hey, this is free.
  89.  
  90. 9. History
  91. June 27, 1998 Started programming of version 2.0
  92. * Extend usebility of the MLE by adding Open/Save/Save as functions.
  93. * Improved clipboard functions
  94. * Reduced used real estate
  95. * Added alt-code information to titlebar
  96. * Replaced buttons by menu to save real estate
  97. * Added accellerators
  98. April 17, 1998 Version 1.1
  99. * Now saves position & size and last used font
  100. * Corrected some typos in documentation
  101. March 19, 1998
  102. * Statically linked ibmcom30.lib, so cppom30.dll (included with VA C++) isn't
  103.   needed anymore.
  104. March 16, 1998 1.0 release
  105. March 14, 1998
  106. * Birth of this program
  107.  
  108. 10. Advertisement
  109. Here is some (sneaky) advertisement. I am writing a program called Sound
  110. Scheme Manager, with which you can manage your OS/2 Warp 4.0 sound schems. You
  111. can create new schemes, rename, change or copy schemes and import or export
  112. them. As a bonus this program will give OS/2 Warp 3.0 (and 2.1?) sound schemes
  113. too!
  114.