LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Vi in dependencies, Althoug none callers

Hi

I would like to understand why i have the Not Found Dialog.vi in  dependencies whereas there no callers 

(when I made on it Find\ callers  with the mouse

0 Kudos
Message 1 of 5
(2,518 Views)

Hi Kounga,

maybe it's disabled in one of your vi's.

 

Mike

0 Kudos
Message 2 of 5
(2,510 Views)
This VI is part of the error library and the caller is probably the error handler. There's a problem in at least some versions of LabVIEW where a disable structure (like Mike suggested) doesn't correctly recognize changes between platforms and doesn't recompile the code. See this thread for more details.

___________________
Try to take over the world!
Message 3 of 5
(2,503 Views)

Thanks to all

but i have tried to mass compil vi.lib 

load general error core.vi  and save no effect

 

I have another 'not found dialog.vi' in another place on my desktop 

and callers point on it 

I try to replace it by the right one (in the error.llb under vi.lib\utility ) with the function replace with => No effect

Replace with seems to doesn't work 

I have succeed to solve the problem to find general error handler CORE.vi and find NO found dialog.vi  and replace it by  the

right one in error.llb in  vi.lib\utility 

But why replace with in project don't make the same thing. It would be more handy 

 

 

0 Kudos
Message 4 of 5
(2,483 Views)
I'm not sure what your problem is exactly, but you can't have two VIs with the same name in the same project (unless they're members of different libraries), so I suggest you rename your VI or put it into a library.

___________________
Try to take over the world!
0 Kudos
Message 5 of 5
(2,455 Views)