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.
@user118221, the tool is called tlibimp.exe not timplib
RRUZ
2010-02-24 05:14:26
+6
A:
try using the tlibimp.exe utility located in C:\Program Files\Embarcadero\RAD Studio\7.0\bin
tlibimp –I thetlbfile.tlb
RRUZ
2010-02-24 05:11:05