home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / rpos2101.zip / OS2.TXT < prev    next >
Text File  |  1998-07-04  |  2KB  |  31 lines

  1. Tips for RPilot on OS/2 (RPilot/2)
  2. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  3.  
  4. [If you are viewing this with the OS/2 System Editor, you may want tot turn Word Wrap on]
  5.  
  6. As RPilot/2 is a 32 bit program, it requires OS/2 2.0 or better.  I don't think that this is a
  7. problem, since not many people seem to use the 1.x versions.  RPilot/2 has only been tested on
  8. Warp 3, but there shouldn't be problems with either 2.x or 4.
  9.  
  10. RPilot/2 was compiled with EMX .9c (gcc 2.7.2.1).  It is very likely that it will compile under
  11. other systems, such as Borland C++, or IBM's C/Set[++].
  12.  
  13. About the icon:
  14. RPilot/2 comes with a standard icon.  And It might not be a bad idea to replace said icon with a
  15. better one, because I have no artistic talent.  If anyone has a better icon, please send me a
  16. note!
  17.  
  18. If you want to be able to click on a PILOT program to run it, open up RPilot/2's settings page, and click on the "Association" tab.  Type "*.P" into the "New name" box, and click "Add>>".  Now, whenver you click on a file with a .P extension, RPilot will load and run it.
  19.  
  20. The "rstring.*" files contain two functions which are sometimes included
  21. in a compiler's standard library.  They are strupr() and strset().  Borland
  22. and MS C compilers have these two functions.  EMX has strupr(), but not strset().
  23. They aren't listed as part of the standard C library by either Borland or as such
  24. in the _Essential_Guide_to_ANSI_C_, so you may or may not have to link them in.
  25. Check your compiler's documentation if you're not sure.
  26.  
  27. Linux users: Please note that there is also a native Linux version of RPilot!
  28. DOS users: Please note that there is also a native DOS version of RPilot!
  29.  
  30.  
  31.