home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap03 / readme.txt
Encoding:
Text File  |  1996-10-10  |  2.3 KB  |  78 lines

  1. There are 7 projects in chapter 3.
  2.  
  3. 1. lst31
  4. ------------------
  5. This directory contains the complete source code for lst31.dll, an 
  6. in-proc server.
  7.  
  8. Steps to register lst31.dll:
  9.     lst31\lst31.reg needs to be changed to reflect the full path where 
  10.     lst31.dll locates.
  11.  
  12.     For instance, if lst31.dll locates under c:\activex\ch3\lst31\debug\lst31.dll, the value
  13.     of InProcServer32 key should be changed as:
  14.  
  15.     HKEY_CLASSES_ROOT\CLSID\{4F126D90-1319-11d0-A6AC-00AA00602553}\InprocServer32 
  16.     = c:\activex\ch3\lst31\debug\lst31.dll
  17.  
  18.  
  19. 2. lst311
  20. --------------------
  21. This directory contains the complete source code for lst311.dll, a
  22. new version of lst31.dll, with one new interface added.
  23.  
  24. Steps to register lst311.dll:
  25.     lst311\lst31.reg needs to be changed to reflect the full path where lst311.dll 
  26.     locates.
  27.  
  28.     For instance: if lst31.dll locates under c:\activex\ch3\lst311\debug\lst311.dll, the value
  29.     of InProcServer32 key should be changed as:
  30.  
  31.     HKEY_CLASSES_ROOT\CLSID\{4F126D90-1319-11d0-A6AC-00AA00602553}\InprocServer32 
  32.     = c:\activex\ch3\lst311\debug\lst311.dll
  33.  
  34.  
  35. 3.lst31use
  36. --------------------
  37. This directory contains the complete source code for lst31use.exe, a COM 
  38. client application using lst31.dll or lst311.dll.
  39.  
  40. Please register lst31.dll or lst311.dll before running lst31use.exe.
  41.  
  42.  
  43. 4. lst32
  44. --------------------
  45. This directory contains the complete source code for lst32.exe, an out-proc
  46. COM server.
  47.  
  48. Steps to register lst32.exe: 
  49.     1. goto lst32\proxy directory
  50.     2. regsvr32 lower.dll
  51.     3. goto lst32\debug directory
  52.     4. lst32 /regserver
  53.  
  54.  
  55. 5. lst32use
  56. --------------------
  57. This directory contains the complete source code for lst32use.exe, 
  58. a COM client application using lst32.exe.
  59.  
  60. Before using lst32use.exe, please make sure that  lst32.exe is registered.
  61.  
  62.  
  63. 6.lst33
  64. --------------------
  65. This directory contains the complete source code for lst33.dll, an
  66. in-proc server, implemented using Active Template Library. Before using this
  67. project, Active Template Library needs to be installed on top of Visual C++.
  68.  
  69. Steps to register  lst33.dll:
  70.     regsvr32 lst33\debug\lst33.dll
  71.  
  72.  
  73. 7.lst33use
  74. --------------------
  75. This directory contains the complete source code for lst33use.exe. A COM client
  76. application that uses lst33.dll
  77.  
  78. Before running lst33use.exe, make sure that  lst33.dll is registered.