Click here to Skip to main content
15,891,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: table and vector, C++ Pin
C_Zealot30-May-07 11:42
C_Zealot30-May-07 11:42 
AnswerRe: table and vector, C++ Pin
Rajkumar R31-May-07 1:16
Rajkumar R31-May-07 1:16 
GeneralRe: table and vector, C++ Pin
C_Zealot31-May-07 1:18
C_Zealot31-May-07 1:18 
QuestionDirectshow : Connect to another process's graph... Pin
Akin Ocal30-May-07 11:36
Akin Ocal30-May-07 11:36 
AnswerRe: Directshow : Connect to another process's graph... Pin
Mark Salsbery30-May-07 15:19
Mark Salsbery30-May-07 15:19 
QuestionConnect to another process's graph... Pin
Akin Ocal30-May-07 11:35
Akin Ocal30-May-07 11:35 
QuestionMonitor Memory for Alterations Pin
Jeffrey Walton30-May-07 11:25
Jeffrey Walton30-May-07 11:25 
AnswerRe: Monitor Memory for Alterations Pin
Matthew Faithfull30-May-07 12:58
Matthew Faithfull30-May-07 12:58 
You can do this with the VS Debugger, i.e. set a memory breakpoint but only one and only monitoring 4 bytes. That's because it uses an internal feature of Intel architecture compatible processors to achieve this at a very low level. I guess it's probably an interrupt or something. I don't know of any other way if you want to be certain of catching changes as they happen.

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: Monitor Memory for Alterations Pin
Jeffrey Walton30-May-07 14:03
Jeffrey Walton30-May-07 14:03 
GeneralRe: Monitor Memory for Alterations Pin
Matthew Faithfull30-May-07 22:40
Matthew Faithfull30-May-07 22:40 
GeneralRe: Monitor Memory for Alterations Pin
Jeffrey Walton30-May-07 23:00
Jeffrey Walton30-May-07 23:00 
QuestionInternal class Pin
R Thompson30-May-07 10:28
R Thompson30-May-07 10:28 
QuestionRe: Internal class Pin
Mark Salsbery30-May-07 10:40
Mark Salsbery30-May-07 10:40 
AnswerRe: Internal class Pin
R Thompson30-May-07 10:50
R Thompson30-May-07 10:50 
GeneralRe: Internal class Pin
Mark Salsbery30-May-07 10:57
Mark Salsbery30-May-07 10:57 
GeneralRe: Internal class Pin
R Thompson30-May-07 11:07
R Thompson30-May-07 11:07 
GeneralRe: Internal class Pin
Mark Salsbery30-May-07 11:10
Mark Salsbery30-May-07 11:10 
AnswerRe: Internal class Pin
Matthew Faithfull30-May-07 12:55
Matthew Faithfull30-May-07 12:55 
AnswerRe: Internal class Pin
Bram van Kampen30-May-07 14:43
Bram van Kampen30-May-07 14:43 
QuestionLONG_PTR (Hungarian notation) Pin
bob1697230-May-07 9:40
bob1697230-May-07 9:40 
AnswerRe: LONG_PTR (Hungarian notation) Pin
Matthew Faithfull30-May-07 10:17
Matthew Faithfull30-May-07 10:17 
GeneralRe: LONG_PTR (Hungarian notation) Pin
bob1697230-May-07 12:02
bob1697230-May-07 12:02 
AnswerRe: LONG_PTR (Hungarian notation) Pin
Hans Dietrich30-May-07 10:43
mentorHans Dietrich30-May-07 10:43 
GeneralRe: LONG_PTR (Hungarian notation) Pin
bob1697230-May-07 11:53
bob1697230-May-07 11:53 
GeneralRe: LONG_PTR (Hungarian notation) Pin
Matthew Faithfull30-May-07 12:50
Matthew Faithfull30-May-07 12:50 

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.