T
Tony Johansson
Hi!
This question is just for understanding. I have found this example in Code
project.
I have a COM component and a .NET class library.
The COM will call the .NET type library that is sitting in between the COM
and the .NET library and the type library will call the .NET library. This
type library is sort of encapulating the .NET library
The .NET library has as the extension as all know the famous DLL and the
type library has extension TLB.
I have noticed that the .NET library must be registered in the registry.
But what about the type library that is sort of a COM thingy does this need
to be registered in the registry ?
//Tony
This question is just for understanding. I have found this example in Code
project.
I have a COM component and a .NET class library.
The COM will call the .NET type library that is sitting in between the COM
and the .NET library and the type library will call the .NET library. This
type library is sort of encapulating the .NET library
The .NET library has as the extension as all know the famous DLL and the
type library has extension TLB.
I have noticed that the .NET library must be registered in the registry.
But what about the type library that is sort of a COM thingy does this need
to be registered in the registry ?
//Tony