03-16-2011 04:21 AM
I'm trying mass compile some of my project files from 8.6 to LabVIEW 2010, When I mass compile I get the below warning for few VI"s
LabVIEW did not compile the file <VI Name>
The VI's for which these warning occur have few deprecated functions, like the calles property node. I'm not sure why this happens. Does this mean Mass Compile will not compile files with deprecated functions/nodes ?
Thanks,
Sathish
Solved! Go to Solution.
03-16-2011 04:41 AM
Possibly.
One thing you can do though is open that VI in LV 2010 (only that VI) and then hold "ctrl+shift" and clic on run, this will force LV to recompile all the VIs in memory, see what happens when you do that.
If your VI calls some deprecated properties, you might have to change that it to use up to date properties before you can compile it.
Can you post the VI that does not compile?
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
03-16-2011 06:09 AM
TiTou, thanks for replying. I was actually a mistake from my end, these were not VI's with deprecated functions, but these were VI's that were added to the lvlib and were deleted from the disk. That's why LabVIEW did not compile
There weren't any documentation about this error, So I immediately posted it. I should have debugged it more carefully.
Thanks,
Sathish