01-08-2017 10:36 PM - last edited on 11-01-2024 04:09 PM by Content Cleaner
In CVI, I have generated a type library from this article, https://www.ni.com/docs/en-US/bundle/teststand/page/generating-type-library-information-to-includ.ht....
From MSDN, there is a tool that can generate a type library, https://msdn.microsoft.com/en-us/library/hfzzah2c.aspx.
Can this tool be made to do the same thing as the one in CVI or is there another workaround?
01-10-2017 10:54 AM
Hi Ed,
I believe you are correct. The CVI tool and the Tlbexp.exe tool are both generating a type library for your assembly. The steps taken to generate the type library are different but they give the same results.
I hope this helps!