home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / tlktbeta / samples / textfldr / readme < prev    next >
Encoding:
Text File  |  1993-07-20  |  1.7 KB  |  37 lines

  1.  
  2.                          WORKPLACE SHELL SAMPLE README
  3.                          -----------------------------
  4.  
  5. This sample application is a beta version of a sample to be released
  6. with the OS/2 Toolkit.  The TextFolder sample only allows Plain Text 
  7. objects to be put in it. Objects that aren't Plain Text are rejected. 
  8. Objects are considered to be Plain Text if the Associated Type in the 
  9. Settings is set to Plain Text. If no type is set the folder checks the
  10. first 500 bytes. If any characters are control or extended ASCII 
  11. characters, the object is rejected. 
  12.  
  13. This Workplace Shell sample can be used by installing it using the
  14. INSTALL.CMD file located in this subdirectory.  This installation
  15. procedure copies the required DLLs and executable files to the
  16. appropriate TKBETA subdirectories.  The procedure assumes that your
  17. CONFIG.SYS file has already been modified so that the WPS classes can
  18. be found.  For example,
  19.  
  20.         TKBETA\OS2BIN  should be in PATH
  21.         TKBETA\DLL     should be in LIBPATH
  22.         TKBETA\OS2HELP should be in HELP
  23.         TKBETA\OS2LIB  should be in LIB
  24.  
  25. INSTALL.CMD registers the class with the Workplace Shell.  Also, an
  26. instance of this object class is created on the desktop.
  27.  
  28. The OS/2 Toolkit Version 2.x is required to build the sample.
  29. A makefile (with the extension .MAK) is supplied with the sample.
  30. This file references the OS2H, the SC and the OS2LIB directories in
  31. the TKBETA directory structure.  In order to build the sample, either
  32. (1) the makefile must be modified to reference the OS2H, the SC and
  33. the OS2LIB files in the TOOLKT2x directory structure, or (2) the OS2H,
  34. the SC and the OS2LIB files must be copied to the TKBETA directory
  35. structure.
  36. 
  37.