Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Generate rust code from IDL/TLB/COM dll? #216

Description

@bugproof

Is there any way to interact with COM API without writing any code manually? In .NET I can just reference COM library and I can use it without writing any code. IIRC there is also a .dll generator for COM libraries made in C++ - Tlbimp.exe. Is such scenario supported with com-rs or do I always need to manually translate everything to Rust (com::interfaces! macro) before I'm able to call any method?

I think it's related but it's not TBL but TLB... #114

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions