Difference between revisions of "Researching XPIDL and IDL Technologies"

From CDOT Wiki
Jump to: navigation, search
 
(Introduction)
Line 1: Line 1:
 
== Introduction ==  
 
== Introduction ==  
XPIDL stands for XP Interface Description Language.  It is a specification for XPCOM which is a cross platform adapter description language.  An adapter description language is used to describe  an adapter which unrelated with its machine language.  The description of the adapter can use specialized tools to handle automatoc generation of language that is unrelated to the adapter's specifications.  Typically XPIDL is frequentle used to generate C++ header files and typelib information.
+
XPIDL stands for XP Interface Description Language.  It is a specification for XPCOM which is a cross platform adapter description language.  An adapter description language is used to describe  an adapter which unrelated with its machine language.  The description of the adapter can use specialized tools to handle automatoc generation of language that is unrelated to the adapter's specifications.  Typically XPIDL is frequently used to generate C++ header files and typelib information.

Revision as of 12:56, 4 October 2006

Introduction

XPIDL stands for XP Interface Description Language. It is a specification for XPCOM which is a cross platform adapter description language. An adapter description language is used to describe an adapter which unrelated with its machine language. The description of the adapter can use specialized tools to handle automatoc generation of language that is unrelated to the adapter's specifications. Typically XPIDL is frequently used to generate C++ header files and typelib information.