Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DECLARE DLL problem
Message
 
 
To
11/11/2001 20:40:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00580332
Message ID:
00580353
Views:
22
>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
>
><b>iflgret=deruter(tjd,ipl,iflag,@xdatos,serr)</b>
>
>On issuing this last I got error.
>
>Had someone experience in DLL returning double values in arrays ?
>
>Thanks.
>
>Alejandro Fernandez

Would it work, if you correct your typo in function call?
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform