Click here to Skip to main content
15,881,715 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUnmanaged Memory Profiler Pin
Jeffrey Walton6-Dec-07 23:36
Jeffrey Walton6-Dec-07 23:36 
GeneralRe: Unmanaged Memory Profiler Pin
James R. Twine7-Dec-07 4:14
James R. Twine7-Dec-07 4:14 
GeneralRe: Unmanaged Memory Profiler Pin
Bram van Kampen7-Dec-07 11:23
Bram van Kampen7-Dec-07 11:23 
GeneralRe: Unmanaged Memory Profiler Pin
Bram van Kampen7-Dec-07 11:25
Bram van Kampen7-Dec-07 11:25 
GeneralRe: Unmanaged Memory Profiler Pin
Jeffrey Walton7-Dec-07 15:45
Jeffrey Walton7-Dec-07 15:45 
GeneralRe: Unmanaged Memory Profiler Pin
Mike Dimmick7-Dec-07 16:38
Mike Dimmick7-Dec-07 16:38 
GeneralRe: Unmanaged Memory Profiler Pin
Jeffrey Walton7-Dec-07 18:28
Jeffrey Walton7-Dec-07 18:28 
GeneralRe: Unmanaged Memory Profiler Pin
Bram van Kampen8-Dec-07 16:07
Bram van Kampen8-Dec-07 16:07 
Hmm

Sounds as if you want to do some very very low level tracking, and monitoring at OS Level. Also sounds like heavy stuff, like intercepting at OS Level, and surrepticiously maintaining the Intercept link. Matt Pietreck and 'SoftIce' would be where I would start my research on this.
It also occurs to me that it is one of those things one is not supposed to do, meaning that:-

1: Your Compiler/OS combination has an alternative method to achieve your ultimate goal.

2: If you are successful, and rely on what you develop this way, Whatever resulting code you may arrive at, is NOT guaranteed to work at any configuration other than your own. So, if you ship your code, you have a built in time bomb, because the chances are that at some time in future, on some of your clients machine, things will work out ever so slightly different, and come to grief.

I Strongly suggest that you re-design your code in such a way so that the question you ask does not arrise. DOS ran away with all of us, because it was so easy to modify and extend. Everybody had a go at any aspect they did not like. Win32 is different. It has a larger mission, the OS provides documented services, which allow code to run on diverse platforms, often from Win95 to Vista.
In Short, Tinkering inside the OS Calls is not the way to develop code!

Regards

Smile | :)

Bram van Kampen

GeneralRe: Unmanaged Memory Profiler Pin
Jeffrey Walton8-Dec-07 18:31
Jeffrey Walton8-Dec-07 18:31 
GeneralRe: Unmanaged Memory Profiler Pin
Bram van Kampen9-Dec-07 14:13
Bram van Kampen9-Dec-07 14:13 
QuestionHow to Access CStringArray object from one class to other Pin
Atul236-Dec-07 23:13
Atul236-Dec-07 23:13 
AnswerRe: How to Access CStringArray object from one class to other Pin
CPallini6-Dec-07 23:25
mveCPallini6-Dec-07 23:25 
AnswerRe: How to Access CStringArray object from one class to other Pin
David Crow7-Dec-07 2:50
David Crow7-Dec-07 2:50 
AnswerRe: How to Access CStringArray object from one class to other Pin
KarstenK7-Dec-07 2:58
mveKarstenK7-Dec-07 2:58 
AnswerRe: How to Access CStringArray object from one class to other Pin
Bram van Kampen7-Dec-07 13:21
Bram van Kampen7-Dec-07 13:21 
GeneralMoving from VC++ 6.0 to VC++2005 Pin
josip cagalj6-Dec-07 23:03
josip cagalj6-Dec-07 23:03 
GeneralRe: Moving from VC++ 6.0 to VC++2005 Pin
CPallini6-Dec-07 23:43
mveCPallini6-Dec-07 23:43 
GeneralRe: Moving from VC++ 6.0 to VC++2005 Pin
josip cagalj7-Dec-07 1:51
josip cagalj7-Dec-07 1:51 
GeneralRe: Moving from VC++ 6.0 to VC++2005 Pin
CPallini7-Dec-07 1:54
mveCPallini7-Dec-07 1:54 
GeneralRe: Moving from VC++ 6.0 to VC++2005 Pin
josip cagalj7-Dec-07 3:27
josip cagalj7-Dec-07 3:27 
GeneralRe: Moving from VC++ 6.0 to VC++2005 Pin
CPallini7-Dec-07 3:36
mveCPallini7-Dec-07 3:36 
GeneralRe: Moving from VC++ 6.0 to VC++2005 Pin
josip cagalj7-Dec-07 3:55
josip cagalj7-Dec-07 3:55 
GeneralMFC Modal OpenGL dialog wont show up unless I pressed "Alt" key (on intel hardware) Pin
xanagan6666-Dec-07 22:37
xanagan6666-Dec-07 22:37 
Questionstruct member alignment? Pin
Laurence6-Dec-07 20:36
Laurence6-Dec-07 20:36 
AnswerRe: struct member alignment? Pin
Matthew Faithfull7-Dec-07 2:23
Matthew Faithfull7-Dec-07 2:23 

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.