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

Real life example of choc_COM.h? #37

Closed
ghost opened this issue Dec 30, 2023 · 3 comments
Closed

Real life example of choc_COM.h? #37

ghost opened this issue Dec 30, 2023 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 30, 2023

Everything I can find is https://github.com/Tracktion/choc/blob/main/tests/choc_tests.h#L2198, but it's a test, not a real life example.

@julianstorer
Copy link
Collaborator

I used it for the Cmajor COM interfaces here: https://github.com/SoundStacks/cmajor/tree/main/include/cmajor/COM
HTH!

@ghost
Copy link
Author

ghost commented Dec 30, 2023

I used it for the Cmajor COM interfaces here: https://github.com/SoundStacks/cmajor/tree/main/include/cmajor/COM HTH!

I'm sorry but I can't find any UUIDs! Please correct me if I'm wrong. Thank you.

@julianstorer
Copy link
Collaborator

It doesn't do UUIDs or any of the QueryInterface stuff that things like Windows use. It's just for ref-counting and passing object interfaces across DLL boundaries for use in APIs, etc.

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

No branches or pull requests

1 participant