Discussion:
register view
(too old to reply)
JG
2007-10-13 00:22:10 UTC
Permalink
I have VC Pro V.6x. running on AMD Turion 64x2,
I notice in the debugger that there are still many MMX
(or whatever) registers viewable in the register window
even when I uncheck the floating point register box.
I surmise these are registers of the newer processors.
and there is no way to get them out of the view is there?
John Dallman
2007-10-13 08:07:00 UTC
Permalink
Post by JG
I have VC Pro V.6x. running on AMD Turion 64x2,
I notice in the debugger that there are still many MMX
(or whatever) registers viewable in the register window
even when I uncheck the floating point register box.
I surmise these are registers of the newer processors.
and there is no way to get them out of the view is there?
VC6 can only display registers it knows about. The MMX registers date
from the Pentium MMX, in around 1992, and the XMM ones from the Pentium
4, 2001. VC6's debugger was updated at the various service packs to be
able to cope with these at a basic level, but it's pretty basic.

What the control for floating point register display actually controls
is the display of the x87 floating-point register stack. VC6 doesn't
have finer-grained controls for the register display window, but VS.2005
does. VS.2005 really is a lot better all round: remember that VC6
basically is nine years old now.
--
John Dallman ***@cix.co.uk
"C++ - the FORTRAN of the early 21st century."
JG
2007-10-13 10:39:06 UTC
Permalink
Post by John Dallman
VC6 doesn't
have finer-grained controls for the register display window, but VS.2005
does. VS.2005 really is a lot better all round: remember that VC6
basically is nine years old now.
----------------
Thank you for the reply
Do you know if they offer a student discount on VS 2005, or what various
packaged content scenarios they have of VS 2005?
Alex Blekhman
2007-10-13 10:53:11 UTC
Permalink
Post by JG
Do you know if they offer a student discount on VS 2005,
or what various
packaged content scenarios they have of VS 2005?
There is Express Edition of VS 2005, which is absolutely
free.

"Visual Studio Express"
http://msdn.microsoft.com/vstudio/express/

Alex
Alex Blekhman
2007-10-13 10:54:38 UTC
Permalink
Here's the direct link to VC++ 2005 EE:

http://msdn2.microsoft.com/en-us/express/aa700735.aspx

HTH
Alex
JG
2007-10-13 12:52:06 UTC
Permalink
Post by Alex Blekhman
http://msdn2.microsoft.com/en-us/express/aa700735.aspx
-------------------
Wow thats great, however I'm wondering am I going to lose some
Workspace and debugger capabilties that my Pro version of VC ++ v.6 offers.
Alex Blekhman
2007-10-13 14:54:57 UTC
Permalink
Post by JG
Post by Alex Blekhman
http://msdn2.microsoft.com/en-us/express/aa700735.aspx
-------------------
Wow thats great, however I'm wondering am I going to lose
some
Workspace and debugger capabilties that my Pro version of
VC ++ v.6 offers.
Answered in microsoft.public.vc.ide_general.

Loading...