home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap16 / readme.txt
Encoding:
Text File  |  1995-10-07  |  1.2 KB  |  30 lines

  1. Chapter 16:
  2.  
  3. The OLEView application in the OLEVIEW folder is a simple demonstration 
  4. using the OLE container control.  It is intended for either the 16 or 32 
  5. bit version of VB.
  6.  
  7. The projects in dlgRun1 through dlgRun4 were designed with a 32-bit 
  8. platform in mind.  The compiled versions of these projects (rbRun.dll 
  9. from dlgRun3, and RunAddIn.dll from dlgRun4) are 32 bit OLE server DLL's 
  10. compiled in VB4.  They can probably be recompiled 16 bit OLE server 
  11. EXE's but this has not been tested and there are, as they say, no 
  12. guarantees etc.
  13.  
  14. See the readme files in the dlgRun3 and dlgRun4 subdirectories for 
  15. information on registering and using these dll's.
  16.  
  17. Special Note concering chapter 16 projects:
  18. -------------------------------------------
  19. Please note that the dlgrun3 project must be compiled
  20. and registered within the Windows 95 or Windows NT 
  21. environment before the fourth project, dlgrun4 will run.
  22.  
  23. To register the class library created in dlgrun3, you must
  24. run the \tools\pss\regsvr32.exe path\runclass.dll application, which is included with 
  25. Visual Basic.
  26.  
  27. For example, you would enter:
  28. \vb\tools\pss\regsvr32.exe c:\vbu\source\chap16\dlgrun3\runclass.dll
  29.  
  30.