LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Making changes to dynamic vi's called by executable

I have an executable with many dynamically loaded vi's. I want to make a change to one of the dynamic vi's. Do I have to "build" my execuable again, after making the change to my dynamic vi?
0 Kudos
Message 1 of 2
(2,535 Views)
"harene.pitter@tripointglobal.com" wrote in message
news:5065000000080000007CF00000-1079395200000@exchange.ni.com...
> I have an executable with many dynamically loaded vi's. I want to make
> a change to one of the dynamic vi's. Do I have to "build" my execuable
> again, after making the change to my dynamic vi?

Hi,

That depends on how you refere to the dynamically loaded VI's. If you refere
to them by there path, they can be located anywhere (with the normal .vi
extension), and can be changed without having to recompile.

Regards,

Wiebe.
0 Kudos
Message 2 of 2
(2,535 Views)