Real life example of choc_COM.h?
Opened this issue · 3 comments
Deleted user commented
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 commented
I used it for the Cmajor COM interfaces here: https://github.com/SoundStacks/cmajor/tree/main/include/cmajor/COM
HTH!
Deleted user commented
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 commented
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.