IDL, short for Interface Description Language, is a language used to describe a software component's public interface in a programming-language-independent manner. (Not to be confused with [tag:idl-programming-language], a language used for scientific and and medical image analysis)
1
vote
1answer
1k views
CORBA IDL in, out and inout
What exactly do in, out and inout - 'directional' operators mean in CORBA IDL function parameters?
1
vote
1answer
300 views
Is there a way with MIDL to turn off C-style headers generation?
I have a simple .IDL file (iface.idl) which describes an IUnknown based interface:
import "unknwn.idl";
[
uuid(80DFDD28-F033-431e-B027-CDD2078FC78A)
]
interface ISunPathCalc : IUnknown {
...
1
vote
1answer
189 views
Interface declaration location in IDL files
I'm working on a project that's upgrading a (very) old (and considerably large) program written extensively with COM / MFC to using WPF / managed .NET components, and part of it is trying to port over ...
1
vote
3answers
426 views
Unregister type library on Vista
I've made a mistake in IDL file by increasing library version. After that I revert the version. Since the time I can't work with library, because VB6 still write : "There is new version of library * ...
1
vote
1answer
130 views
Backward compatibility for IDL/ODL
Can anyone tell where I can read on the IDL defined by Microsoft.
I need to know about changing the IDL file by adding new members to interfaces. I have some confusion about maintaining the backward ...
0
votes
2answers
240 views
Interface Definition Language
Can anybody explain to me what is meant by Interface Definition Language on a high level. Why it is used and how and where.
Any ebook, concrete definitions and examples will also help.
Anybody who ...
1
vote
1answer
139 views
How do I control output directories and files that are cleaned when using MPC?
I'm experimenting with OpenDDS (and ACE/TAO), which uses MPC (Make Project Creator) to generate the actual make files, and it's doing a couple really annoying things.
First, it generates a lot of ...
1
vote
2answers
80 views
mercurial: ignore .h generated from .idl
is it possible to use .hgignore in mercurial to ignore header files generated from idl files?
I have a very large project in VS2008 and, by default, the midl tool generates .h files from .idl files ...
0
votes
1answer
115 views
Is it possible to get a full compliance between Rhapsody generated IDL files and CORBA 3.1?
I've tried to compile generated IDL files from Rhapsody 7.1.1 with the last version of TAO IDL Compiler (released package version 6.0.2), but I get some errors because anonymous types are deprecated ...
0
votes
2answers
285 views
C# implemenation of IDL declaration with an INT_PTR
We have a method declared in an idl file like this:
[id(7), helpstring("method SomeFunction")] HRESULT SomeFunction([in] INT_PTR windowHandle, [out, retval] VARIANT_BOOL* dlgResult);
We do the ...
0
votes
1answer
151 views
Sending UDT over RPC in Windows
I'm getting to grips with RPC in Windows and I've got a basic client/server model setup and working and I can pass a string over between the 2 OK but I now need to extend it to pass a binary structure ...
0
votes
1answer
229 views
ATL: Can't remove a method from a COM interface - ALWAYS reappears like magic
Environment: VS2008, C++ ATL COM, 64Bit, Windows 7
I'm trying to remove a method from an older COM interface. I modify the *.idl, modify the associated *.h and *.cpp implementation files and also ...
2
votes
3answers
891 views
VB6 - How to pass Strings to a DLL written in C through a .tlb File
I'm working on a graphical interface written in VB6, where I have to call function contained in a certain DLL written in C. Because of a known limitation I had to implement a trick that allows me to ...
0
votes
0answers
151 views
Tool for IDL generation in Visual Studio 2005
Is there any tool (better if already imlpemented in VC++) that allows me to auto-generate an IDL file from a DLL?
Thanks,
G.B.
3
votes
0answers
1k views
Creating an IDL file from a DLL [closed]
I'm working on a VB6 graphical interface that make use of a DLL generated from a C code that makes use of __declspec(thread) variables. The problem is that because of a known limitation, it is not ...
2
votes
3answers
315 views
Why do we have to create unique uuid for every interface in a idl?
Why do we have to create unique uuid for each interface in a idl ?
For example in this interface there's a unique uuid for every interface in TradingLib.
import "oaidl.idl";
...
2
votes
2answers
738 views
IDL to Type Library
Is there a way in Delphi 7 to generate a tlb from an idl? Or even from a class/ interface definition?
3
votes
1answer
483 views
VS2008 C++ compiler keeps asking to build the project [duplicate]
Possible Duplicate:
Visual studio keeps building everything
I have a project that includes an idl file that generates a .c file that is included in another file of the same project.
I ...
3
votes
1answer
899 views
Change IDL generated header file
I'm working on a legacy c++ COM project that I'm moving over to Visual Studio 2010. In the IDL file for this project, I have to reference an ODL file from another c++ project. My problem is that the ...
0
votes
2answers
592 views
Generating a C++ classes from IDL file using MICO (CORBA)
I wan to generate a C++ classes from a IDL file using MICO in the contxet of CORBA. I download the mico-2.3.13.zip but iI don't know how to use it. Please if someone can help me and thanks all.
1
vote
0answers
191 views
ANTLR IDL Grammar
Using ANTLR I am trying to create a very simple IDL-style grammar. Here is what I have so far.
grammar idl;
data_type
: 'DataType' ID LCURLY attribute_list RCURLY
;
modifier
: 'public'
;
...
0
votes
1answer
268 views
CORBA + IDL + Java: need help with writing servant
I have a defined idl file, which looks like this:
module Banking {
typedef string Transactions[5];
typedef long AccountId;
interface Account {
exception InsufficientFunds {};
...
2
votes
1answer
420 views
Problem with QueryInterface of out-of-proc COM server on interface imported from TLB
I define my interfaces in an A.idl file, which I compile to A.tlb
In a VS2005 ATL project "B" I use importlib(A.tlb) in B.idl and #import "A.tlb" in stdafx.h and implement an interface IA from A.tlb ...
0
votes
2answers
139 views
Porting java interface to IDL
I have a java RMI app that I want to port to using CORBA. To do that, I have to change the remote interface definition from java to IDL but I'm not exactly sure how to do that.
At the moment one of ...
0
votes
1answer
84 views
Portable address offset parameter in IDL
I'm porting an old 32-bit COM server to 64-bit architecture.
Many functions take buffer addresses and offsets as parameters, as __int3264 and __int3264 pointers. The problem is that this type is not ...
1
vote
1answer
474 views
How to get Imported type libraries from an OCX or TLB file?
I was convinced that there is no way to find COM dependencies of an ActiveX but to my surprise OLEVIEW shows some comments Like:
// TLib : // TLib : OLE Automation : ...
0
votes
2answers
184 views
CORBA sequences: can I define sequences of objects w/ methods?
I have an interface with a method that should return a list of items, and each item should have certain methods associated with it. For example, I want to define a method listAllItems() that returns ...
0
votes
0answers
197 views
Problem with IDL syntax for ANSI C
I am working on trying to pass data from one ANSI C program to another through RPC. The data that I need to send is currently being stored in a struct as an 'int **m' (a matrix). When I try to write ...
0
votes
2answers
623 views
How to specify user defined type parameters in COM interface definition?
One of my COM interface methods needs a parameter of user defined type as below:
[uuid(58ADDA77-274B-4B2D-B8A6-CAB5A3907AE7), object] //Interface
interface IRadio : IUnknown
{
...
...
0
votes
1answer
234 views
Error after compiling .IDL file for Firefox accessibility
I've encountered a very annoying problem while working with Firefox MSAA (). I tried to compile IDL file from cmd but it failed. Then I added it to the project and ran build. After VS compiled ...
1
vote
1answer
301 views
Communicating with Windows Process via RPC from a Java application
I'm looking to communicate with a windows process via RPC. The application I want to communicate with is developed in C++ using Visual Studio 2008. The application provides its interface through an ...
5
votes
1answer
353 views
How to properly hide methods and properties from intellisense
Would anyone know how to properly hide classes, methods and properties from intellisense while preserving the ability to call them; and so they do not appear in interop assemblies that are generated ...
2
votes
2answers
304 views
windows installer for COM component
I have a C++ activex control that I need to make an installer for. It needs to drop the dll and make some registry keys.
I have about 6 .RGS files which I made for self-registration via regsvr32, ...
1
vote
2answers
300 views
CORBA: Can a CORBA IDL type be an attribute of another?
Before I start using CORBA I want to know something.
It would seem intuitive to me that you could use an IDL type as an attribute of another, which would then expose that attribute's methods to the ...
1
vote
3answers
867 views
Merging two .IDL files or two .tlb files into one file
I have 2 .net dll's which I expose to COM using REGASM. In order to simplify referencing within a COM client I would like to make these into one file.
I have tried converting both files to IDL and ...
4
votes
1answer
323 views
Include files in ridl
The Delphi project I'm working on requires me to create a very large type library in order to add COM support. The problem is with the type library/ridl editor in Delphi is that it becomes difficult ...
1
vote
1answer
333 views
Generating IDL entities using automake/Makefile.am
For those unfamiliar with IDL (interface description language), it abstracts data description for use across platforms (java, c, c++, etc). My project has dependencies Foo.c, Foo.h, FooHelper.c, and ...
0
votes
1answer
1k views
Issues Using Midl to create a .tlb from .idl “expecting a type specification”
I have been having a prolonged encounter with the beast known as COM Interop...
I am currently trying to generate a .tlb from a .idl file generated by the OLE/COM Object Viewer. However when trying ...
4
votes
1answer
2k views
What are oaidl.idl and ocidl.idl for?
A default ATL Simple Object has the following at the top of its IDL file:
import "oaidl.idl";
import "ocidl.idl";
What are these files for, and how do I know when I need to import them? Is there ...
0
votes
2answers
789 views
ATL project created using wizard does not compile due to unresolved symbols
I have been working on getting a basic ATL project to compile in Visual Studio 2008 and I keep running into errors. Ultimately I have gotten stuck with the following build errors:
1>Linking...
...
0
votes
1answer
2k views
How do you translate IDL into C#?
For example, the DOM specification has various IDL definitions, one of which is the Interface Node. How would you go about translating this—even a portion of this—into actual C#? I mean, ...
1
vote
1answer
288 views
Prevent recompilation of oaidl.idl and ocidl.idl
I have a COM/ATL project with a number of IDL files. Most of these IDL files import oaidl.idl and ocidl.idl.
Whenever I compile my project, Visual Studio calls MIDL to recompile oaidl.idl and ...
0
votes
1answer
673 views
Importing interfaces in IDL from an external type library
I have two type libraries with COM interfaces that I wrote using ATL and Microsoft's IDL. I would like an interface in one library to inherit from an interface in the other.
Essentially, I would like ...
0
votes
1answer
219 views
Managing definitions in a COM type library with a lot of IDL interfaces
I'm creating a COM type library with over one hundred interfaces. Defining all of the interfaces and coclasses in a single library is unreasonable... the IDL file becomes thousands of lines long! So ...
1
vote
2answers
670 views
How does Visual Studio determine the order to compile IDL files?
I have a COM project that contains a number of IDL files, some of which are imported into other ones. How does Visual Studio decide which ones to compile (using MIDL) first?
I want to control the ...
5
votes
4answers
2k views
How do I share a constant between C# and C++ code?
I'm writing two processes using C# and WCF for one and C++ and WWSAPI for the second. I want to be able to define the address being used for communication between the two in a single place and have ...
0
votes
0answers
264 views
Unqualified name in IDL for imported type library
I've created a COM-class that implements some interface. I want to add a method to this interface. The parameter of this method is a pointer to the interface defined in some external olb-file. In my ...
0
votes
1answer
381 views
doxygen with IDL/ODL
If you have a C++ project that has a bunch of .ODL files and the generated .h files from the ODL compiler, should doxygen be told to parse both .odl and .h, or only one or the other? In general I ...
6
votes
1answer
297 views
Why do IDL defaultvalue values look rounded?
I have a COM object with a function with an optional last argument. The IDL is a bit like this:
interface ICWhatever: IDispatch
{
[id(96)] HRESULT SomeFunction([in,defaultvalue(50.6)]float ...
1
vote
1answer
341 views
Adding a valuetype to IDL, compile and it fails with “No factory found”
I can't figure out why the client keeps complaining about the not finding the factory method. I've tried the IDL with and without the "factory" keyword and that didn't change the behavior. The ...