Building a COM Object
Hello,
I would like to build a COM object starting with Visa VXIPNP object that used the Wrapper Wizard to create a DOTNET object. From the wrapper wizard I get a dotnet dll and now I want to use that dll to create a COM object that I can use with VB6. I think I can use regasm.exe to register the dll to to get the type library and then this registers the COM object. Do I also need to build a class that defines the interface to make this work.
thanks