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

Compile issue with Visual Studio 2015 #769

Closed
secretdataz opened this issue Nov 21, 2015 · 4 comments
Closed

Compile issue with Visual Studio 2015 #769

secretdataz opened this issue Nov 21, 2015 · 4 comments

Comments

@secretdataz
Copy link
Member

@secretdataz secretdataz commented Nov 21, 2015

Compiling rAthena with VS2015 will pop the error below for most files in rA source code and result in compile failure.

#error:  Macro definition of snprintf conflicts with Standard Library function declaration (compiling source file ..\src\common\conf.c) char-server c:\program files (x86)\windows kits\10\include\10.0.10150.0\ucrt\stdio.h    1927

Using commit : ad3a74b

@lighta
Copy link
Member

@lighta lighta commented Nov 21, 2015

Well we not supporting the build with vc140 atm. So that invalide per se but it a good feature request and it will be done.
In the meantime select all project in solution -> right click on propriety -> configuration -> toolset, change to v120, or v110. (yes that imply you have those sdk installed).

@Lemongrass3110
Copy link
Member

@Lemongrass3110 Lemongrass3110 commented Nov 29, 2015

Fixed in 86d6113.

@ranggo
Copy link

@ranggo ranggo commented Jan 24, 2017

Hi,

I'm having this issue, trying to find as per lighta ;

project in solution -> right click on propriety -> configuration -> toolset, change to v120, or v110.

But I couldn't find this, it would be great if screenshot provided or a video. Any alternative?

Sorry, I'm zero to programming.

@Lemongrass3110
Copy link
Member

@Lemongrass3110 Lemongrass3110 commented Jan 24, 2017

We have already added support for VS2015. Just use rathena-14 solution.

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

No branches or pull requests

4 participants