Newbie EXE_BAD_ACCESS Resolved
Newbie EXE_BAD_ACCESS Resolved
- Subject: Newbie EXE_BAD_ACCESS Resolved
- From: Bernard Banks <email@hidden>
- Date: Tue, 01 Apr 2003 16:17:37 -0800
Dear Cocoa_devers,
I posted a little while ago the problem of warning: invalid receiver
'(void)(short int)(short int)' and the crash with EXE_BAD_ACCESS. Several
tried to help, but to no avail(thanks for the try!). The cause of the
problem was a collision between names. Apparently, 'Line' is also used for a
function whose prototype is the warning message. I changed to BLine and all
is well. This is a little odd, since I would have thought polymorphism would
have protected against this. In any case, I hope this may help other
beginners that might encounter this strange warning and crash.
Thanks again,
Bernard
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.