You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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++];
The text was updated successfully, but these errors were encountered:
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++];
The text was updated successfully, but these errors were encountered: