08-13-2007 03:37 PM
08-14-2007 10:42 AM
08-14-2007 11:10 AM
08-16-2007 02:04 PM
08-17-2007 11:25 AM
Yeah, after looking at this a little bit, I realized that it wasn't really a bug. When you use an activex control, CVI uses other dlls, so in the process detach event, we can't rely on those other dlls still being around.
However, I noticed that CVI generates the call to DiscardPanel when CVI generates code for a dll that displays a UI. So we changed the generated code to not call DiscardPanel in the process detach.
- jared