P
pascal!
Unregistered / Unconfirmed
GUEST, unregistred user!
我在输入一个类型库时出错:
IProductDM = interface(IAppServer)
['{7F53453B-FABC-41EB-8B0D-06FF68585B6A}']
procedure Login(User: PChar;
Password: PChar;
ConnectID: Integer);
safecall;
procedure Logoff(ConnectID: Integer);
safecall;
end;
//停在这里:[Error]ProductSvr_TLB.pas(89):type 'PAnsiChar' has no type info.
该怎样处理?
这是个remote data module类型库
IProductDM = interface(IAppServer)
['{7F53453B-FABC-41EB-8B0D-06FF68585B6A}']
procedure Login(User: PChar;
Password: PChar;
ConnectID: Integer);
safecall;
procedure Logoff(ConnectID: Integer);
safecall;
end;
//停在这里:[Error]ProductSvr_TLB.pas(89):type 'PAnsiChar' has no type info.
该怎样处理?
这是个remote data module类型库