Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] libIDL is a library licensed under the GNU LGPL for creating trees of
CORBA Interface Definition Language (IDL) files, which is a
specification for defining portable interfaces. libIDL was initially
written for ORBit (the ORB from the GNOME project, and the primary
means of libIDL distribution). However, the functionality was
designed to be as reusable and portable as possible.
This is the static version of libIDL library compiled for x86 hosted
(and native) AROS. It provides most of the standard libIDL functionality.
This version does not use the gcc's preprocessor, therefore the call
IDL_parse_filename should be avoided. Instead, the IDL_parse_filename_with_input
call should be used.
In order to link your programms against the libIDL library, you need to have
glib and iconv static libraries in the library search path.
The original libIDL (including the source files) may be found at
http://andrewtv.org/libIDL/
|