Windows 7 x64, Visual C++ 2017, CMake 3.14.0 generate solution.
compile and link success, Run test.exe , there are error in triangle.c line14122.
in transfernodes function
14121 /* Read the vertex coordinates. */
14122 x = vertexloop[0] = pointlist[coordindex++]; <====0xC0000005 error!
14123 y = vertexloop[1] = pointlist[coordindex++];
Windows 7 x64, Visual C++ 2017, CMake 3.14.0 generate solution.
compile and link success, Run test.exe , there are error in triangle.c line14122.
in transfernodes function
14121 /* Read the vertex coordinates. */
14122 x = vertexloop[0] = pointlist[coordindex++]; <====0xC0000005 error!
14123 y = vertexloop[1] = pointlist[coordindex++];