How to call a DLL ?
Posted: Wed May 10, 2006 9:13 am
Hello,
I have to interface a DLL within a FWPPC program. Here follows the VB call to the function:
I have never done it so I don't know how to translate this into FWPPC.
Can someone help me ?
Thanks
I have to interface a DLL within a FWPPC program. Here follows the VB call to the function:
- Code: Select all Expand view
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