LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView .DLL

Hi there!
I need to understand the function of a LabView .DLL (Ivdaq.dll).
How can I open the source code (probably written in C) of this .DLL?
Do I need Visual Basic or whatever??

Thanks for reply!
Mike
0 Kudos
Message 1 of 3
(3,131 Views)
Hi,

DLL's are compiled, like .exe's and the binary data cannot be converted back
to source code.

Regards,

Wiebe.

"Mike Boller" wrote in message
news:3f867231$1_1@news.tiscalinet.ch...
> Hi there!
> I need to understand the function of a LabView .DLL (Ivdaq.dll).
> How can I open the source code (probably written in C) of this .DLL?
> Do I need Visual Basic or whatever??
>
> Thanks for reply!
> Mike
>
>
>
Message 2 of 3
(3,131 Views)
IF you want to use the DAQ functions, look at nidaq.dll and the functions reference manual.
0 Kudos
Message 3 of 3
(3,131 Views)