delphi - IDL to Type Library -


is there way in delphi 7 generate tlb idl? or class/ interface definition?

you can use idl2pas.bat batch file (check in location c:\program files\borland\delphi7\bin) or midl.exe application.


Comments

Popular posts from this blog

c# - Is it possible to remove an existing registration from Autofac container builder? -

delphi - How do I identify what code is generating " '' is not a valid floating point value" error dialogue box -