Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occur in Test Project #5

Open
manuel76413 opened this issue Mar 2, 2020 · 1 comment
Open

Error occur in Test Project #5

manuel76413 opened this issue Mar 2, 2020 · 1 comment

Comments

@manuel76413
Copy link

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++];

@ppizarror
Copy link

Hi! Today I faced the same problem, and found the solution :) if you need it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants