From a Call Library Function Node, I'm calling a DLL I authored. My DLL function code has 3rd party dependencies which I've placed both in the project folder and added to the labview project.
In the built application the dependent DLLs located in the folder of the built EXE are found, which is fine.
When testing directly in Labview, it seems to be looking for these dependencies in C:\Program Files\National Instruments\Labview 2016\ rather than in the project folder. How can I change this?
Thanks,
David