Issue while changing input from .dll to .tlb in VC++ code

  • Thread starter Thread starter Sree.Krish
  • Start date Start date
S

Sree.Krish

Guest
Hi

I am facing issue in my VC++ code which was taking VB6 dll( COM ) as input. Now for customer needs I had to change to tlb input. I believe I have done all basic changes correctly. Like when we switch from DLL to the new TLB, we should remove all underscores since the TLB has no dependency with VB6 and other interface related things. Still I am getting lots of errors. I am not a COM expert.

Do I need to do anything extra when switching from .dll to .tlb as input? Do I need to change VC++ code when I was using VB6 dll to .tlb?. I am using #import to get the interface and wrappers into VC++.

Thanks

Sreehari

Continue reading...
 
Back
Top