04-28-2008 08:42 AM
04-29-2008 04:49 AM
04-29-2008 06:35 AM
04-29-2008 07:13 AM
04-29-2008 07:51 AM
Does the 3rd party code have documentation describing what it does and any limitations that the code has?
When buying 3rd party code, make sure it has documentation.
04-29-2008 08:45 AM - edited 04-29-2008 08:46 AM
I'll jump to the game of trying to help with very little to go on.
Try setting all of the third party VI's as read only and then check both of the boxes shown below to see if that gets rid of those messages.
Ben
PS: Thanks to Mike Porter for teaching me this last night.
04-29-2008 08:52 AM
It's not that simple as it isn't always the same VI, but usually it is to do with ones that use "General Error Handler CORE.vi". So for example, just now I loaded the project from scratch, opened my GUI VI, then closed it (making no changes)
It tells me that NI_3dgraph.lvlib:Basic Properties.vi has unsaved changes
Affected Items:
NI_3dgraph.lvlib:Basic Properties.vi
NI_3dgraph.lvlib:3D Surface.vi
Format Message String.vi
General Error Handler CORE.vi
If I click "Explain changes", all the above items say "VI recompiled". The top two also say "External component modified since last VI Save"
Any Ideas?
04-29-2008 08:58 AM
Thanks Ben,
Looked promising but no cigar 😞
As you can see NI_3dgraph isn't a third party control.
04-29-2008 08:58 AM
Try doing a mass compile.
Warning: that can take a while.
Ben
04-29-2008 09:10 AM
Ben,
That has done the trick! Will let you know whether it is a complete fix further down the line.
Cheers for now!