10-02-2007 01:21 PM
10-03-2007 12:50 PM
10-07-2007 03:30 AM
Hello JamesR,
Thank you for your replay,
I tried to to follow you suggestion using the lvsbutil.exe from Labview 8.2.1 (I don't have 8.2) but with no result.
The vi is still crashing.
I notice that the lvsbutil.exe in Labview 8.2.1 is much smaller than 8.5 or 7.1.1 (196kb)
Do you have any more suggestions?
Thanks
Lior
10-07-2007 04:09 AM
Changing this CIN stuff to go over DLLs instead sure would help getting debugging more simplified. As it is with CINs your possibilities for source level debugging are quite limited and in the case of 8.2(.x) according to my own underfindings impossible because the CIN Node will simply shutdown LabVIEW on any exception, even if that is a debug breakpoint. In LabVIEW 8.0 and 8.5 I do not have this problem, notably on the same machine, so it can be hardly an environmental influence of my Visual Studio debugger not being registered properly.
@lior wrote:
Hello JamesR,
Thank you for your replay,
I tried to to follow you suggestion using the lvsbutil.exe from Labview 8.2.1 (I don't have 8.2) but with no result.
The vi is still crashing.
I notice that the lvsbutil.exe in Labview 8.2.1 is much smaller than 8.5 or 7.1.1 (196kb)
Do you have any more suggestions?
10-09-2007 06:37 AM
Hi lior,
rolfk is right that the bad lvsbutil in LabVIEW 8.5 prevents you from creating CINs; it's not the cause of your CIN that is crashing. I would suggest following rolfk's advice, namely to fix any errors which may exist in your external code.