home *** CD-ROM | disk | FTP | other *** search
- There are 7 projects in chapter 3.
-
- 1. lst31
- ------------------
- This directory contains the complete source code for lst31.dll, an
- in-proc server.
-
- Steps to register lst31.dll:
- lst31\lst31.reg needs to be changed to reflect the full path where
- lst31.dll locates.
-
- For instance, if lst31.dll locates under c:\activex\ch3\lst31\debug\lst31.dll, the value
- of InProcServer32 key should be changed as:
-
- HKEY_CLASSES_ROOT\CLSID\{4F126D90-1319-11d0-A6AC-00AA00602553}\InprocServer32
- = c:\activex\ch3\lst31\debug\lst31.dll
-
-
- 2. lst311
- --------------------
- This directory contains the complete source code for lst311.dll, a
- new version of lst31.dll, with one new interface added.
-
- Steps to register lst311.dll:
- lst311\lst31.reg needs to be changed to reflect the full path where lst311.dll
- locates.
-
- For instance: if lst31.dll locates under c:\activex\ch3\lst311\debug\lst311.dll, the value
- of InProcServer32 key should be changed as:
-
- HKEY_CLASSES_ROOT\CLSID\{4F126D90-1319-11d0-A6AC-00AA00602553}\InprocServer32
- = c:\activex\ch3\lst311\debug\lst311.dll
-
-
- 3.lst31use
- --------------------
- This directory contains the complete source code for lst31use.exe, a COM
- client application using lst31.dll or lst311.dll.
-
- Please register lst31.dll or lst311.dll before running lst31use.exe.
-
-
- 4. lst32
- --------------------
- This directory contains the complete source code for lst32.exe, an out-proc
- COM server.
-
- Steps to register lst32.exe:
- 1. goto lst32\proxy directory
- 2. regsvr32 lower.dll
- 3. goto lst32\debug directory
- 4. lst32 /regserver
-
-
- 5. lst32use
- --------------------
- This directory contains the complete source code for lst32use.exe,
- a COM client application using lst32.exe.
-
- Before using lst32use.exe, please make sure that lst32.exe is registered.
-
-
- 6.lst33
- --------------------
- This directory contains the complete source code for lst33.dll, an
- in-proc server, implemented using Active Template Library. Before using this
- project, Active Template Library needs to be installed on top of Visual C++.
-
- Steps to register lst33.dll:
- regsvr32 lst33\debug\lst33.dll
-
-
- 7.lst33use
- --------------------
- This directory contains the complete source code for lst33use.exe. A COM client
- application that uses lst33.dll
-
- Before running lst33use.exe, make sure that lst33.dll is registered.