Changes

Jump to: navigation, search

Researching XPIDL and IDL Technologies

324 bytes added, 17:19, 5 October 2006
Include Terminology
In XPIDL, #include only includes the file once, so the #include statement does not need the ifdfs which will be neede with
the C preprocessor.
=== Enumerations and Constants ===
C-style enumerations are not supported in XPIDL because the size of enums can be compiler specific. XPIDL alternatively supports defining constants that appear in the C++ and JavaScript mappings. They must be of type short or long and have to be present inside an interface declaration.
1
edit

Navigation menu