idl
How do I share a constant between C# and C++ code?
I\'m writing two processes using C# and WCF for one and C++开发者_如何学JAVA and WWSAPI for the second.I want to be able to define the address being used for communication between the two in a single[详细]
2023-01-05 17:09 分类:问答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 SDMG[详细]
2023-01-01 21:23 分类:问答How to get IDL from a .NET assembly (or how to to convert TLB to IDL) in a command line?
We have a .NET assembly (Aspose.Words actually) and we want clients to use it from COM clients without much hassle.[详细]
2022-12-30 17:21 分类:问答How do I declare an IStream in idl so visual studio maps it to s.w.interop.comtypes?
I have a COM object that takes needs to take a stream from a C# client and processes it. It would appear that I should use IStream. So I write my idl like below. Then I use MIDL to compile to a tlb, a[详细]
2022-12-28 07:09 分类:问答idlj Ignoring "#pragma prefix"
I have an IDL file that has a \"#pragma prefix\" directive, but whenever I use idlj to build the J开发者_JAVA技巧ava code, it ignores this and generates an _id without the prefix specified.This is a b[详细]
2022-12-26 17:58 分类:问答multiple Thrift services on one transport
Just seeking confirmation here : apache Thrift protocol does not seem to support running multiple services on one transport endpoint ? ( a socket, file, whatever )[详细]
2022-12-25 04:32 分类:问答how to pass a windows structure to a method defined in an interface of an IDL file?
If I want to pass a structure defined in windows.h to one of method of a given interface then how can i do that in an IDL?[详细]
2022-12-20 03:33 分类:问答IDL in ATL/COM: Can I publish a const of a complex type?
I know how to publish a const of a simple type in IDL, for example: const long blah = 37 But I want to publish consts of complex types, with methods, or at least readable struct-like member fields.[详细]
2022-12-16 23:39 分类:问答Properly extending a COM interface (IDL)
I am working with some legacy c++ code and I need to extend an interface. The current interfaces are for example:[详细]
2022-12-13 08:40 分类:问答How to kill the nameserver process in java
I built a client server app开发者_Python百科lication using an IDL file for client server communication across the network. Both the client and server programs are in java. When the user enters exit, b[详细]
2022-12-09 07:43 分类:问答