LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV 8.2.1 dependencies

I have a problem building an EXE from a program originally written in 6.1.

I have mass compiled my LV folders, saved the entire VI to LV 8.2.1, but when I try to make a project to build an EXE, it can't find some files it claims are needed for the program.

These files are as follows:


I've verified that they are NOT on my machine.  Neither do they show up in the VI heirarchy.

The program runs just fine within the development environment.  I've also copied the whole block diagram to a new VI, but the same error occurs upon project creation.

Help?

Shane.

Message Edited by shoneill on 05-22-2007 01:09 PM

Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 1 of 6
(2,954 Views)
I'm not sure if this will help but you can give it a try :

1) delete all the dependencies
2) refresh them
3) check if the missing files appear again

0 Kudos
Message 2 of 6
(2,933 Views)
JB,

Thanks for the suggestion.  I had tried this, but the same non-existent dependencies came back again.

I'm currently re-compiling my full 8.2.1 folder.  I think last time I only recompiled the vi.lib folder.

I'll report if this fixes things.

Thanks again

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 3 of 6
(2,930 Views)
Hmmm,

After mass compiling my entire LV 8.2.1 folder, the problem was still there.

Then I repaired my installation and suddenly everything works.  The SIM* files are still listed, but now they're found and no longer missing.

What are these files, and why are they needed by the EXE and not the development environment??

Shane
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 4 of 6
(2,914 Views)
Scanning my harddisk for the files containing SIM Init from Cluster I have just noticed that these SIM... VIs are called by some of the VIs in ..\vi.lib\gmath\ode.llb\. Try to open ODE Solver Main.vi to see the default directory of these VIs.

They are also not installed on my computer.

0 Kudos
Message 5 of 6
(2,907 Views)
Check out this Knowledgebase (http://digital.ni.com/public.nsf/websearch/C4B6EF55C6948A27862572B30068BF91?OpenDocument), this should correct your problem!
Message 6 of 6
(2,851 Views)