Iam using Microsoft RPC and i need to transfer my custom structure that have fields of type std::wstring and boost::ptime. In idl there is no such data types. What is best solution to send that struct
I defined a struct in .idl file of C++ project, and the struct contained one VARIANT member. [uuid(C42A456C-C139-4339-A023-F9458C8A7386)]
Anyone know where is some usable XPJS, or XPCOM in JS, documentation for recent versions of Firefox/Gecko? And sample code/ tutorials would be great too.
I want to return from IDL an array of interfaces. I try this: interface ISecurityPolicy : IDispatch{ [id(6)]HRESULT GetPolicyList([out, ref, retval] SAFEARRAY(IEntityPolicy*)* result);
In an IDL, I define a method: [id(1), helpstring(\"BLAH\")] HRESULT SomeMeth开发者_如何学Pythonod([in, optional, defaultvalue(NULL)] IDispatch* para);
I\'m writing my first Makefile to compile some CORBA .idl definitions for use as part of a larger system. I use omniORB\'s omniidl program which takes file.idl and creates file.hh and a fileSK.cc. Eac
I need to implement an idl-to-java compiler. In fact, it\'s not idl-to-java. Interface definition language is extended. So I need to implement a compiler which can generates java source file. I know n
I have a corba server compiled and running on JVM 1.2. I am using the java IDL to compile the IDL file and generate the required stubs and skeletons and using a NameService to start the server. I am a
I\'m building a project in C++ which uses DirectShow\'s video capture library to connect to a camera. The video card manufacturer (BlackMagic) has provided .idl (Interface Definition Language) files w
I am using EclipseCORBA, but mostly just for syntax highlighting. I\'m wondering if there is a way to turn off the IDL compiler. The reason being that it doesn\'t bring up valid errors in my IDL files