home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / readme.txt < prev   
Text File  |  1997-03-18  |  2KB  |  45 lines

  1. COM Sample Directory Tree
  2.  
  3. The COM directory contains several sample COM applications.
  4.  
  5. Directory   Description
  6.  
  7. COMMON      Common code used by all the OLE samples.
  8. INCLUDE     Common include files used by all the OLE samples.
  9. WINHLPRS    Library of Windows helper functions used by MFRACT and DFVIEW.
  10.  
  11. BROWSE      OLE Automation controller that controls the BROWSEH inproc server.
  12. BROWSEH     OLE Automation server that browses a type library.
  13. BTTNCUR     Genertates BTTNCUR.DLL and BTTNCUR.LIB.
  14. CMALLSPY    Sample IMallocSpy implementation.
  15. COM         OLE tutorial samples.
  16. DEFO2V      Source code for the OLE2VIEW default object viewer DLL.
  17. DFVIEW      Docfile viewer.
  18. DISPCALC    OLE Automation sample program.
  19. DISPDEMO    Sample OLE Automation controller.
  20. DSPCALC2    OLE Automation sample program.
  21. GIZMOBAR    Generates GIZMOBAR.DLL and GIZMOBAR.LIB.
  22. HELLO       OLE automation server that implements a dual interface.
  23. LINES       OLE Automation implementing collections and subobjects.
  24. MFRACT      Custom interface sample.
  25. OLEAPT      OLE Apartment model threading sample.
  26. OLESTD      Generates OLESTD.LIB.
  27. OUTLINE     Series illustrating converting a Windows application to OLE.
  28. SIMPCNTR    Simple OLE container sample.
  29. SIMPDND     Simple drag and drop sample.
  30. SIMPSVR     Simple OLE server sample.
  31. SPOLY       OLE Automation sample polygon drawing program.
  32. SPOLY2      OLE Automation sample polygon drawing program.
  33. TIBROWSE    OLE Automation sample type library browser.
  34.  
  35. Additional directories are created by these samples:
  36.  
  37. LIB         Will contain library files generated during the build.
  38. BIN         Will contain many of the target .EXE and .DLL files.
  39.  
  40. More details on each of these samples can be found in the readme.txt
  41. files found in these directories.
  42.  
  43. To build all of these samples, use the following command
  44.  
  45.     nmake -a