Dear all .
i have recently got a SLE(satellite link emulator).the vendor had provided with DLL.
one of the datastructure in DLL is
typedef struct
{ CHAR Addr[32];
USHORT Port;
USHORT Timeout;
} SETUP;
so please help me out how to call & execute the function present in the DLL through LABVIEW 7.1
short Open(SETUP*setup)
short connect(void)
the DLL is present in only one location of hard disk;
also if a function returns a value using CIN then how to display it in labview???
please provide some snapshots if possible
thanks