LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

find dlls used in sub Vis

Hi All,
Is there a way to locate all dynamically loaded files in a VI and all of it's sub-VIs?  I am trying to build an exe, and I seem to be missing a dll that it needs, but I can't find the call.
Jim
Jim

LV 2020
0 Kudos
Message 1 of 6
(3,209 Views)
If you haven't changed the labels a text search for "Call Library Function Node" should find you all the external dll calls.

André
Regards,
André (CLA, CLED)
Message 2 of 6
(3,202 Views)

I dont think so, without a proper documentation, atleast inside the Main/Top-level VI's diagram itself. Smiley Sad

Unless n until it is written in some known place, for example, the calling VI, it is pretty much difficult to trace all those stated stuff. Smiley Wink

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 3 of 6
(3,199 Views)

Thanks Andre,

six years of this and still learning!  I've never even thought to try a text search.

Jim

Jim

LV 2020
0 Kudos
Message 4 of 6
(3,197 Views)

Jim,

I didnt negate Andre's reply, though...

BTW, did you manage to find all the dynamically loadable VIs ? Because, they wont be shown in the VI Hierarchy. Smiley Wink

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 5 of 6
(3,192 Views)

Partha,

Yes, there weren't actually any dynamically loaded VIs, and actually the other thread helped me remember that I was forgetting to add lvanlys.dll when building the application.  The text search turned it up as well.

Jim

Jim

LV 2020
0 Kudos
Message 6 of 6
(3,186 Views)