Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 386 Bytes

IDLImporter

Cross-platform tool to import COM interfaces from an IDL file for use with .NET. To be used in addition to Microsoft's TLBImp. Can handle c-style arrays and OLECHAR pointers. Can run on Windows and Linux.

Installation

Install the SIL.IdlImporter nuget package.

Building

msbuild /t:Restore
msbuild