At 12:04 PM -0400 4/21/99, Greg Winton wrote:
>We are using CodeWarrior R4 to build static libraries, which are then
>linked into our application. Is there a way to load the symbolic
>information for debugging? If not, does R5 provide this support? Any help
>would be appreciated.
I'm not completely sure if this will address your problem, but
perhaps all you need to do is include the project file that builds
your static library INTO your application's project file. Then go to
the Target view, drag the static library project onto your app's
project, to create a nested project dependency. Then click at the
right edge of that line, under the (chain) "link" icon so CW knows
that you want to build that sub-project, AND link the output
(foo.lib) into your application.
Hopefully this is clear. In any case, if each project is generating
SYM information, I believe that it should be available for debugging
the application...
Hope this helps, or points you in the right direction. Otherwise,
maybe Eric or one of the MW folks can clarify things a bit for me.
:-)
--Steve