You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: