VS 2005 Pro, Interop a Delphi 5 COM object and I can't see the methods of the object. I used a VB6 object and I was able to see all of the methods. How do I make the Delphi 5 COM methods show up?
I am trying to set up a template .cpp and .h file for generating new classes from dialog resources. We have a standard implementation of dialogs -- they are all singletons, and use the memento pattern. I have set up my .cpp and .h files with the appropriate keywords to be