LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Call library function windows 95

Hi everyone,

I have a problem with the call library function, I have a program that inputs a parameter to the call library function and it all works ok
on a windows 2000 machine but the customer is using windows 95 and LabView 5.0.

When I run the VI on the customers machine (win 95)the output of the call library function is always the same.

Do you guys have any clue why that is happening?

See attached file for the code and more info.

Info on the program:

The dll file connects to an database and checks that the unit under test is at the right station in the production line.
The database connection and everything else works but SFDC_Check always comes back with a zero.

Thanks for the help and taking the time.

Best regards /Johan Lindberg
Best Regards

Johan
0 Kudos
Message 1 of 3
(2,218 Views)
Sorry here is the attached file:
Best Regards

Johan
0 Kudos
Message 2 of 3
(2,214 Views)
This is tough to troubleshoot if the DLL is a black box. Are there any known issues using it in your customer's OS? Do you have the ability to debug the DLL?

On the LabVIEW side, the only thing I can think of is to verify that the Call Library Function is configured properly. Do you have the C/C++ prototype of the function you are calling?

Also, which version of LabVIEW are you using? The most recent versions of LabVIEW are not supported on Windows 95.

Steven H.
0 Kudos
Message 3 of 3
(2,203 Views)