Categories:
Android (1)
Audio (11)
C/C++ (3)
Compression (10)
Database (6)
Document (16)
Email (3)
General (53)
Graphics (17)
Image (12)
Java (7)
Music (2)
Picture (5)
Presentation (7)
Programming (24)
Spreadsheet (11)
Video (8)
Web (15)
Windows (69)
XML (4)
Other Resources:
.IDL - File Extension for Interface Definition Language
What is IDL? IDL, short name for Interface Definition Language, is used as the file extension for Interface Definition Language files. .IDL files are text files that are used to describe software components interfaces. See the sample .IDL file included below.
✍: FYIcenter.com
File Extension: .IDL
MIME Type: text/plain
File Content: Interface Definition Language
.IDL files are Interface Definition Language files, that are used to describe software components interfaces. Here is a sample .IDL Interface Definition Language file, orb.idl:
/* * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ // IDL not generated by rmic, do not edit // These are all in IDL module CORBA // The Java classes are in the package org.omg.CORBA // See ValueType Semantics:Standard Value Box Definitions (5.3) in CORBA 2.3 spec #ifndef __org_omg_CORBA__ #define __org_omg_CORBA__ #pragma prefix "omg.org" module CORBA{ valuetype StringValue string; valuetype WStringValue wstring; }; #include "ir.idl" #pragma prefix "" #endif
.IDL Interface Definition Language file sample: Click sample.idl to download.
Since .IDL files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .IDL Interface Definition Language files, see links below:
2012-10-08, 5237👍, 0💬
Popular Posts:
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...
What is PPTX? PPTX, short name for PowerPoint XML, is used as the file extension for presentation fi...
What is ASPX? ASPX, short name for ASP.NET Script, is used as the file extension for ASP.NET Script ...
What is MUM? MUM is used as the file extension for Windows Update Package files. .MUM files are XML ...
What is DOT? DOT, short name for Document Template, is used as the file extension for files in Micro...