Hello all,
I am qiute new to LabView and I have got some problem regarding with the build. The default build includes the rtilvdds.dll but when running it misses the used VIs. I tried to include one by one the used VIs but the same happens. Can someone tell me how to include to be able to move the exe to another PC?
Thank you
Ákos
Hello Ákos,
I would like to know a bit more about your environment. Which version of LabVIEW are you using? 32 or 64 bits? Are you running VIs directly or creating an .exe application from LabVIEW? Has the coputer where those files are copied installed the RTI DDS Toolkit in LabVIEW?
LabVIEW 2017, it doesn't have the RTI DDS Toolkit installed by default. It is preinstalled, so you have to use the VI Package Manager to manually install it. You can find how to do it in the section "1.2 Installing" of our Getting Started Guide: https://community.rti.com/static/documentation/dds-toolkit-labview/2.0.0.104/RTI_DDS_Toolkit_GettingStarted.pdf
Thanks,
Angel.
Hi Angel,
I am using LabView 2017 32 bit and Toolkit is installed. I would like to create an .exe which is portable. So on target PC only Runtime-engine is installed.
Ákos
Thank you the include of the ddls solved my problem.
Where are these dll's located?
You can find these libraries under <LabVIEW installation>\vi.lib\_RTI DDS Toolkit_internal_deps (eg C:\Program Files (x86)\National Instruments\LabVIEW 2016\vi.lib\_RTI DDS Toolkit_internal_deps)