Click here to Skip to main content
15,922,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: "Ending program ... please wait" - what system message needs a response ? Pin
Code-o-mat8-May-11 9:28
Code-o-mat8-May-11 9:28 
AnswerRe: "Ending program ... please wait" - what system message needs a response ? Pin
Luc Pattyn8-May-11 9:45
sitebuilderLuc Pattyn8-May-11 9:45 
GeneralRe: "Ending program ... please wait" - what system message needs a response ? Pin
Still learning how to code8-May-11 11:16
Still learning how to code8-May-11 11:16 
Questionapplication messaging Pin
Krauze7-May-11 22:20
Krauze7-May-11 22:20 
AnswerRe: application messaging Pin
Richard MacCutchan7-May-11 23:33
mveRichard MacCutchan7-May-11 23:33 
GeneralRe: application messaging Pin
barneyman7-May-11 23:51
barneyman7-May-11 23:51 
GeneralRe: application messaging Pin
Richard MacCutchan8-May-11 0:08
mveRichard MacCutchan8-May-11 0:08 
QuestionRe: application messaging Pin
David Crow9-May-11 3:16
David Crow9-May-11 3:16 
AnswerRe: application messaging Pin
barneyman9-May-11 3:39
barneyman9-May-11 3:39 
GeneralRe: application messaging Pin
Code-o-mat8-May-11 9:35
Code-o-mat8-May-11 9:35 
Questionlzma on GPU Pin
crotaphiticus7-May-11 20:12
crotaphiticus7-May-11 20:12 
AnswerRe: lzma on GPU Pin
Code-o-mat8-May-11 6:22
Code-o-mat8-May-11 6:22 
GeneralRe: lzma on GPU Pin
crotaphiticus8-May-11 7:54
crotaphiticus8-May-11 7:54 
GeneralRe: lzma on GPU Pin
Code-o-mat8-May-11 9:39
Code-o-mat8-May-11 9:39 
GeneralRe: lzma on GPU Pin
crotaphiticus8-May-11 12:33
crotaphiticus8-May-11 12:33 
Questionabout multi linked list Pin
quartaela7-May-11 9:44
quartaela7-May-11 9:44 
AnswerRe: about multi linked list Pin
Luc Pattyn7-May-11 10:26
sitebuilderLuc Pattyn7-May-11 10:26 
GeneralRe: about multi linked list Pin
quartaela7-May-11 11:09
quartaela7-May-11 11:09 
GeneralRe: about multi linked list Pin
barneyman7-May-11 15:53
barneyman7-May-11 15:53 
GeneralRe: about multi linked list Pin
quartaela8-May-11 3:41
quartaela8-May-11 3:41 
GeneralRe: about multi linked list Pin
barneyman8-May-11 3:51
barneyman8-May-11 3:51 
QuestionMSVCR100.dll error, debugger_hook_dummy = 0 Pin
mikael.peterson6-May-11 22:59
mikael.peterson6-May-11 22:59 
AnswerRe: MSVCR100.dll error, debugger_hook_dummy = 0 Pin
Luc Pattyn7-May-11 2:28
sitebuilderLuc Pattyn7-May-11 2:28 
GeneralRe: MSVCR100.dll error, debugger_hook_dummy = 0 Pin
mikael.peterson7-May-11 23:18
mikael.peterson7-May-11 23:18 
AnswerRe: MSVCR100.dll error, debugger_hook_dummy = 0 Pin
kellymac10-Jan-12 12:20
kellymac10-Jan-12 12:20 
I got this exact exception by calling _wcslwr_s_l() (in place to lowercase) on memory returned from CommandLineToArgvW(). I fixed it by making my own copy of the value.

It is probably a bad idea to mess with memory returned from the Shell API.

Hope this helps!
Kelly MacInnis

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.