I recently upgraded my labview and application builder from version 7.1 to 8.2 and then 8.2.1.
An executable that I created contains the quit labview function.
With version 7.1, a true input to that function would close down the executable completely, including the run-time engine, which is what I wanted.
However, when I build a similar executable in version 8.2.1, this same call to the function causes the executable to stop running, but the front-panel is still there waiting to start-up again. The run button appears, even though I specify it not to appear under the Window Appearance in VI properties.
The other thing that happens is that during panel close, the program hangs for several seconds, then the Task Manager says that the program is not responding, and then it closes completely a few seconds later. I would prefer it to stop right away.
From reading knowledgebase articles, this seems to suggest that there are some unclosed references, but I can't really find any.
Anyway, it's pretty much the same code as 7.1, and I did not see this same problem there.