My understanding was since D3D is using COM, the answer is yes. But in the Ogre rendering engine, it appears this is never called. Is this fine or an oversight - if so could it have some actual consequences?

link|improve this question

69% accept rate
feedback

1 Answer

up vote 0 down vote accepted

It is not. You don't use CoCreateInstance(), the interface types are not declared in IDL, you have to link to a .lib

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.