07-13-2011 12:45 PM
After running project for over a year with no problem I'm getting a Run time library now the on dbg.exe file error R6030 - CRT not initialized. How do I find the CRT and initialize it also why now?
07-14-2011 10:37 AM
Its difficult to say with the lack of information you have provided, but it sounds like you are using a Microsoft runtime (C Run Time) in your project. Can you supply any more information?
Thanks,
Ryk
07-14-2011 10:56 AM
I'm using NI LabWindows/CVI ver 8.0, I installed a UI that must have updated one or more of the dll files to a newer version that didn't play well with my oldler version. I did a restore to the day before the install and am now able to run my program. Thank you for the reply.