Hi all,
I debug my app on N73 with Carbide C++ 2.3, I meet a exception:
Thread[Thread id: 1138] " Signal Exception 0 received: A data abort exception has occurred....
I have search on this forum but I haven't the way to solve this problemCode:TInt x = iAllMapRect.iTl.iX + iScreenSize.iWidth * c; TInt y = iAllMapRect.iTl.iY + iScreenSize.iHeight * r; TPoint p(x, y); // stop here, and throw exception, e32cmn.inl is showed and introduction pointer stop at function inline TPoint::TPoint(TInt aX,TInt aY): iX(aX),iY(aY) ...
Anybody can help me ?
Thank a lot!

Reply With Quote


