Board index » delphi » Reading a DLL written with Delphi 3 from Visual Basic 4.0
Xci
![]() Delphi Developer |
Sun, 02 Jan 2000 03:00:00 GMT
Reading a DLL written with Delphi 3 from Visual Basic 4.0I have written a DLL using Delphi 3. This DLL has to be read from Visual procedure Compute( rMin,rMax:integer; v:double; prec:integer; How should I call this procedure from Visual Basic 4.0? I have tried it using: Declare Sub Compute Lib "srwin" (ByVal rmin As Integer, ByVal rmax As The big problem is that the DLL does not receive the correct values. Anyone can share his/her experience? Thanks in advance |