LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL functioning

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
0 Kudos
Message 1 of 5
(2,928 Views)
Hi dhiraj034…,
try this.

Mike
0 Kudos
Message 2 of 5
(2,927 Views)
thanks mike
 now how to get the data from a function which returns a pointer.
0 Kudos
Message 3 of 5
(2,916 Views)
Hi dhiraj034…,
it should be possible with the "Move Block" function from the kernel32.dll.
Mike
0 Kudos
Message 4 of 5
(2,908 Views)
A pointer to what?
0 Kudos
Message 5 of 5
(2,891 Views)