Ask Your Question

tuliosouza's profile - activity

2017-03-17 19:49:56 -0600 asked a question Error using ConvexHull

I have a problem when using convexhull function. visual studio 2012 tells me it triggered a breakpoint, and sends me to the line:

        _free_dbg( pUserData, pHead->nBlockUse );

on dbgdel.cpp

I cant find any problems with the code. It is just like the documentation example.