-
Notifications
You must be signed in to change notification settings - Fork 173
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
x64 compiling result under VS2013 crashes #22
Comments
Hi Narusaki, I've encountered the exact same issue in Visual Studio 2015, but managed to fix it by converting to __int64 where necessary. You can find a working x64 implementation in my fork of this repo |
Thanks Ivan!
|
Thanks ivanmetrikin, I'll give it a try. |
Hi please help me with my problem in compiling cork Linux. |
@ivanmetrikin Thank you, my brother from another mother. I have spend whole. Freaking. Day. trying to solve problem with cork library on win64 and I got truly desperate. Seems like I should just look at google, not dig in source code :) |
Hi, I'm using cork under Visual Sudio 2013. It works when I using win32 to compile it. But when I try to recompile it under x64, it crashes at line 14131 inside file "triangle.c", which I think is caused by an invalid allocation chunk of memory by the function poolalloc().
So can this be the reason why the program crashes under x64 compiling environment?
The text was updated successfully, but these errors were encountered: