Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement clsid!(..) attribute #143

Open
Rantanen opened this issue Nov 4, 2019 · 1 comment · Fixed by #145
Open

Implement clsid!(..) attribute #143

Rantanen opened this issue Nov 4, 2019 · 1 comment · Fixed by #145

Comments

@Rantanen
Copy link
Owner

Rantanen commented Nov 4, 2019

Interfaces and dependent types can currently be shared through common crates between COM client and server.

CLSID is defined through #[com_class(..)] attribute, which exists only in the COM server.

We should support clsid!(..) macro that is able to define public global clsids in a common crate and a way for #[com_class(..)] to use those class ids. The class ids probably need to be generated for both automation and raw type systems.

@Rantanen
Copy link
Owner Author

Mistakenly closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant