LEADTOOLS Support
General
General Questions
Re: Why delphi7.0 can't use com objects(LEAD DICOM Network COM Object library (14.0)( Version 1.0)?
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, February 2, 2006 8:56:21 PM(UTC)
Groups: Registered
Posts: 3
Hello,
I use Delphi7.0,but I have a technical question during my
evaluation period. Under DElphi 7.0,When I use Project->Import Type
Library...->choose"LEAD DICOM Network COM Object library (14.0)( Version 1.0)" It
mentions an error,"[Error]LTDNCLib_TLB.pas(1540):Not enough actual
parameters"
[Fatal Error]DicStrScp32.dpr[8]:Could not compileused
unit'..\..\..\..\..\Borland \Delphi7\Imports\LTDNCLib_TLB.pas'
Note:1540 punk:=GetServer;
I tried many times ,but failed.
#2
Posted
:
Monday, February 6, 2006 5:55:44 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Please try doing the following in LTDNCLib_TLB.pas:
--------------------------------------------------------------
1. On line 1154 change:
function GetServer(hNet: Integer): Integer;
To become:
function GetServerSCP(hNet: Integer): Integer;
2. On line 1960 change:
function TLEADDicomNet.GetServer(hNet: Integer): Integer;
To become:
function TLEADDicomNet.GetServerSCP(hNet: Integer): Integer;
--------------------------------------------------------------
LEADTOOLS Support
General
General Questions
Re: Why delphi7.0 can't use com objects(LEAD DICOM Network COM Object library (14.0)( Version 1.0)?
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.