F
Frank Rizzo
I am using a .net library from VB6.
So I do
regasm mylib.dll /tlb:mylib.tlb
to make it available to COM clients. As I understand, the command
actually generates a new .TLB file everytime you run the command.
So when I do REGASM, what actually gets registered: the DLL or the TLB?
In addition, when I deploy my VB6 app, I would copy mylib.dll and
mylib.tlb to the target PC. Would I need to run the REGASM command
again or can I simply register the existing .TLB file? If I can just
register the .TLB file, how can I do so? REGSVR32 does not seem to work
with the .TLB file.
Thanks
Frank
So I do
regasm mylib.dll /tlb:mylib.tlb
to make it available to COM clients. As I understand, the command
actually generates a new .TLB file everytime you run the command.
So when I do REGASM, what actually gets registered: the DLL or the TLB?
In addition, when I deploy my VB6 app, I would copy mylib.dll and
mylib.tlb to the target PC. Would I need to run the REGASM command
again or can I simply register the existing .TLB file? If I can just
register the .TLB file, how can I do so? REGSVR32 does not seem to work
with the .TLB file.
Thanks
Frank