Re: include file for a COM client (consumer)
- From: "Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@xxxxxxxxxxxxxxx>
- Date: Sun, 28 Sep 2008 22:33:45 -0700
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
.
- References:
- include file for a COM client (consumer)
- From: George
- Re: include file for a COM client (consumer)
- From: Carl Daniel [VC++ MVP]
- Re: include file for a COM client (consumer)
- From: George
- include file for a COM client (consumer)
- Prev by Date: Re: queryperformance
- Next by Date: Re: How to get the array size of TCHAR*
- Previous by thread: Re: include file for a COM client (consumer)
- Next by thread: Making DLL work with VB and VC++
- Index(es):
Relevant Pages
|