Tengo la siguiente funcion en un dll
Declare Short Online_SetupEx ;
In C:\OnlineCommManager\OnlineDll ;
Long CommData, ;
Short Port, ;
Short BaudRate, ;
Short StopBits, ;
Short Parity
alguien me podria ayudar a hacer la llamada desde fwh
Muchas gracias por la ayuda
Ayuda con dll
- Antonio Linares
- Site Admin
- Posts: 37485
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Antonio muchas gracias
Antonio Linares wrote:DLL FUNCTION Online_SetupEx( CommData AS LONG, Port AS LONG, Baudrate AS LONG, Stopbits AS LONG, Parity AS LONG ) AS LONG LIB "C:\OnlineCommManager\OnlineDll.dll"