Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Converting a stand-alone Delphi-made .tlb file to .ridl

How does one convert a stand-alone .tlb file created in a pre-2009 version of Delphi to a .ridl file using Delphi 2010? .tlb files that are part of projects get automatically converted, but this particular file is not part of any project.

like image 874
Doug Reece Avatar asked Feb 24 '10 04:02

Doug Reece


1 Answers

try using the tlibimp.exe utility located in C:\Program Files\Embarcadero\RAD Studio\7.0\bin

tlibimp –I thetlbfile.tlb
like image 183
RRUZ Avatar answered Oct 05 '22 09:10

RRUZ