>Hello,
>
[quoted text clipped - 7 lines]
>
>I m using CodeWarrior C++ 8.3 on Mac OS 10.3.1
My first thought is when you generated the library you did not have the
dot under the bug for the source file so no sym information was created.
If there isn't any then all you see is assembly.
The second thought is that the first time you loaded the library you
located the source and it has moved since that time.
I'd really need more to go on, is this PEF/CFM or is this Mach-O for
example.
Ron

Signature
Metrowerks, maker of CodeWarrior - "Software Starts Here"
Ron Liechty - MWRon@metrowerks.com - <http://www.metrowerks.com>
DLPnet - 19 Jan 2004 18:34 GMT
Hello Ron,
>>So the probleme is that I can only see the assembler code and not the
>>original source code. (and I can not change to View Source)
> My first thought is when you generated the library you did not have the
> dot under the bug for the source file so no sym information was created.
> If there isn't any then all you see is assembly.
That s it !!! Thanks a lot !!!
Dlp