Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DECLARE DLL problem
Message
From
11/11/2001 20:40:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
DECLARE DLL problem
Miscellaneous
Thread ID:
00580332
Message ID:
00580332
Views:
66
Hi:

This is a VB function which I perform in VFP without any success.



Private Declare Function deruter Lib RET32.dll" _
ByVal tjd As Double, _
ByVal ipl As Long, _
ByVal iflag As Long, _
ByRef xdatos As Double, _
ByVal serr As String _
) As Long ' xdatos must be the first value of an 6 elements array

' serr must be able to hold 256 bytes



dimension xdatos[6]
xdatos[1]=0.0000
ipl=1
tjd =274489525.52555
serr=replicate(" ",256)
snam=" "
iflag=256

Declare LONG deruter IN RET32.dll ;
as calcdatos ;
double tjd , ;
long ipl , ;
long iflag ,;
double @xdatos ,;
STRING serr

iflgret=deruter(tjd,ipl,iflag,&xdatos,serr)

On issuing this last I got error.

Had someone experience in DLL returning double values in arrays ?

Thanks.

Alejandro Fernandez
Next
Reply
Map
View

Click here to load this message in the networking platform