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

C / C++ / MFC

 
General[RESOLVED]: Compile Error during project conversion from VC++6.0 to VC++ 2005 Pin
Priya_Sundar9-Mar-08 18:38
Priya_Sundar9-Mar-08 18:38 
GeneralProblem accessing C++ Win32 Dll from Managed C++/C# application Pin
s.m.shah6-Mar-08 23:19
s.m.shah6-Mar-08 23:19 
GeneralRe: Problem accessing C++ Win32 Dll from Managed C++/C# application Pin
toxcct6-Mar-08 23:30
toxcct6-Mar-08 23:30 
GeneralRe: Problem accessing C++ Win32 Dll from Managed C++/C# application Pin
s.m.shah6-Mar-08 23:41
s.m.shah6-Mar-08 23:41 
GeneralRe: Problem accessing C++ Win32 Dll from Managed C++/C# application Pin
toxcct6-Mar-08 23:56
toxcct6-Mar-08 23:56 
GeneralData in Memory Pin
Anu_Bala6-Mar-08 22:37
Anu_Bala6-Mar-08 22:37 
GeneralRe: Data in Memory Pin
CPallini7-Mar-08 0:29
mveCPallini7-Mar-08 0:29 
GeneralRe: Data in Memory Pin
Koder7-Mar-08 9:17
Koder7-Mar-08 9:17 
Anu_Bala wrote:
Is there any tool to see the value stored in particular memory address?


1. Put a break point near the variable you want to check.
2. Start debugging.
3. From Debug menu, open up the auto, locals and memory window
4. Get the startig address. For instance, if you have an array like int *pIntArray, look for its address in the locals / auto window. Copy it.
5. Paste it in the memory window.

After this, any modification at that address will be indicated in the memory window.

Hope this helped.

Signature is a waste of time. I'll have one when I've got enough time to create. Well, I had enough a few seconds back.

Questionabout return values.. Pin
savitri6-Mar-08 22:29
savitri6-Mar-08 22:29 
GeneralRe: about return values.. Pin
toxcct6-Mar-08 22:33
toxcct6-Mar-08 22:33 
GeneralRe: about return values.. Pin
Rajkumar R6-Mar-08 22:53
Rajkumar R6-Mar-08 22:53 
GeneralRe: about return values.. Pin
Maxwell Chen6-Mar-08 23:08
Maxwell Chen6-Mar-08 23:08 
QuestionRe: about return values.. Pin
Rajesh R Subramanian6-Mar-08 23:15
professionalRajesh R Subramanian6-Mar-08 23:15 
GeneralRe: about return values.. Pin
Maxwell Chen6-Mar-08 23:17
Maxwell Chen6-Mar-08 23:17 
GeneralRe: about return values.. Pin
Rajkumar R6-Mar-08 23:56
Rajkumar R6-Mar-08 23:56 
GeneralRe: about return values.. Pin
toxcct6-Mar-08 23:58
toxcct6-Mar-08 23:58 
QuestionRe: about return values.. Pin
savitri6-Mar-08 23:25
savitri6-Mar-08 23:25 
GeneralRe: about return values.. Pin
toxcct6-Mar-08 23:28
toxcct6-Mar-08 23:28 
GeneralRe: about return values.. Pin
savitri6-Mar-08 23:49
savitri6-Mar-08 23:49 
GeneralRe: about return values.. Pin
toxcct6-Mar-08 23:54
toxcct6-Mar-08 23:54 
GeneralRe: about return values.. Pin
Rajesh R Subramanian6-Mar-08 23:59
professionalRajesh R Subramanian6-Mar-08 23:59 
GeneralRe: about return values.. Pin
toxcct7-Mar-08 0:06
toxcct7-Mar-08 0:06 
GeneralRe: about return values.. Pin
BadKarma7-Mar-08 1:02
BadKarma7-Mar-08 1:02 
AnswerRe: about return values.. Pin
Rajesh R Subramanian7-Mar-08 0:02
professionalRajesh R Subramanian7-Mar-08 0:02 
GeneralRe: about return values.. Pin
toxcct7-Mar-08 0:07
toxcct7-Mar-08 0:07 

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.