Questions tagged [regtlib]

For questions about the regtlib.exe executable file from Microsoft Corporation.

9 questions
39
votes
4 answers

How to register a legacy typelib (.tlb) on Windows 7?

I have a new PC running Windows 7 and Visual Studio 2010, and need to register a legacy typelib (.tlb) to interface with an existing legacy application. However, regtlib.exe does not seem to be part of Windows 7 (I don't think it was part of Vista…
Marc Friedman
  • 883
  • 1
  • 7
  • 12
36
votes
3 answers

What happened to regtlibv12?

I have a clean install of Windows 8 on a partition, with Visual Studio 11/2012 Professional installed and I cannot find regtlibv12.exe inside C:\Windows\Microsoft.NET\Framework\v4.0.30319. Below is a screenshot of my Windows 7 partition, with .Net…
JMK
  • 27,273
  • 52
  • 163
  • 280
13
votes
13 answers

Error accessing Project > References window?

In Visual Basic 6, when I attempt to access Project > References, it throws an error: Error accessing system registry I am: Logged in as the local computer administrator running Windows XP Professional and I can execute regedt32.exe and access…
phill
  • 13,434
  • 38
  • 105
  • 141
4
votes
3 answers

Windows 7 and the case of the missing regtlib

I've just discovered that regtlib.exe appears to be missing from Windows 7 (and apparently from Vista as well). I've just installed Windows 7 RC in a VM and I'm attempting to build our existing projects on the new OS. The projects are c/c++ based…
Lou
  • 1,483
  • 1
  • 17
  • 24
4
votes
4 answers

Register type library x64 regtlib

I'm running Windows 7 x64, and need to register a type library file (.tlb). I've done this previously (on a Vista x64 machine) but neglected to take notes as to how I achieved it... There is no regtlib.exe / regtlibv12.exe on the system. I have…
Bob
3
votes
3 answers

"Object library not registered" when try to open VB6 project

I am trying to open VB6 project and getting "Object library not registered" error. Machine is 64 bit. I tried below but it threw error saying "'regtlib' is not recognized as an internal or external command, operable program or batch file." cd…
magg
  • 119
  • 1
  • 3
  • 11
3
votes
2 answers

C4772 even when the type library is registered and present

I have a set of Visual C++ 9 COM component projects dependent on each other. ComponentA publishes its typelib into ComponentA.tlb. ComponentB imports ComponentA.tlb into ComponentB.idl and publishes ComponentB.tlb. Methods signatures in…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
0
votes
1 answer

regtlibv12.exe replacement in Visual Studio 2017

The product that I'm working on requires that a type library file (suffix .tlb) be registered for internal COM communication between components to work correctly. On production machines this registration is performed by the InstallShield setup. On…
herzbube
  • 13,158
  • 9
  • 45
  • 87
0
votes
1 answer

How do I use REGTLIB.EXE to unregister a type library

How do I use REGTLIB.EXE to unregister a type library? Is this even possible? When I type regtlib /? it displays no information at all.
StayOnTarget
  • 11,743
  • 10
  • 52
  • 81