Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / August 2007

Tip: Looking for answers? Try searching our database.

COM tlb file

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
George - 01 Aug 2007 02:40 GMT
Hello everyone,

Two questions about COM tlb file,

1. I am wondering what are the content of COM tlb file? I think it should be
something like import library file (.lib) for a DLL which contains address
and signature of exported functions.

2. Why for C# COM client, tlb file is not needed? Why for C/C++ (native)
client, tlb file is needed?

thanks in advance,
George
QbProg - 01 Aug 2007 19:31 GMT
Tlb files are not needed in C++, you can #import a DLL, OCX or Exe.
In reality TLB files are embedded in the file resource, because are
the only way to know about the types contained in the COM dll, so are
required for any language using COM. (unless you find a way to
manually redeclare the interfaces and you know the GUIDs...)
The TLB file contains the compiled IDL information, there's a COM lib
that let's you access these informations: tlbinf32 .

Good bye, sorry for my bad English

QbProg

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.