home *** CD-ROM | disk | FTP | other *** search
/ Troubleshooting Netware Systems / CSTRIAL0196.BIN / attach / msj / v10n04 / olecont.exe / README.TXT < prev    next >
Text File  |  1995-04-01  |  947b  |  24 lines

  1.  
  2.  
  3.  
  4. Notes about building CONTAIN.EXE:
  5.  
  6.  
  7. You need Visual C++ 2.0 with Microsoft Foundation Classes Version 3.0,
  8. or newer, to build this project.  The project uses the Unicode MFC
  9. libraries, so you msut have those installed, as well.  Further, the
  10. project uses header files from the OLE Control Developers' Kit; you'll
  11. need to make sure you have the 32-bit version of the kit installed.
  12.  
  13. The application shows how to write an MFC program which can contain OLE
  14. Controls.  While the application is a functional OLE Control container,
  15. it doesn't support the robust user interface which the CDK's own 
  16. Container has.  Instead of posting information about events in a list
  17. box, for example, the application simply emits TRACE() messages to
  18. reflect information about the message box.
  19.  
  20. Since the program's only communication with the world is through such
  21. debug messages, the CONTAIN.MAK project only supports a debug build
  22. target.
  23.  
  24.