TLib D
Difference (last change) (Author, normal page display)
Changed: 1c1
= Type Library Importer (TLibD) = |
= Type Library Importer (<n>TLibD</n>![]() |
Changed: 5c5
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) |
<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) |
Changed: 7c7
It's now part of ![]() ![]() |
It's now part of ![]() ![]() |
Changed: 12c12
* Announcement: ![]() |
* 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