how to call an external dll library?
I have this library: WGS_UTMD.dll
statement:
Code: Select all
int __stdcall BOAGA_WGS(double North, double East, int czona, double *Long, double *Lat)
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
int __stdcall BOAGA_WGS(double North, double East, int czona, double *Long, double *Lat)
Hi,link76 wrote:Hello,
how to call an external dll library?
I have this library: WGS_UTMD.dll
For the record and to give back credits to the author,MaxV wrote:There is this old article about this topic: http://livecode.wikia.com/wiki/Working_with_DLL