Alexander Schuc
crazy-weasel
Hi.
Assembly Registration Tool (Regasm.exe)
Calling a .NET Component from a COM Component
Exposing .NET Components to COM (codeproject ging grad nicht bei mir, konnte also keinen Blick drauf werfen..)
Kannst ja auch mal das Zeug hier durchlesen, evt. steht da was hilfreiches für dich drinnen.
MfG,
Alex
Assembly Registration Tool (Regasm.exe)
The Assembly Registration tool reads the metadata within an assembly and adds the necessary entries to the registry, which allows COM clients to create .NET Framework classes transparently. Once a class is registered, any COM client can use it as though the class were a COM class. The class is registered only once, when the assembly is installed. Instances of classes within the assembly cannot be created from COM until they are actually registered.
Calling a .NET Component from a COM Component
Exposing .NET Components to COM (codeproject ging grad nicht bei mir, konnte also keinen Blick drauf werfen..)
Kannst ja auch mal das Zeug hier durchlesen, evt. steht da was hilfreiches für dich drinnen.
MfG,
Alex