In article <060520051642020934%dcardani@[EMAIL PROTECTED]
>,
Darrin Cardani <dcardani@[EMAIL PROTECTED]
> wrote:
> I'm on Mac OS X 10.3.8 (build 7U16), running CodeWarrior 9.4. I haven't
> downloaded the 9.5 upgrade, yet, but probably will later today. I have
> a Windows project created with CodeWarrior 8.x. I was able to run and
> debug it just fine with CodeWarrior 8.x, but after bringing it into
> 9.x, I'm getting some weird errors.
OK, I was able to fix the debugging problems. I had the project's
"Runtime Configuration" set to "shared multi-threaded debug". Changing
it to "Custom," quitting, restarting and recompiling magically made it
work. I'm not sure why.
However, now I'm running into a different problem. When I use SSE
instructions in a function, none of the local variables (scalar or
vector) display their proper values. They don't change as I step
through the code. I can look at the SSE registers and see them
changing. (Though they only show up as 128-bit hexidecimal numbers,
which isn't very convenient for debugging.) Does the 9.5 update fix
this problem?
Thanks,
Darrin


|