Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, February 2, 2006 8:56:21 PM(UTC)

xtzzym  
xtzzym

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.

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, February 6, 2006 5:55:44 AM(UTC)

Bashar  
Guest

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;

--------------------------------------------------------------

 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.046 seconds.