Click here to Skip to main content
15,886,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDirectShow release of GraphBuilder Pin
douglasjordan7-Nov-05 15:44
douglasjordan7-Nov-05 15:44 
QuestionHexadecimal editor Pin
samkook7-Nov-05 15:02
samkook7-Nov-05 15:02 
AnswerRe: Hexadecimal editor Pin
Christian Graus7-Nov-05 15:07
protectorChristian Graus7-Nov-05 15:07 
AnswerRe: Hexadecimal editor Pin
Chris Losinger7-Nov-05 15:11
professionalChris Losinger7-Nov-05 15:11 
AnswerRe: Hexadecimal editor Pin
John R. Shaw7-Nov-05 15:55
John R. Shaw7-Nov-05 15:55 
GeneralRe: Hexadecimal editor Pin
samkook7-Nov-05 16:10
samkook7-Nov-05 16:10 
GeneralRe: Hexadecimal editor Pin
John R. Shaw7-Nov-05 17:06
John R. Shaw7-Nov-05 17:06 
AnswerRe: Hexadecimal editor Pin
LighthouseJ7-Nov-05 17:10
LighthouseJ7-Nov-05 17:10 
Why not create a pointer of the type you want to convert to and then point it to the address of the data currently selected? There's a feature like that in a freeware hex editor I always use called XVI32. You can pull up a floating window that takes whatever byte is selected and tells me what it is in unsigned char (1-byte), short (2-byte), int (4-byte), unsigned int, (4-byte), etc... That site is down at the moment but try later because it's a really useful editor, I keep a copy at hand at all times.
GeneralRe: Hexadecimal editor Pin
John R. Shaw7-Nov-05 17:49
John R. Shaw7-Nov-05 17:49 
AnswerRe: Hexadecimal editor Pin
samkook7-Nov-05 18:29
samkook7-Nov-05 18:29 
QuestionRemove all breakpoint Pin
bobi_zcl7-Nov-05 13:42
bobi_zcl7-Nov-05 13:42 
AnswerRe: Remove all breakpoint Pin
Christian Graus7-Nov-05 13:49
protectorChristian Graus7-Nov-05 13:49 
GeneralRe: Remove all breakpoint Pin
John R. Shaw7-Nov-05 16:20
John R. Shaw7-Nov-05 16:20 
GeneralRe: Remove all breakpoint Pin
Christian Graus7-Nov-05 16:23
protectorChristian Graus7-Nov-05 16:23 
GeneralRe: Remove all breakpoint Pin
John R. Shaw7-Nov-05 17:18
John R. Shaw7-Nov-05 17:18 
GeneralRe: Remove all breakpoint Pin
kakan7-Nov-05 19:17
professionalkakan7-Nov-05 19:17 
GeneralRe: Remove all breakpoint Pin
John R. Shaw9-Nov-05 20:37
John R. Shaw9-Nov-05 20:37 
GeneralRe: Remove all breakpoint Pin
John M. Drescher7-Nov-05 19:23
John M. Drescher7-Nov-05 19:23 
GeneralRe: Remove all breakpoint Pin
John R. Shaw9-Nov-05 20:57
John R. Shaw9-Nov-05 20:57 
GeneralRe: Remove all breakpoint Pin
ThatsAlok7-Nov-05 23:22
ThatsAlok7-Nov-05 23:22 
GeneralRe: Remove all breakpoint Pin
John R. Shaw9-Nov-05 21:11
John R. Shaw9-Nov-05 21:11 
GeneralRe: Remove all breakpoint Pin
ThatsAlok9-Nov-05 22:11
ThatsAlok9-Nov-05 22:11 
GeneralRe: Remove all breakpoint Pin
John R. Shaw9-Nov-05 22:47
John R. Shaw9-Nov-05 22:47 
AnswerRe: Remove all breakpoint Pin
Nibu babu thomas7-Nov-05 16:41
Nibu babu thomas7-Nov-05 16:41 
AnswerRe: Remove all breakpoint Pin
toxcct7-Nov-05 22:52
toxcct7-Nov-05 22:52 

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.