04-26-2017 04:25 AM
Hi everybody,
I have an IC-3173 industrial controller and a Gocator-2330C 3D scanner camera. The company of the Gocator provides a SDK for the device. For usage I have to load the .DLL-s into LABVIEW to access the functions of the GOCATOR. However I never used Industrial Controller before and do I have to recompile my .DLL-s to Linux if I want to process my DATAs on FPGA?
Sorry, not so expert in that field.
Solved! Go to Solution.
05-24-2017 04:38 AM
Hi,
unfortunately there's no way to convert a DLL to a Linux shared library. At the absolute minimum the library needs to be recompiled for the correct target, but most likely the library also calls into operating system functions, and those functions are not the same across different operating systems. The manufacturer would need to provide a Linux version of their library in order for you to be able to use it.