Skip to content

[tlbimpd] handling of noncreatable CoClasses used as parameters #14

@Numpsy

Description

@Numpsy

As mentioned at http://www.dsource.org/forums/viewtopic.php?p=22966#22966, tlbimpd will suppress the output of CoClasses which are marked as non-creatable, and this can cause problems if those classes are used as parameters to other functions in the type library.

Making it output the non-creatable types avoids the issue, but i'm not certain if that's the best approach. Looking at the C++ files generated from the VC++ #import command, that both outputs the non-creatable coclasses, and outputs fnction definitons that reference the primary interface of the CoClass, rather than the CoClass itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions