| Related articles |
|---|
| Debugger Info e_shamanth@yahoo.com (shamanth) (2002-07-21) |
| Re: Debugger Info ppluzhnikov@earthlink.net (Paul Pluzhnikov) (2002-07-24) |
| Re: Debugger Info Mark.van.den.Brand@cwi.nl (M.G.J. van den Brand) (2002-07-25) |
| Re: Debugger Info joachim_d@gmx.de (Joachim Durchholz) (2002-07-25) |
| Re: Debugger Info marcov@toad.stack.nl (Marco van de Voort) (2002-07-31) |
| Re: Debugger Info velco@fadata.bg (Momchil Velikov) (2002-07-31) |
| Re: Debugger Info sander@haldjas.folklore.ee (Sander Vesik) (2002-07-31) |
| Re: Debugger Info ppluzhnikov@earthlink.net (Paul Pluzhnikov) (2002-08-04) |
| Re: Debugger Info srikanth@cup.hp.com (srikanth) (2002-08-14) |
| From: | "Joachim Durchholz" <joachim_d@gmx.de> |
| Newsgroups: | comp.compilers |
| Date: | 25 Jul 2002 23:23:07 -0400 |
| Organization: | Compilers Central |
| References: | 02-07-085 02-07-093 |
| Keywords: | debug |
| Posted-Date: | 25 Jul 2002 23:23:07 EDT |
Paul Pluzhnikov wrote:
>
> Unable to understand casts involving '**', e.g. in 'Watch window':
> *(char **)ip [it treats ** as exponentiation].
Try
*(char * *)ip
I have another gripe to add for VC++: Unable to process ad-hoc casts like
*(struct BITMAP *) foo
(I have to debug machine-generated C code where all pointers have type
char*.)
Regards,
Joachim
Return to the
comp.compilers page.
Search the
comp.compilers archives again.