Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem in Displaying Simplified Chinese. Pin
gothic_coder3-Aug-09 3:35
gothic_coder3-Aug-09 3:35 
AnswerRe: Problem in Displaying Simplified Chinese. Pin
gothic_coder3-Aug-09 22:33
gothic_coder3-Aug-09 22:33 
Questionhow can change MDSN font size? Pin
buffering833-Aug-09 3:30
buffering833-Aug-09 3:30 
AnswerRe: how can change MDSN font size? Pin
«_Superman_»3-Aug-09 4:39
professional«_Superman_»3-Aug-09 4:39 
Generalthank you^^ Pin
buffering833-Aug-09 5:02
buffering833-Aug-09 5:02 
Questionperformance counter issue Pin
De@r3-Aug-09 3:13
De@r3-Aug-09 3:13 
QuestionRe: performance counter issue Pin
David Crow3-Aug-09 3:52
David Crow3-Aug-09 3:52 
QuestionFailing Debug vs Working Release ? Pin
od@ananzi.co.za3-Aug-09 2:01
od@ananzi.co.za3-Aug-09 2:01 
Guys,I know this question has been asked ad-nausem, but I have the exact opposite problem. My release build works fine, my debug build does not !

I have an application that starts a whole lot of threads for processing multiple feeds of video and audio. In my release build all threads start successfully, but in my debug build some threads fail to start, AfxBeginThread returns NULL and GetLastError return 0.

I am assuming that some or other resource has to be increased for my debug build to work. I've increased my stack sizes (in project properties) to 10x what it was without making a difference. What other properties/resources can I try to set for my debug build to work ? Any other reason why some of my threads won't start in debug build ?

modified on Monday, August 3, 2009 8:27 AM

AnswerRe: Failing Debug vs Working Release ? Pin
Souldrift3-Aug-09 4:48
Souldrift3-Aug-09 4:48 
GeneralRe: Failing Debug vs Working Release ? Pin
od@ananzi.co.za3-Aug-09 5:18
od@ananzi.co.za3-Aug-09 5:18 
GeneralRe: Failing Debug vs Working Release ? Pin
Souldrift3-Aug-09 5:32
Souldrift3-Aug-09 5:32 
GeneralRe: Failing Debug vs Working Release ? Pin
od@ananzi.co.za3-Aug-09 7:34
od@ananzi.co.za3-Aug-09 7:34 
QuestionI need help with my code Pin
bzz073-Aug-09 1:39
bzz073-Aug-09 1:39 
AnswerRe: I need help with my code Pin
Luc Pattyn3-Aug-09 2:17
sitebuilderLuc Pattyn3-Aug-09 2:17 
GeneralRe: I need help with my code Pin
bzz073-Aug-09 2:32
bzz073-Aug-09 2:32 
QuestionSetProxy function throwing exception Pin
Ash_VCPP3-Aug-09 1:39
Ash_VCPP3-Aug-09 1:39 
AnswerRe: SetProxy function throwing exception Pin
Bacon Ultimate Cheeseburger3-Aug-09 12:55
Bacon Ultimate Cheeseburger3-Aug-09 12:55 
GeneralRe: SetProxy function throwing exception Pin
Ash_VCPP3-Aug-09 20:40
Ash_VCPP3-Aug-09 20:40 
GeneralRe: SetProxy function throwing exception Pin
Bacon Ultimate Cheeseburger3-Aug-09 21:56
Bacon Ultimate Cheeseburger3-Aug-09 21:56 
GeneralRe: SetProxy function throwing exception Pin
Ash_VCPP3-Aug-09 22:32
Ash_VCPP3-Aug-09 22:32 
QuestionUINT ThreadProc ( LPVOID param ) Pin
susanne13-Aug-09 1:12
susanne13-Aug-09 1:12 
AnswerRe: UINT ThreadProc ( LPVOID param ) Pin
CPallini3-Aug-09 1:23
mveCPallini3-Aug-09 1:23 
GeneralRe: UINT ThreadProc ( LPVOID param ) Pin
susanne13-Aug-09 3:24
susanne13-Aug-09 3:24 
GeneralRe: UINT ThreadProc ( LPVOID param ) Pin
CPallini3-Aug-09 11:46
mveCPallini3-Aug-09 11:46 
QuestionRe: UINT ThreadProc ( LPVOID param ) Pin
David Crow3-Aug-09 3:55
David Crow3-Aug-09 3:55 

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.