09-15-2021 11:06 AM
I have a DLL which I built from LV code.
This DLL is called by an application on Machine 1, everything works fine.
This same DLL is called by the same application on Machine 2. The call fails with an error indicating that one of the VIs used by the DLL source is broken.
Both of these machines have the same OS, same LV install (runtime, libraries, bit-ness, etc.)
So the question is, what's up with that?
09-15-2021 11:13 AM
Can you post the code, the DLL, the exact error message, and/or a general description of what the DLL does?
If you made sure that the LabVIEW environment is the same, it could be a difference of other system binaries like .NET versions, version of Office if you're calling the report generation toolkit, and so on.