07-31-2019 06:14 AM
Hi everyone ... I am new to labview and I am using myRIO 1900
i wanted to use a C++ program in myRIO project, but I got this (in the photo).
I know that there is something related to shared libraries ... but I dont have much experience
can anyone help ...!
Thanks
07-31-2019 06:22 AM
07-31-2019 06:53 AM
thanks for answering...
you mean I cant use DLL files ... I didnt get it ...
I used a DLL file with "visual studio " ...
can you explain more please ...
thank you
07-31-2019 01:25 PM - edited 07-31-2019 01:25 PM
@mohlq007 wrote:
you mean I cant use DLL files ... I didnt get it ...
I used a DLL file with "visual studio " ...
can you explain more please ...
Is that Visual Studio running in Linux?
No a binary built for a specific target and platform cannot run on a target and platform not compatible with that binary without various emulators, or translations. Build the binary into something compatible with your target and platform and you can use it.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
07-31-2019 07:26 PM
no .. I used visual studio in windows 10
but you are saying that I would not have this probleme if I used visual in linux ??
08-01-2019 12:40 AM
Hi mohlq,
you are saying that I would not have this probleme if I used visual in linux ??
We are saying you would have much less problems if you would use a compiler dedicated to support Linux-style OS and your source code would not use any WindowsOS features…
You cannot move an executable made for one specific OS to a completely different OS and expect it to run…