-
Hi!
I recently installed a program written in VB. The program replaced the file STDOLE32.TLB. some other programs I use require another version of this file (the version that was in the computer before I installed this VB program). How can I replace this file with the older version (which I had on a backup tape)? Is it neccesary to register TLB files when you replace them like you do with DLL files? The "regsvr32" command doesn't do TLB files. Is there some other command that can be used?
Any help greatly appreciated.
-
you need to use regtilib to register these.
-
Hi & thanks for the reply!
But what is "regtilib"? Where can I find it and how do I use it?
Thanks!
-
use it in the same way as regsvr it's just that it recognises .TLB files.
Sorry I put an extra 'i' in it should be regtlib and it's in the winnt directory
-
Hi again!
My system is running Windows 2000 Server. This file (regtlib) seems to exist only in NT 4 (I cheched and found it there). You wouldn't happen to know if this program exists in some form in W2000?
Greetings!
-
I'm pretty sure you can find REGTLIB somewhere on the Visual Studio cds