Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Worker Thread Problem Pin
Blake Miller11-Apr-05 12:33
Blake Miller11-Apr-05 12:33 
GeneralRe: MFC Worker Thread Problem Pin
toxcct11-Apr-05 20:55
toxcct11-Apr-05 20:55 
GeneralRe: MFC Worker Thread Problem Pin
CNewbie11-Apr-05 20:58
CNewbie11-Apr-05 20:58 
GeneralRe: MFC Worker Thread Problem Pin
Iain Clarke, Warrior Programmer11-Apr-05 12:37
Iain Clarke, Warrior Programmer11-Apr-05 12:37 
GeneralImage resize in GDI+ Pin
smicikli11-Apr-05 10:18
smicikli11-Apr-05 10:18 
GeneralATL configuration Pin
act_x11-Apr-05 9:47
act_x11-Apr-05 9:47 
GeneralComing out of StandBy application crashes Pin
casid11-Apr-05 9:32
casid11-Apr-05 9:32 
GeneralRe: Coming out of StandBy application crashes Pin
Blake Miller11-Apr-05 12:49
Blake Miller11-Apr-05 12:49 
Wow Unsure | :~

Two ideas come to mind.

I see msvcrt!endthreadex in the call stack. If that is at all reasonably correct, then maybe you would want to catch the entrance to the standby mode within your application and prevent your own application from terminating or leaving any threads once standby is about to be 'entered' and then you can leave once you have resumed.

Also, device states might not be identical coming out of standby. Perhaps your worker thread is ineracting with a device which has different state coming out of standy?

Just some ideas, hope they help.

Generalmemory leaks vs. the OS Pin
Maximilien11-Apr-05 9:30
Maximilien11-Apr-05 9:30 
GeneralRe: memory leaks vs. the OS Pin
Rick York11-Apr-05 10:17
mveRick York11-Apr-05 10:17 
GeneralDifferent toolbars Pin
act_x11-Apr-05 8:28
act_x11-Apr-05 8:28 
GeneralRe: Different toolbars Pin
BambooMoon11-Apr-05 9:40
BambooMoon11-Apr-05 9:40 
GeneralWincore.cpp Line 958 Assert When Using MFC Classes Pin
erez_oh11-Apr-05 7:23
erez_oh11-Apr-05 7:23 
GeneralRe: Wincore.cpp Line 958 Assert When Using MFC Classes Pin
Blake Miller11-Apr-05 12:51
Blake Miller11-Apr-05 12:51 
Generalproblem executing EXE file with shellexecute Pin
Green Fuze11-Apr-05 7:00
Green Fuze11-Apr-05 7:00 
GeneralRe: problem executing EXE file with shellexecute Pin
Daniel132411-Apr-05 8:01
Daniel132411-Apr-05 8:01 
GeneralRe: problem executing EXE file with shellexecute Pin
Green Fuze11-Apr-05 12:36
Green Fuze11-Apr-05 12:36 
GeneralRe: problem executing EXE file with shellexecute Pin
ddmcr11-Apr-05 8:31
ddmcr11-Apr-05 8:31 
GeneralDevStudio Macros Pin
Kyudos11-Apr-05 6:08
Kyudos11-Apr-05 6:08 
Generalgenetic algorithm Pin
smarty1211-Apr-05 5:46
smarty1211-Apr-05 5:46 
GeneralRe: genetic algorithm Pin
Chris Meech11-Apr-05 6:23
Chris Meech11-Apr-05 6:23 
GeneralRe: genetic algorithm Pin
liquid_11-Apr-05 7:06
liquid_11-Apr-05 7:06 
QuestionHow can I use the CCriticalSection? Pin
zhenyuanwu11-Apr-05 5:03
zhenyuanwu11-Apr-05 5:03 
AnswerRe: How can I use the CCriticalSection? Pin
David Crow11-Apr-05 5:21
David Crow11-Apr-05 5:21 
AnswerRe: How can I use the CCriticalSection? Pin
BambooMoon11-Apr-05 9:43
BambooMoon11-Apr-05 9:43 

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.