home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / cursor / readme.txt < prev   
Encoding:
Text File  |  1994-03-18  |  2.2 KB  |  29 lines

  1.  /*************************************************************************\
  2. |                                                                           |
  3. |  Some notes     : After I switched from Borland C++ to Microsoft VC++,    |
  4. |                     these cursor fuctions gave me a hard time.  Whenever  |
  5. |                     I used the _settextcursor function cursor would just  |
  6. |                     go to the beginning of the line.  That made me        |
  7. |                     furious and it took a while for me to figure that out.|
  8. |                     Cursor functions gave me a lot of problems.  I don't  |
  9. |                     know if I was doing something wrong or there was a    |
  10. |                     bug in the compiler, but I wrote these functions and  |
  11. |                     they work great for me.  Use them free of charge and  |
  12. |                     tell me whether you like them or not.  Also, please   |
  13. |                     tell me if there are any bugs or if you would like    |
  14. |                     some other improvements.  You can distribute the LHA  |
  15. |                     file as long as there are no modifications to the     |
  16. |                     original files and as long as no charge is requested. |
  17. |                     Enjoy :-)                                             |
  18. |                                                                           |
  19. |  Reminder       : This software is given "as is" without any warranties   |
  20. |                     or garanties.  Because of the various hardware and    |
  21. |                     software environments into which this program may be  |
  22. |                     put, no warranty of fitness for a particular purpose  |
  23. |                     is offered.  Any program should be thoroughly tested  |
  24. |                     with non-critical data before relying on it.  The     |
  25. |                     user have to assume the entire risk of using the      |
  26. |                     software.  I am not responsible for any damage that   |
  27. |                     this software may cause.  You've been warned.         |
  28. |                                                                           |
  29.  \*************************************************************************/