03-25-2015 04:37 PM
Can someone please tell me how can I create a linux shared library, to use in labview?
I will be creating 3 shared libraries, 1 for serial communication, 1 for battery status, and the last one, to detect the computers power changes, such as shutdown, restart, hibernate,sleep, logoff.
Please give me some information, so I can start coding.
Thanks.
03-25-2015 05:53 PM
03-25-2015 05:55 PM
I'm trying to make these shared libraries in c/c++.
03-25-2015 06:38 PM
03-25-2015 06:46 PM
where should I post?
03-25-2015 06:54 PM
03-25-2015 06:55 PM
thanks.
03-25-2015 07:05 PM
Outside of actually making the code you want to call, there is integrating it into LabVIEW. For that you'll want to start here:
03-26-2015 07:29 AM
Hello,
Once your libraries are built, here's a discussion thread that may help you when calling the libraries.
Michel