08-05-2016 12:06 PM
Hi, I'm an engineering student currently working in my internship. I want to build a program with some OpenCV libraries using .dll files. I can get it working in LabVIEW on WindowsOS. I used Visual Studio to do the compiling and make my own .dll files. But I would like to load it onto a CVS 1458RT. I read that this particular CVS uses "NI Linux Real TIme." My question is if I can load a .vi with .dll files onto this particular CVS, or if i would have to compile .so files for it to read them since it runs on a Linux enviornment? I havent tried to load it with .dll and am scared to do so.
Solved! Go to Solution.
08-08-2016 01:26 AM
as I know it is not posiible to use dll file with such method
08-08-2016 05:04 AM
According to this, you have to compile with os specific file type : http://digital.ni.com/public.nsf/allkb/2EA49B05E67DDECF86256F9A006FB315
08-08-2016 06:59 PM
thank you