visual c++ express 2010

Sorry to post this here but I'm not getting any feedback from the microsoft forums.
Maybe somebody here already had the same problem and has a solution. (really hope so)

I'm trying to open de memory window in visual c++ express but I cannot find it in the debug dropdown menu.
When I right click on the menu bar and choose customize I can find de debug/window/memory1 option but no way to add them to the menu.

Anybody using visual c++ express had the same problem with this?

thx
Last edited on
closed account (o3hC5Di1)
Hi there,

Perhaps this page can help you out:

http://msdn.microsoft.com/en-us/library/5d2www5s%28v=vs.90%29.aspx

MSDN wrote:
The Memory window is available only if address-level debugging is enabled the Options dialog box, Debugging node.


Alternatively:
http://stackoverflow.com/questions/3005172/no-memory-window-in-visual-studio-2010

Hope that helps.

All the best,
NwN
thx for the feedback.
I already had a look at those page but the didn't work for me.
But the problem is me as I am a newb.

The memory windows were there all the time but only visible at debugging time.
So, problem resolved.

thx again!
Topic archived. No new replies allowed.