I'm trying to invoke a ActiveX dll on my computer using a Visual C++ Win32 Console app. When attempting to Add a Reference (via Project Properties) only a Project tab is display. How do I add view other tabs (e.g. COM)?
I'm probably missing something very basic here.
Update:
Sorry my question is so vague. Essentially, I have an service which talks through DCOM on my computer. Unfortunately the return types are not ideal so I'm attempting to make a wrapper DLL in order to handle this. I was planning on accessing the service from my DLL by Adding a Reference to my C++ DLL Project in VS2008 but apparently this cannot be done unless I have the Type Library Importer (http://support.microsoft.com/kb/310674) which is found in the Windows SDK. I'm going to write a wrapper in VB instead.