Click here to Skip to main content
16,010,022 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralShowWindow problem Pin
reznod6-Apr-04 6:09
reznod6-Apr-04 6:09 
GeneralRe: ShowWindow problem Pin
Prakash Nadar6-Apr-04 7:02
Prakash Nadar6-Apr-04 7:02 
GeneralRe: ShowWindow problem Pin
reznod6-Apr-04 7:35
reznod6-Apr-04 7:35 
GeneralRe: ShowWindow problem Pin
reznod6-Apr-04 7:47
reznod6-Apr-04 7:47 
GeneralRe: ShowWindow problem Pin
Prakash Nadar6-Apr-04 15:28
Prakash Nadar6-Apr-04 15:28 
GeneralRe: ShowWindow problem Pin
reznod6-Apr-04 15:55
reznod6-Apr-04 15:55 
General(Another) Debug VS Release crash - help needed! Pin
JonCage6-Apr-04 5:22
JonCage6-Apr-04 5:22 
GeneralRe: (Another) Debug VS Release crash - help needed! Pin
antlers6-Apr-04 5:59
antlers6-Apr-04 5:59 
Almost certainly you are overwriting the stack somewhere before you call ProcessShellCommand. If you can't find the mistake by inspection (get someone else's eyes on it) and you don't want to invest in something like BoundsChecker or Purify, you might try a technique I've used in similar situations: Comment out suspect code until the crash goes away, then uncomment some until the crash comes back, and use a binary search to narrow down onto your mistake.
GeneralRe: (Another) Debug VS Release crash - help needed! Pin
Anders Molin6-Apr-04 13:30
professionalAnders Molin6-Apr-04 13:30 
GeneralRe: (Another) Debug VS Release crash - help needed! Pin
2249176-Apr-04 20:55
2249176-Apr-04 20:55 
GeneralRe: (Another) Debug VS Release crash - help needed! Pin
JonCage6-Apr-04 22:16
JonCage6-Apr-04 22:16 
GeneralRe: (Another) Debug VS Release crash - help needed! Pin
Paul Ranson7-Apr-04 4:08
Paul Ranson7-Apr-04 4:08 
Generalfire button when pressing enter in and edit box Pin
r00k136-Apr-04 5:14
r00k136-Apr-04 5:14 
GeneralRe: fire button when pressing enter in and edit box Pin
Prakash Nadar6-Apr-04 7:07
Prakash Nadar6-Apr-04 7:07 
GeneralRe: fire button when pressing enter in and edit box Pin
avenger_sb256-Apr-04 7:21
avenger_sb256-Apr-04 7:21 
GeneralRe: fire button when pressing enter in and edit box Pin
r00k136-Apr-04 18:59
r00k136-Apr-04 18:59 
GeneralRe: fire button when pressing enter in and edit box Pin
avenger_sb2511-Apr-04 18:02
avenger_sb2511-Apr-04 18:02 
GeneralFiltering of loaded files Pin
the lost zoyd6-Apr-04 4:17
the lost zoyd6-Apr-04 4:17 
GeneralRe: Filtering of loaded files Pin
Christian Graus6-Apr-04 10:41
protectorChristian Graus6-Apr-04 10:41 
QuestionWindows Message 0x0127? Pin
mangellj6-Apr-04 3:35
mangellj6-Apr-04 3:35 
AnswerRe: Windows Message 0x0127? Pin
avenger_sb256-Apr-04 11:26
avenger_sb256-Apr-04 11:26 
GeneralRe: Windows Message 0x0127? Pin
mangellj7-Apr-04 3:41
mangellj7-Apr-04 3:41 
QuestionChange colour of enhanced metafiles? Pin
JezzerP6-Apr-04 3:18
JezzerP6-Apr-04 3:18 
AnswerRe: Change colour of enhanced metafiles? Pin
John R. Shaw6-Apr-04 16:22
John R. Shaw6-Apr-04 16:22 
GeneralRe: Change colour of enhanced metafiles? Pin
JezzerP6-Apr-04 21:44
JezzerP6-Apr-04 21:44 

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.