TLib D
Difference (previous author) (Change, Edit, normal page display)
Changed: 1c1,13
|
Describe the new page here. |
= Type Library Importer (<n>TLibD</n> === Description == <n>TLibD</n> converts type definitions found within a COM type library into equivalent definitions in the D language. <n>TLibD</n> outputs a source code file containing the types defined by the library. It performs a similar task as the #import directive in Visual C++ or the tlbimp tool for C#. (from webpage) It's now part of == Links == * Older webpage: * Announcement: |
Type Library Importer (TLibD)
Description
TLibD converts type definitions found within a COM type library into equivalent definitions in the D language. TLibD outputs a source code file containing the types defined by the library. It performs a similar task as the #import directive in Visual C++ or the tlbimp tool for C#. (from webpage)
It's now part of
DsourceProject:juno (
Type Library Importer).
Links
- Older webpage:
http://www.paperocean.org/d/tlibd/ (now offline) - Announcement:
NG:digitalmars.D.announce/3434
=