Compilation Errors
- This topic has 2 replies, 3 voices, and was last updated 8 years, 3 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Help and Support › Compilation Errors
When I attempt to compile the latest version from GitHub in VS 2015, I get two errors saying this:
#error: Macro definition of snprintf conflicts with standard library function declaration
So I looked this up online and I believe it was a library that you used to have to define but it is now standard and it is defined somewhere in the code. And I have searched through and tried to find the declaration in the code. Can someone please tell me either where it is, or if I am wrong just how to fix it?
You might need to compile this in VS 2013 instead of VS 2015.
Can confirm. You need VS 2013 to compile. VS 2015 doesn’t work for some reason.
Comments are currently closed.