Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: File creation date and time Pin
john563212-Oct-10 23:23
john563212-Oct-10 23:23 
GeneralRe: File creation date and time Pin
Sauro Viti12-Oct-10 23:35
professionalSauro Viti12-Oct-10 23:35 
QuestionHow to hide the RibbonButton???? [modified] Pin
kwanghee choi12-Oct-10 20:10
kwanghee choi12-Oct-10 20:10 
AnswerRe: How to hide the RibbonButton???? Pin
Code-o-mat13-Oct-10 5:02
Code-o-mat13-Oct-10 5:02 
Questionsscanf_s invalidating pointers. Need help Pin
Hipcrostino12-Oct-10 20:03
Hipcrostino12-Oct-10 20:03 
AnswerRe: sscanf_s invalidating pointers. Need help Pin
Cedric Moonen12-Oct-10 20:22
Cedric Moonen12-Oct-10 20:22 
GeneralRe: sscanf_s invalidating pointers. Need help Pin
Hipcrostino12-Oct-10 20:32
Hipcrostino12-Oct-10 20:32 
GeneralRe: sscanf_s invalidating pointers. Need help Pin
Cedric Moonen12-Oct-10 20:49
Cedric Moonen12-Oct-10 20:49 
If you look at the type fields documentation[^] you can see that providing 'x' means that you want to read an hexadecimal integer. The result should be stored in an integer, not in a byte. The sscanf_s is probably corrupting memory when trying to write the integer to the byte you provided. Try with to supply an integer instead (you'll need to retrieve the first byte of the integer after it but a simple cast will do it).
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

GeneralRe: sscanf_s invalidating pointers. Need help Pin
Hipcrostino13-Oct-10 12:43
Hipcrostino13-Oct-10 12:43 
QuestionHow to pass generic pointer to function with void** parameter? Pin
Chesnokov Yuriy12-Oct-10 20:02
professionalChesnokov Yuriy12-Oct-10 20:02 
AnswerRe: How to pass generic pointer to function with void** parameter? Pin
CPallini12-Oct-10 21:00
mveCPallini12-Oct-10 21:00 
QuestionRe: How to pass generic pointer to function with void** parameter? Pin
Chesnokov Yuriy12-Oct-10 21:16
professionalChesnokov Yuriy12-Oct-10 21:16 
AnswerRe: How to pass generic pointer to function with void** parameter? PinPopular
CPallini12-Oct-10 21:26
mveCPallini12-Oct-10 21:26 
AnswerRe: How to pass generic pointer to function with void** parameter? Pin
Chesnokov Yuriy12-Oct-10 21:42
professionalChesnokov Yuriy12-Oct-10 21:42 
QuestionTiff FIle in Frame Window Pin
002comp12-Oct-10 19:29
002comp12-Oct-10 19:29 
QuestionCan WM_VSCROLL generate WM_MOUSEMOVE messages? Pin
old_hacker12-Oct-10 19:00
old_hacker12-Oct-10 19:00 
AnswerRe: Can WM_VSCROLL generate WM_MOUSEMOVE messages? Pin
mesajflaviu12-Oct-10 20:04
mesajflaviu12-Oct-10 20:04 
GeneralRe: Can WM_VSCROLL generate WM_MOUSEMOVE messages? Pin
old_hacker13-Oct-10 19:41
old_hacker13-Oct-10 19:41 
Questionhow to use code written in C# in Managed C++ (VC++.NET) Project? Pin
AmbiguousName12-Oct-10 9:04
AmbiguousName12-Oct-10 9:04 
AnswerRe: how to use code written in C# in Managed C++ (VC++.NET) Project? Pin
Luc Pattyn12-Oct-10 9:54
sitebuilderLuc Pattyn12-Oct-10 9:54 
GeneralRe: how to use code written in C# in Managed C++ (VC++.NET) Project? Pin
AmbiguousName12-Oct-10 10:49
AmbiguousName12-Oct-10 10:49 
GeneralRe: how to use code written in C# in Managed C++ (VC++.NET) Project? Pin
Luc Pattyn12-Oct-10 10:54
sitebuilderLuc Pattyn12-Oct-10 10:54 
AnswerRe: how to use code written in C# in Managed C++ (VC++.NET) Project? Pin
Ram Shelke12-Oct-10 23:59
Ram Shelke12-Oct-10 23:59 
QuestionIP Stack Pin
krish_kumar12-Oct-10 2:40
krish_kumar12-Oct-10 2:40 
AnswerRe: IP Stack Pin
Richard MacCutchan12-Oct-10 2:45
mveRichard MacCutchan12-Oct-10 2:45 

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.