Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL Timeout

Hey everyone,

I have a DLL where it's functions are able to run when called from an EXE I create, but not from Labview.

It seems to be timing out at a certain line in the code(When run in Labview), and I was wondering if anyone have any sort of tips on howto fix this - I'm stuck! 😃

-Gene
0 Kudos
Message 1 of 4
(3,224 Views)
I suggest posting this question in the LabVIEW forum to get the best answer to this question.

- Elton
0 Kudos
Message 2 of 4
(3,224 Views)
I've never heard of a "DLL Timeout"

Is this an error code that the function is returning, or is the DLL locking up and not returning control back to LabVIEW.

Does the DLL have a simpler function that you can test with, or does it only affect a certain function call in LabVIEW?

Thanks,
0 Kudos
Message 3 of 4
(3,224 Views)
Hey David,

Thanks for your reply. The DLL is not locking up, the function I am running actually "times out" and will return a error code back to Labview.

I've broken up the DLL into several steps to isolate the issue, it just seems to have a problem with this one line in my code.

Is there any limitations on DLL's created in Labview?
0 Kudos
Message 4 of 4
(3,224 Views)