by itisivo@[EMAIL PROTECTED]
(itisivo)
Aug 13, 2004 at 06:48 AM
MW Ron <mwron@[EMAIL PROTECTED]
> wrote in message
news:<mwron-3004C1.17483303082004@[EMAIL PROTECTED]
>...
> In article <50597f80.0407271151.19c54ee5@[EMAIL PROTECTED]
>,
> itisivo@[EMAIL PROTECTED]
(itisivo) wrote:
>
> >Hi - I am using CW for Symbian 2.8 and Symbian60 v2.0 SDK.
> >
> >It looks like path names in the symbols file get mangled. First, "\"
> >gets stripped from the paths,e.g. "c:dir1dir2dir3.
>
> Try "C:\\dir1\\dir2\\dir3"
This is not something I entered myself, the symbol file is generated
by the **linker**
>
> > Second, some sort
> >of control character gets embedded in the path. The result is that I
> >can't do source-level debugging, the debugger displays assembly code
> >only.
> >
> >This appears to be happening only with .c and not .cpp files.
>
> the question is why is it working in CPP, could you be using / in that?
>
> >Has anyone seen this? Any workarounds?
>
> this is standard ASCII escape characters
>
> Ron