InterviewSolution
Saved Bookmarks
| 1. |
How Do You Generate An Rcw From A Com Object? |
|
Answer» Use the TYPE Library IMPORT utility shipped with SDK. tlbimp COM object.dll /out:.NETobject.dll or reference the COM library from VISUAL Studio in your PROJECT. Use the Type Library Import utility shipped with SDK. tlbimp COM object.dll /out:.NETobject.dll or reference the COM library from Visual Studio in your project. |
|