LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Library link order with CVI

I am trying to link in some MATLAB libraries into my CVI project. There are 5 libaries and they must be linked in a particular order. Is there a way to specify the link order in the CVI environment? As far as I can tell CVI links the libraries in alphabetical order, which is not what I need. We have previously corresponded with an individual named Claudia Lorente and have found her to be most helpful. Our previous reference number was 535475. Thank you.
0 Kudos
Message 1 of 2
(2,785 Views)
Hello

Looks like you might be right on this. One way around this would be to use LoadExternalModule() to load the libraries dynamically, giving you full control over the order of the libraries.

Hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,785 Views)