Jump to content

DB compile with VS2015


Recommended Posts

Hi guys,

Compiling the db on Visual Studio 2015 give me these errors:

	1>c:\program files (x86)\microsoft visual studio 14.0\vc\include\xlocnum(77): error C2589: '(' : jeton non conforme à droite de '::'
1>c:\program files (x86)\microsoft visual studio 14.0\vc\include\xlocnum(77): error C2059: erreur de syntaxe : '::'
1>c:\program files (x86)\microsoft visual studio 14.0\vc\include\string(307): error C2589: '(' : jeton non conforme à droite de '::'
1>c:\program files (x86)\microsoft visual studio 14.0\vc\include\string(307): error C2059: erreur de syntaxe : '::'
	

Does anyone have any tips on how to solve them ? They appear at each .cpp file ...

Thanks,

Kijaru

 

 

Edit: Solved ! Just remove that in the stdafx.h of libthecore :)

#define strtof(str, endptr) (float)strtod(str, endptr)

 

Edited by Kijaru
Solution found !
  • Love 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.