VMS Help DCE_IDL, CAUTIONS *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The IDL compiler generates ANSI C code. It also supports C compilers that are not fully ANSI compliant although a warning message may occur during compilation of the stubs by the C compiler. A C compiler that is not fully ANSI compliant may generate the following warning messages: + warning: & before array or function: ignored + warning: enumeration type clash, operator =
|