I have to interface a DLL within a FWPPC program. Here follows the VB call to the function:
Public Declare Sub LatLon_WGS84_2_LT1 Lib "wdgps.dll" (ByVal dLat As Double, ByVal dLon As Double, ByRef dX As Double, ByRef dY As Double)I have never done it so I don't know how to translate this into FWPPC.
Can someone help me ?
Thanks
www.mouches.org