idl2pas(200分)

  • 主题发起人 主题发起人 lcb
  • 开始时间 开始时间
L

lcb

Unregistered / Unconfirmed
GUEST, unregistred user!
请问哪位高手能编译带数据模板的IDL
我有一IDL文件如下
#include "Midas.idl"
module serverapp
{
interface Iserver;

interface Iserver: Midas::IAppServer
{
void opensql(in wstring sqlstring);
void execsql(in wstring sqlstring);
void create_dsn(in wstring dsn, in wstring databasename, in wstring machine);
void set_dsn(in wstring dsn);
void createbook(in wstring coredata, in wstring tigerdata);
};

interface serverFactory
{
Iserver CreateInstance(in string InstanceName);
};
};
用BORLAND VISIBROKER IDL2PAS 编译总是不成功,总是提示MIDAS_C.PAS写不成功
希望高手们能帮我解决,急!急!!急!!!
 
我也有同样问题,用IDL2PAS编译不了MIDAS,我想是由于IDL2PAS不能编译生成服务端接口,
而MIDAS中定义了。
 
#include "Midas.idl"
这一句去掉
 
此问题到DELPHI6下VISIBROKER3.3还是解决不了,在DELPHI6下VISIBROKER4.0能编译但不能
运行。
 
后退
顶部