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

Codegen for IPropertyBag2 and its friends #1735

Closed
hez2010 opened this issue Oct 20, 2023 · 1 comment · Fixed by #2167
Closed

Codegen for IPropertyBag2 and its friends #1735

hez2010 opened this issue Oct 20, 2023 · 1 comment · Fixed by #2167
Milestone

Comments

@hez2010
Copy link
Contributor

hez2010 commented Oct 20, 2023

This is a follow-up to #1674.

It seems that we still need to introduce the support for IPropertyBag2, tagPROPVARIANT and tagPROPBAG2, otherwise it can be hard to use. For example, https://learn.microsoft.com/en-us/windows/win32/wic/-wic-creating-encoder#tiff-encoding-example

Those types are located in oaidl.h and ocidl.h.

Is there any way to only include the types we actually need without introducing the whole bunch of unnecessary dependencies?

Originally posted by @hez2010 in #1674 (comment)

@Perksey
Copy link
Member

Perksey commented Oct 20, 2023

You could add these headers and exclude everything but these types, but really we need support for that in the generator.

Happy for whatever is practicable here.

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

Successfully merging a pull request may close this issue.

2 participants