Nick Guenther
-
2005-04-02
- labels: --> OnBoard C
When you write something like this:
char *s=MemPtrLock(10);
UInt32 n = (UInt32)s;
OnBoardC spits out an error (digression: is it even
correct to give an error on this? It makes sense to me,
and all a pointer is really is a UInt32) that reads
"Illegal combination of types line N". The problem is
simply that there is no goto button on this error.