12-06-2005 04:11 AM
12-06-2005 04:23 AM
Hi,
I have built applications with more than 300 sub VI's ( currently using labVIEW 7.1)
All i do is select the Main VI and all the Sub Vi's( even those in user library) get added by themselves.\
if there are any addon /support files that my application needs, i add them.
Thats it.
are you doing anything different?
Regards
Dev
12-06-2005 04:46 AM
12-06-2005 06:31 AM
12-06-2005 07:30 AM
I didn't say you should add it as a top level VI, but that you put in some VI where it won't run, but will be loaded into memory.
It looks like if you add a VI dynamically, its subVIs (not the dynamically called ones) are also included in the build.
12-06-2005 08:04 AM
12-06-2005 08:35 AM
You're right, the DLL will be loaded when the VI is loaded, although I still don't understand what's the problem with loading the DLL into memory before.
In any case, like I said, it looks like you when you include a dynamic VI, its subVIs are included as well, so that should help you.
12-06-2005 09:22 AM
12-06-2005 09:51 AM
12-06-2005 10:03 AM