ODL vs IDL
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
As far as I understand from M$ help, they prefer me to use IDL for defining my interfaces. However, if I have a Visual C++ V6.0 Project for an EXE, which has Automation enabled, then an ODL is produced and I cannot automatically use an IDL file. Should I worry about this? The real problem is that I will have to mail the type library to others who want to use my EXE rather than just a neat IDL file. Is there a better way of doing this? Any comments will be really appreciated.:)