Prof A Olowofoyeku (The African Chief) wrote:
How does one get rid of the "dereferencing untyped pointer" error without endless typecasting?
Use typed pointers. :-) (This it to say, we need more background information about what you're doing to give useful advice.)
Is there a switch or compiler directive?
Currently only `--borland-pascal' and `--delphi' disable it (which we don't usually recommend to use, as you know).
Frank