08-11-2008 05:14 PM
08-12-2008 10:40 AM
08-12-2008 10:57 AM
08-12-2008 04:47 PM
08-14-2008 12:34 AM
Hi George2,
The error message appears in the popup "Microsoft VC++ Debug Library" because you probably have Just-In-Time (JIT) debugging enabled in Visual Studio. Please follow the linked instructions to disable debugging so that we can see where the crash occurs. Once that's complete and you obtain theLabVIEW crash log, we can continue attacking the issue. Goodnight!
08-15-2008 02:06 PM
Hi Peter,
Thanks. This application uses third-party software - specifically .dll's - that were provided without source code. I'll have to get the source from the contractor in order to rebuild without JIT. Will do and will be in touch shortly.
George2
08-18-2008 05:14 PM
Hi George2,
The JIT debugging option is independent of your DLLs. You should be able to launch Visual Studio, uncheck the option, and then run your application. Then, the next time it crashes, Visual Studio will catch the error.
08-18-2008 06:31 PM
Hi Peter,
We were able to track this problem to a bug in the 3rd party software. Its now resolved.
Thanks for your help!
George2
08-18-2008 06:32 PM