LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Error: "Unrecoverable Internal Error at 001B:100D304C. LabWindows/CVI will be aborted"

Hi AL,

I don't know more that what I wrote about iit, and this was what I have found out by doing...
I am also not from NI, I think they should be able to answer you.

For compatibility with future versions, only NI people can answer...

Bye!

Rac
0 Kudos
Message 11 of 14
(1,337 Views)
Hi Rac,

thanks anyway for your help. Appreciate it.

Cheers
AL
0 Kudos
Message 12 of 14
(1,331 Views)

I got one of these unrecoverable errors. I was worried about it at first when I came to this thread. For my unrecoverable i elmininated it down to one *.C file and then I found what was causing it in that C file. For me it was a struct that I was declaring as a variable in one of my functions. I renamed the struct without updating this specific function and it was causing a Unrecoverable Error at compile time. Try compiling the files in your project individually until you find the one causing the error then start commenting sections out until it goes away... Good Luck...

 

      -G. Futia

0 Kudos
Message 13 of 14
(1,286 Views)
There was a problem reported with CVI 7.1 where much sadness happened when compiling code that had a particular kind of struct (it had to do with undefined structs without members). This was fixed in 8.0. You can try using an eval version of CVI 8.0 to see if this is indeed the same problem.

If you still see the problem with 8.0, it would help if you can provide us with something that lets us reproduce the problem so we can investigate it further.

Thanks

Message Edited by bilalD on 02-02-2006 10:15 AM

Bilal Durrani
NI
0 Kudos
Message 14 of 14
(1,269 Views)