|
|
|
|
|
|
|
|
|
|
|
|
Unhandled exception at 0x77c815de in Geometry.exe: 0xC0000005: Access violation reading location 0x02011529.
test = shapes[i]->TestSelect(pa); |
|
test = shapes[i]->TestSelect(pa); to enter TestSelect and see if PtInRegion is not causing problems.
shapeRgn,a.x,a.y before using PtInRegion.
|
|
test = shapes[i]->TestSelect(pa) you are using Shapes::TestSelect not Rect::TestSelect.Something must be wrong with this block of code. |
|
|
|