Convert TLB file (type library) to IDL definition file
-
Hello guys, I have a TLB file and it's interface description in Delphi. But I want to create a C++ project that uses the interfaces exported by that Program. I extracted the TLB file from the executable and now I want to ask if there is a way to convert this TLB file to an IDL file. Any ideas?
Don't try it, just do it! ;-)
-
Hello guys, I have a TLB file and it's interface description in Delphi. But I want to create a C++ project that uses the interfaces exported by that Program. I extracted the TLB file from the executable and now I want to ask if there is a way to convert this TLB file to an IDL file. Any ideas?
Don't try it, just do it! ;-)
-
Hello guys, I have a TLB file and it's interface description in Delphi. But I want to create a C++ project that uses the interfaces exported by that Program. I extracted the TLB file from the executable and now I want to ask if there is a way to convert this TLB file to an IDL file. Any ideas?
Don't try it, just do it! ;-)
Yes, run the MS OLEViewer app (Start>>Run>>oleview.exe). From there, use File>>View Typelib. In the type library view, just use File>>Save As to save it as IDL.
-
Yes, run the MS OLEViewer app (Start>>Run>>oleview.exe). From there, use File>>View Typelib. In the type library view, just use File>>Save As to save it as IDL.
Thank you guys, both of you :)
Don't try it, just do it! ;-)