Got a rather odd question but it is really stooping my development.
I am calculating a distance between two points for two separate center points of a bounding box.
My application works fine after I put the code to calculate the distance between points of the first center.
When I add the code to my application to calculate the distance between points of the second center point my application freezes completely.
There are no compiler errors neither run time errors the application just stops (freezes) after a second or 2 and stays like this forever.....