Difference between .idl and .h file?
COM
2
Posts
2
Posters
0
Views
1
Watching
-
Hey , Can you please explain the diffrence between .idl and .h file? Also How to create a new .idl file in VC6? Thanks, Ash.
The idl-File is the input for the midl-compiler which creates an _i.c and .h file for further use. See MIDL-Compiler for more information. For creation of an idl-file use the ATLCOM-wizard in the VS.