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

后端 未结 1 1128
既然无缘
既然无缘 2021-02-04 16:02

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 co

相关标签:
1条回答
  • 2021-02-04 16:59

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

    tlibimp –I thetlbfile.tlb
    
    0 讨论(0)
提交回复
热议问题