I'm using CodeWarrior 9.1, IDE 5.5.1. When I remove an access path and
recompile, the IDE crashes.
An older post (2002?) also brought this up and the workaround suggested
was to export to XML, remove the path, then reimport. I tried that but
it still crashes.
Any suggestions?
Ki Suk
>I'm using CodeWarrior 9.1, IDE 5.5.1. When I remove an access path and
>recompile, the IDE crashes.
[quoted text clipped - 4 lines]
>
>Any suggestions?
Try trashing the preferneces in the /User/USERNAME/library/preferences
and see if that doesn't solve the problem.
By the way what path are you removing, do not remove framework paths
instead remove the framework.
Ron

Signature
Metrowerks Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and Metrowerks' staff
-- http://www.metrowerks.com/community --
Ron Liechty - MWRon@metrowerks.com - http://www.metrowerks.com
kisukhahn@gmail.com - 28 Feb 2005 22:48 GMT
I removed a #include of a precompiled header in the preprocessor
'prefix text' section and that stopped the crashing. I think by
removing a
path I was picking up a different version of a personal PCH and that
caused the crash.
It wasn't a framework path I was removing, BTW.
Thanks for your suggestions.
Ki Suk