home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dho.zip / DHO / SAMPLES / README.TXT < prev    next >
Text File  |  1995-09-04  |  1KB  |  45 lines

  1. DHO Sample Programs
  2. =====================================================================
  3.    There are 3 makefiles included with the sample applications:
  4.  
  5. makefile.icc   -->  for IBM's C-Set+ Compiler
  6. makefile.gcc   -->  for the GCC/2 Compiler
  7. makefile.emx  -->  for the EMX libraries GCC compiler
  8.  
  9.    to target a particular compiler, pass the -f <makefile> option
  10. to the compiler.
  11.  
  12. For example: -- to build for IBM's C-Set, type:
  13.  
  14. nmake -f makefile.icc
  15.  
  16. To make a single example, execute:
  17.  
  18. make -f <makefile> <sample>.exe
  19.  
  20. For Example, to build the LBOXTEXT demo for the EMX libraries, type:
  21.  
  22. make -f makefile.emx lboxtest.exe
  23.  
  24. =====================================================================
  25. Program Descriptions:
  26.  
  27. SIMPLE -- a simple application using a non-modal dialog as the main window
  28.  
  29. LBOXTEST -- a demo of the list box classes
  30.  
  31. THREADEX -- a thread example
  32.  
  33. WINTEST  -- the first DHO test program (justs makes a plain window)
  34.  
  35. CONTTEST  -- Container class demo
  36.  
  37. VSETTEST and
  38. VEST2      -- Value set class demos
  39.  
  40. NBKTEST    -- Notebook class demos
  41.  
  42. PRGTEST    -- Progress Meter demos
  43.  
  44.  
  45.