Top "Typelib" questions

A type library is a standard format for interface descriptions.

Typelib Generation and Installation with WiX

After asking about what Visual Studio does to register a COM Library, it became clear that VS did two things …

windows wix windows-installer typelib
Getting Error (Unexpected error ; quitting) while registering vb6 exe file on windows 7

Getting Error (Unexpected error ; quitting) while registering vb6 exe file on windows 7 machine it was running well on windows xp. …

windows-7 com vb6 typelib
How to autogenerate *_TLB.pas in Delphi XE?

We have been updated our project to Delphi XE. There's .ridl files instead .tlb. But what's about *_TLB.pas files? …

delphi com delphi-xe typelib
Using a .Net DLL in Microsoft Access VBA

Ok so I have an assembly, written in C#, using Visual Studio 2010. This Assembly contains one class, which contains one …

c# vba dll vb6 typelib
Error: The assembly "c:\MyAssembly.dll" could not be converted to a type library

I'm trying to build my project and I've suddenly started getting the following error when the project builds and the "…

.net build-error typelib
How do I convert a .tlb file to headers and implementation files?

I'm trying to convert mscorlib.tlb. It normally used in C++ like this: #import "mscorlib.tlb" raw_interfaces_only \ high_…

com idl mscorlib typelib clr-hosting
How to generate a TLB file without registering?

I have a library with a public COM/ActiveX interface built in Visual Studio 2012. I have an installer for this …

visual-studio-2012 wix typelib
How to access sub object in CANoe COM Server Interface

I have one big and difficult to understand problem with COM Server. I’m trying write client application to CANoe (…

visual-c++ com visual-studio-2005 typelib com-server