11-21-2013 11:15 AM
Hi,
I got a problem with my Labview program.
When I compile it, I had some bugs :
"variable shared 'RT compact RIO Target\...[name Folder]......\[varible name]' not in the project"
in french : "variable partagé"RT compact RIO Target\......[nom du dossier].......\[,om de la variable]' pas dans le projet"
I though, it was the module "RT compact RIO", which was unstall, but, I have no problem with my others Labview program.
Do you have an idea?
Thanks
11-21-2013 11:18 AM
Hello simaoniko,
It sounds like there are one or more Network-Published Shared Variables used in your VIs that aren't included in the project you are trying to deploy. Are you using shared variables? Did you copy this code from another project? If there are shared variable libraries in the project you're using, are they deployed to the host and/or target?
Regards,