Does anyone know of a tool for reporting differences between two versions of the same typelib?
-
We product two COM components that our customers use. We are currently using a tool based loosly on the old NDoc tool to find differences between versions (yes its odd to use NDoc on type libraries, but it used to do a lot more). I am looking to replace that tool with one designed to report differences between two releases of a TypeLib. Does anyone have any suggestions?
Tanks for your support
Pat O
Blog_ _ _
/*\== /*\== /*\==
<ooo> <ooo> <ooo> -
We product two COM components that our customers use. We are currently using a tool based loosly on the old NDoc tool to find differences between versions (yes its odd to use NDoc on type libraries, but it used to do a lot more). I am looking to replace that tool with one designed to report differences between two releases of a TypeLib. Does anyone have any suggestions?
Tanks for your support
Pat O
Blog_ _ _
/*\== /*\== /*\==
<ooo> <ooo> <ooo>I use
OleView.exe
that comes along with Visual Studio to view type libraries and check for differences.«_Superman_»
-
I use
OleView.exe
that comes along with Visual Studio to view type libraries and check for differences.«_Superman_»
-
Thanks, I was hoping for more of an automated solution.
Tanks for your support
Pat O
Blog_ _ _
/*\== /*\== /*\==
<ooo> <ooo> <ooo>You could write a simple program to do that. Use the
ITypeLib
andITypeInfo
interfaces.«_Superman_» I love work. It gives me something to do between weekends.
-
You could write a simple program to do that. Use the
ITypeLib
andITypeInfo
interfaces.«_Superman_» I love work. It gives me something to do between weekends.