TLBINFO32 on VISTA with MSVBVM60.DLL

  • Thread starter Thread starter qualitychecker
  • Start date Start date
Q

qualitychecker

Hello

On XP, I used TLBINFO32.DLL V1.1.81.69 (18/06/1998) with VB6.0 home
made software

It worked perfectly to scan the MSVBVM60.DLL V6.0.97.82 (02/2004 1354
ko), and also MSVBVM60.DLL\3

Now on VISTA, it cannot open the MSVBVM.DLL V6.0.97.97 (02/11/2006
1345 ko) with is shipped with VISTA

It can open other DLL fine.

TLBINFO32.DLL is said to be "tested but *not* shipping on Vista"

So who is wrong : TLBINFO32 or MSVBDM.DLL v6.0.97.97 ?

Thanks for your help
 
Hello

On XP, I used TLBINFO32.DLL V1.1.81.69 (18/06/1998) with VB6.0 home
made software

It worked perfectly to scan the MSVBVM60.DLL V6.0.97.82 (02/2004 1354
ko), and also MSVBVM60.DLL\3

Now on VISTA, it cannot open the MSVBVM.DLL V6.0.97.97 (02/11/2006
1345 ko) with is shipped with VISTA

It can open other DLL fine.

TLBINFO32.DLL is said to be "tested but *not* shipping on Vista"

So who is wrong : TLBINFO32 or MSVBDM.DLL v6.0.97.97 ?

hello QC,

Are you sure MSVBDM.dll (unique to vista) is an ActiveX dll? Does it have
an entry point to DLLRegisterServer? Can you find it in the
TypeLib hive of the Windows Registry?

If its not as above then tlbinf32.dll can't open it.

Also you don't have to use such an old version of tlbinf32.dll - grab the
version from VS6 sp4, also from 2004.
 
Back
Top