What is IDL?

后端 未结 6 783
礼貌的吻别
礼貌的吻别 2020-12-02 09:41

What is meant by IDL? I have googled it, and found out it stands for Interface Definition Language, which is used for interface definition for components. But, in practice,

6条回答
  •  温柔的废话
    2020-12-02 10:16

    IDL is vital in 2 cases. 1. To create proxy/stub dlls for exe servers. 2. To create Type library for automation servers.

    There is very good article for basics of IDL at link

    To study IDL, it is better to read compilers's own idl header files which are given include subdirectory of VC++ package.

提交回复
热议问题