10-22-2024 04:05 AM
Hi All,
I have been trying to move a LabView project from my PC to one of my colleagues PC. I tried to make a zip and sent it packaged , but unfortunately on my colleagues PC it doesn't open fully. I use few addons that was installed through VIPM , even after downloading the same addons on the other PC through VIPM it shows as it is missing some .dlls ( all the drivers have been installed too ).
does anyone of you know what could be happening here ?
Thank you
10-22-2024 04:27 AM - edited 10-22-2024 04:29 AM
Hi Thili,
@Thili_kiri_kaju wrote:
does anyone of you know what could be happening here ?
You forgot to install all needed modules/toolkits…
It really would help to show a error message box to identify the missing software components!
@Thili_kiri_kaju wrote:
move a LabView project from my PC to one of my colleagues PC.
You should use a SCC tool (like SVN or GIT) to synchronize code between computers in your department!
10-22-2024 04:43 AM
I made sure I installed all the necessary drivers and toolkits in the target computer , same as I have in my PC. I get this window where it tries to look for this specific .dll , but it's one of the drivers.
10-22-2024 04:59 AM
That's a FTDI chip driver.
10-22-2024 05:01 AM
Hi Thili,
@Thili_kiri_kaju wrote:
I get this window where it tries to look for this specific .dll , but it's one of the drivers.
That FTD*.dll doesn't belong to NI installation (IMHO), but comes with a driver that uses some interfaces with FTDI ICs.
You need to install that driver on the other computer…
(Atleast with my LV2019 installation there is no "C:\programs\NI\" folder, and so there is no "\LVAddons\nivisa\1\resource" subfolder!)