Re: include file for a COM client (consumer)



George wrote:
Thanks cd,


"If you decide to publish your interfaces as IDL, then for your client
project you should compile the IDL using mdil to produce a header
file that your client can include." -- you mean client application
developer compile IDL to produce .h file by themselves?

Yes. Or, heaven forbid, your client might not be writing in C or C++ but
rather in some other language that can use an IDL interface description.
The whole point of IDL is that it's a language independent description of
your interface. A C header file is not.

-cd


.



Relevant Pages


Quantcast