Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting a VB Statement (DECLARE -DLL)
Message
From
26/12/1998 20:35:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Converting a VB Statement (DECLARE -DLL)
Miscellaneous
Thread ID:
00170521
Message ID:
00170521
Views:
66
Having a DLL in which a function declared in VB as:

Private Sub Planet_Click()

'//
'// Function: calcplanets
'//
'// Input Parameters: String Date in format MM/DD/YYYY
'// String Time (GMT) in format HH:MM
'// Double Longitude
'// Double Time Zone
'// Double Latitude
'// String East or West of Prime Meridian - Specify E or W
'// String Planet name (ie. Jupiter)
'// Integer Planet index (1=Mercury up to 8=Pluto)
'//
'// Return Parameters: String Heliocentric Longitude
'// String Heliocentric Latitude
'// Double Radius Vector (a.u's)
'// String Geocentric Longitude
'// String Geocentric Latitude
'// Double Distance From Earth (a.u's)
'// String R.A.
'// String Declination
'// Double Angular Size
'// Dougble Elongation
'// Double Phase

Does someone knows how is the VFP DECLARE statement?

Thanks

'// Double Magnitude
'// Set this parameter to FALSE
Next
Reply
Map
View

Click here to load this message in the networking platform