Click here to Skip to main content
15,921,156 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: loop speed Pin
locoone18-Jul-05 0:15
locoone18-Jul-05 0:15 
GeneralRe: loop speed Pin
khan++18-Jul-05 0:23
khan++18-Jul-05 0:23 
GeneralRe: loop speed Pin
locoone18-Jul-05 0:25
locoone18-Jul-05 0:25 
GeneralRe: loop speed Pin
khan++18-Jul-05 0:36
khan++18-Jul-05 0:36 
GeneralRe: loop speed Pin
locoone18-Jul-05 1:04
locoone18-Jul-05 1:04 
GeneralRe: loop speed Pin
David Crow18-Jul-05 2:56
David Crow18-Jul-05 2:56 
GeneralRe: loop speed Pin
David Crow18-Jul-05 2:59
David Crow18-Jul-05 2:59 
GeneralRe: loop speed Pin
locoone18-Jul-05 17:46
locoone18-Jul-05 17:46 
i narrowed it down i think.
if i leave

DWORD id;
m_bWorking = TRUE;
m_hThread = CreateThread(NULL,0,Thread,this,CREATE_SUSPENDED,&id);
SetThreadPriority(m_hThread,THREAD_PRIORITY_LOWEST);
ResumeThread(m_hThread);

like it is it errors if i //ResumeThread(m_hThread);
no error but the program dont run either so im stuck again.
error: debug assertion failed
file: wincore.cpp
line: 890
Dead | X| Dead | X| Dead | X| Dead | X|
GeneralRe: loop speed Pin
David Crow19-Jul-05 2:27
David Crow19-Jul-05 2:27 
Questionwhen the program is closed, why does the exception occur? Pin
liuyue16-Jul-05 23:42
liuyue16-Jul-05 23:42 
AnswerRe: when the program is closed, why does the exception occur? Pin
Jose Lamas Rios17-Jul-05 16:59
Jose Lamas Rios17-Jul-05 16:59 
GeneralCPU Serial number Pin
Abd.Eskandari16-Jul-05 21:50
Abd.Eskandari16-Jul-05 21:50 
GeneralRe: CPU Serial number Pin
Alexander M.,17-Jul-05 6:02
Alexander M.,17-Jul-05 6:02 
GeneralRe: CPU Serial number Pin
Trollslayer17-Jul-05 6:03
mentorTrollslayer17-Jul-05 6:03 
GeneralConvert Bitmap Size Pin
Abd.Eskandari16-Jul-05 21:47
Abd.Eskandari16-Jul-05 21:47 
GeneralCSocket Progaramming in MFC Pin
mbcvamsidhar16-Jul-05 21:18
mbcvamsidhar16-Jul-05 21:18 
GeneralRe: CSocket Progaramming in MFC Pin
M.Mehrdad.M16-Jul-05 21:35
M.Mehrdad.M16-Jul-05 21:35 
GeneralRe: CSocket Progaramming in MFC Pin
mbcvamsidhar18-Jul-05 3:54
mbcvamsidhar18-Jul-05 3:54 
Generaldynamic struct arrays Pin
Anonymous16-Jul-05 21:12
Anonymous16-Jul-05 21:12 
GeneralRe: dynamic struct arrays Pin
M.Mehrdad.M16-Jul-05 21:37
M.Mehrdad.M16-Jul-05 21:37 
GeneralRe: dynamic struct arrays Pin
Anonymous16-Jul-05 22:27
Anonymous16-Jul-05 22:27 
GeneralRe: dynamic struct arrays Pin
David Crow18-Jul-05 3:04
David Crow18-Jul-05 3:04 
GeneralRe: dynamic struct arrays Pin
PJ Arends16-Jul-05 21:39
professionalPJ Arends16-Jul-05 21:39 
GeneralRe: dynamic struct arrays Pin
toxcct17-Jul-05 21:00
toxcct17-Jul-05 21:00 
GeneralRe: dynamic struct arrays Pin
Anonymous17-Jul-05 1:16
Anonymous17-Jul-05 1:16 

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.