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

Support IDispatch #25

Open
Rantanen opened this issue Dec 10, 2017 · 1 comment
Open

Support IDispatch #25

Rantanen opened this issue Dec 10, 2017 · 1 comment
Labels

Comments

@Rantanen
Copy link
Owner

We could derive the support for IDispatch interface when implementing COM interfaces. This would allow using Intercom components from dynamic scripting languages.

Unfortunately this requires a lot of other things, such as support for VARIANTs, etc. Not something that will be arriving immediately.

@Rantanen
Copy link
Owner Author

This might be on the roadmap. We'll need VARIANTs for SAFEARRAYS, which would be ideal for the collection support in Windows-land.

The initial plan was NOT to support SAFEARRAYS, but now that we came up with multi-interface generation for strings (ie. One trait -> COM interface with BSTRs + COM interface with Intercom strings) we could have the same for collections.

Also... once we get IDispatch we can include Excel as a supported platform!

<dowwie> Rantanen: wow. intercom has great potential
<dowwie> Rantanen: this could allow Rust libraries to run with excel?

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

No branches or pull requests

1 participant