LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW built DLL calls fine in EXE on Machine 1, Fails to call on Machine 2

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?



I saw my father do some work on a car once as a kid and I asked him "How did you know how to do that?" He responded "I didn't, I had to figure it out."
0 Kudos
Message 1 of 2
(930 Views)

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.

 

 

0 Kudos
Message 2 of 2
(929 Views)