Página 1 de 1

How to use external DLL

Publicado: Mié Nov 08, 2006 8:34 am
por Ingo Junge-Herrmann
Ignacio,
under FiveWin I use this (very simple) way to call functions of an external
DLL.
For example to call the functions "ElsterDialog" or "ElsterInit" of "tm98.dll":
DLL32 FUNCTION ElsterDialog( par1 AS LPSTR,;
par2 AS LPSTR,;
par3 AS LPSTR,;
par4 AS LONG) ;
AS BYTE FROM "ElsterDialog" LIB "tm98.dll"

DLL32 FUNCTION ElsterInit( par1 AS BYTE,;
par2 AS CHAR) ;
AS LONG FROM "ElsterInit" LIB "tm98.dll"
Please help me to code this in Xailer. Can you give me a sample?
Thank you in advance.
Regards
Ingo