02-26-2015 03:22 PM
Constantin,
I resolved the issue by using dynamic linking for my dll with windows API instead of static by adding the .lib to the project. This is a bit strange...
Stan
03-04-2015 09:12 AM
It's been a while since my debugger crashed. But it did just now and I finally got a chance to run your application. I got no windows in red:
03-04-2015 10:33 AM
Hello Electro,
Your windows seem to be from LabWindows/CVI. You should enter the process ID of your program (the one you are debugging with CVI).
Since you said WebBrowser.prj doesn't have the problem for you, the cause of the hang could be different in your case but it's worth a try.
Constantin
03-04-2015 03:54 PM
Ah, of course. My mistake.
While I wait for another crash, I've been seeing these dialogs (one after the other) frequently when starting the debugger:
Are these related to this discussion or not? For what it's worth my Execution Profiler output looks pretty good in terms of process load:
03-04-2015 04:05 PM
Do you use the output queue with your com ports? If so and can disable it, set the output queue length to -1 in opencomconfig...
03-04-2015 04:08 PM
Mine is already set to -1 (immediate write).
03-05-2015 02:07 AM
Hello Electrolund,
These dialogs are normal to appear after you kill the debugger. Because you manually killed it, CVI is in a bad state.
Do you see the dialogs after you restart CVI?
03-05-2015 07:53 AM
I think you're right. After a restart, I don't think I see those anymore. I'll pay more attention next time.
04-13-2016 01:48 AM