Hi all
I have an odd problem.
We are using a 3rd party library to do some sound filtering. They have protected their dlls with a usb protection device (an aladin HASP), which prevents the vis from loading when the usb device is not found.
We have one usb device, and since we do development as well as production, we need some workaround to continue programming. I have included a conditional disable to allow me to test and run the labview program without using the extra library - it works fine for most development purposes.
Now, I am ready to deploy the program to the production machine at out costumers, and I change the symbol in the conditional disable to enable the 3rd party library. This results in broken vis and my program cannot be built into an executable.
What to do?
Is it possible to build the executable despite the broken vis? I am sure that when we move the .exe file to the production machine the broken vis will no longer be broken and the program should run properly.
cheers
morten