home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / WPS / TEXTFLDR / README next >
Text File  |  1995-06-05  |  1KB  |  48 lines

  1.  
  2. TEXTFLDR - The Text Only Folder Sample
  3.  
  4. DESCRIPTION:
  5.  
  6.   The TEXTFLDR sample allows only Plain Text objects to be placed in the
  7.   folder.  Objects that are not Plain Text are rejected.  Objects are 
  8.   considered to be Plain Text if the Associated Type in the Settings is 
  9.   set to Plain Text.  If no type is set, the folder checks the first
  10.   500 bytes.  If any characters are control- or extended- ASCII
  11.   characters, the object is rejected.
  12.  
  13.  
  14. SAMPLE LOCATION:
  15.  
  16.  Inside the WPS Sample Programs inside the main VisualAge C++ for OS/2
  17.  folder on your OS/2 desktop.
  18.  
  19.  Note: This sample is not provided in project form.
  20.  
  21. SOURCE FILE LOCATION:
  22.  
  23.  X:\ibmcpp\samples\toolkit\wps\textfldr
  24.  
  25.  where X: is the drive on which you installed the samples and 
  26.  document component of VisualAge C++ for OS/2.
  27.  
  28.  
  29. HOW TO RUN THE SAMPLE:
  30.  
  31. -From your OS/2 desktop:
  32.  Double-click on the sample's icon.
  33.  
  34. -From an OS/2 command prompt:
  35.  
  36.  To start the sample program, type the name of the executable 
  37.  file and press Enter.  If you have edited source code of a sample 
  38.  program and want to recompile, link, and run the files, use the 
  39.  NMAKE tool. Your output is the executable file.  For information 
  40.  about the NMAKE utility, see the OS/2 Tools Reference.
  41.  
  42.  
  43. SOFTWARE/HARDWARE PREREQUISITES:
  44.  
  45. - IBM VisualAge C++
  46. - OS/2 Warp
  47. - IBM or compatible 386 and up.
  48.