搜索资源列表
RPC
- 一个RPC例子,远程调用一个计算阶乘的函数。具体编写过程如下: 1、创建一个.idl文件, 为应用程序的远地函数定义一个接口。(RpcFact.idl文件) 2、应用程序属性配置文件 (RpcFact.acf文件) 3、用MIDL编译器编译RpcFact.idl文件,在Dos中输入命令midl RpcFact.idl。经过编译之后, 会生成这几个文件: RpcFact.h、RpcFact_s.c 和RpcFact_c.c 4、本例中阶层函数的实现(RpcFact.c文件) 5
JSFront
- 计算海洋锋面的小程序,采用idl调用C代码的一个例子
omniORB-4.0.7.tar
- 编译工具,主要用于IDL编译为C++,是CORBA中间件产品-Compiler tools, mainly used for IDL compiler for C++, is the CORBA middleware
idl2pas
- idl2pas - convert idl file to pascal tlb unit Copyright (C) 2010 Johannes Nohl This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software
IDLDrawWidget_ImageProcess
- IDL程序,演示了多个简单IDL用法,混合C#编程,来自IDL程序设计一书-IDL program demonstrates the use of a number of simple IDL, mixed C# programming, the IDL programming book