InterviewSolution
Saved Bookmarks
| 1. |
How Do I Register My Code For Use By Classic Com Clients? |
|
Answer» USE the regasm.exe utility to generate a type LIBRARY (if NEEDED) and the NECESSARY entries in the Windows Registry to make a class available to classic COM clients. Once a class is registered in the Windows Registry with regasm.exe, a COM client can use the class as THOUGH it were a COM class. Use the regasm.exe utility to generate a type library (if needed) and the necessary entries in the Windows Registry to make a class available to classic COM clients. Once a class is registered in the Windows Registry with regasm.exe, a COM client can use the class as though it were a COM class. |
|