Click here to Skip to main content
15,914,642 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralSound of the Week Pin
Sander Rossel10-Aug-17 1:56
professionalSander Rossel10-Aug-17 1:56 
GeneralRe: Sound of the Week Pin
Marc Clifton10-Aug-17 2:52
mvaMarc Clifton10-Aug-17 2:52 
GeneralRe: Sound of the Week Pin
Sander Rossel10-Aug-17 5:50
professionalSander Rossel10-Aug-17 5:50 
GeneralRe: Sound of the Week Pin
grralph110-Aug-17 23:39
grralph110-Aug-17 23:39 
GeneralRe: Sound of the Week Pin
Sander Rossel10-Aug-17 23:46
professionalSander Rossel10-Aug-17 23:46 
GeneralRe: Sound of the Week Pin
grralph111-Aug-17 1:31
grralph111-Aug-17 1:31 
GeneralRe: Sound of the Week Pin
Sander Rossel11-Aug-17 5:08
professionalSander Rossel11-Aug-17 5:08 
GeneralI did know that I should not do that ... Pin
Jochen Arndt10-Aug-17 0:34
professionalJochen Arndt10-Aug-17 0:34 
I just wanted to check something obvious, placed an assertion within an asynchronous callback function called from the system, and started the debug build directly (not from within Visual Studio).

I was able to close the affected application using the task manager (which also closed the assertion message window) but there is still a stale top level drag image on the screen.

Seems that I have to end the user session to get rid of it.

Self note: Follow your own advisesadvice:
// IMPORTANT NOTE:
//  This is called asynchronously from the system and critical errors may make the 
//   whole system not responsible.
//  So no assertions and exceptions should be raised here and in the called functions.
//  If called functions might raise exceptions they should be catched here.


modified 10-Aug-17 6:55am.

GeneralRe: I did know that I should not do that ... Pin
OriginalGriff10-Aug-17 0:40
mveOriginalGriff10-Aug-17 0:40 
GeneralRe: I did know that I should not do that ... Pin
Jochen Arndt10-Aug-17 0:59
professionalJochen Arndt10-Aug-17 0:59 
GeneralRe: I did know that I should not do that ... Pin
dan!sh 10-Aug-17 1:06
professional dan!sh 10-Aug-17 1:06 
GeneralRe: I did know that I should not do that ... Pin
rnbergren10-Aug-17 3:14
rnbergren10-Aug-17 3:14 
GeneralCCC OTD 2017-08-10 - Solved Pin
Duncan Edwards Jones9-Aug-17 22:16
professionalDuncan Edwards Jones9-Aug-17 22:16 
GeneralRe: CCC OTD 2017-08-10 Pin
OriginalGriff9-Aug-17 22:42
mveOriginalGriff9-Aug-17 22:42 
GeneralRe: CCC OTD 2017-08-10 Pin
LabVIEWstuff10-Aug-17 0:39
LabVIEWstuff10-Aug-17 0:39 
PraiseRe: CCC OTD 2017-08-10 Pin
Duncan Edwards Jones10-Aug-17 0:54
professionalDuncan Edwards Jones10-Aug-17 0:54 
GeneralRe: CCC OTD 2017-08-10 Pin
OriginalGriff10-Aug-17 1:00
mveOriginalGriff10-Aug-17 1:00 
GeneralDealing with people who repeat themselves repeatedly Pin
Daniel Pfeffer9-Aug-17 20:22
professionalDaniel Pfeffer9-Aug-17 20:22 
AnswerRe: Dealing with people who repeat themselves repeatedly Pin
RickZeeland9-Aug-17 20:58
mveRickZeeland9-Aug-17 20:58 
GeneralRe: Dealing with people who repeat themselves repeatedly Pin
Johnny J.9-Aug-17 21:13
professionalJohnny J.9-Aug-17 21:13 
GeneralRe: Dealing with people who repeat themselves repeatedly Pin
OriginalGriff9-Aug-17 21:32
mveOriginalGriff9-Aug-17 21:32 
GeneralRe: Dealing with people who repeat themselves repeatedly Pin
Johnny J.9-Aug-17 21:43
professionalJohnny J.9-Aug-17 21:43 
GeneralRe: Dealing with people who repeat themselves repeatedly Pin
CodeWraith9-Aug-17 22:15
CodeWraith9-Aug-17 22:15 
GeneralRe: Dealing with people who repeat themselves repeatedly Pin
Johnny J.9-Aug-17 23:03
professionalJohnny J.9-Aug-17 23:03 
GeneralRe: Dealing with people who repeat themselves repeatedly Pin
CodeWraith9-Aug-17 22:08
CodeWraith9-Aug-17 22:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.