06-15-2010 04:59 AM
When the vi call a dll from 3rd party, labview will quit suddenly.
May I know how should I check for it, thanks.
06-15-2010 05:16 AM - edited 06-15-2010 05:16 AM
Maybe the dlls task is to quit LabVIEW ?!
I guess the dll you are calling crashes and takes LabVIEW with it.
Check the calling of your dll. There might be a failure.
Best regards,
Rainer
06-15-2010 09:27 AM - edited 06-15-2010 09:28 AM
There are far too many things that could go wrong:
06-15-2010 11:15 AM
If the DLL is known to be good, then most of the times the crash is caused by the wrong calling convention. I've seen this numerous times. There are two calling convention choices: WINAPI and C. Whichever one is selected, change to the other.