Solved Compilation error



Thread Author
Member
Jul
Threads
3
51
8
8
Rating - 0%
0   0   0
Maybe someone knows how to solve this problem?
I compile db , everything works, but when compiling game, a similar error appears

111.png
 
Member
Feb
Threads
15
104
644
93
Rating - 0%
0   0   0
the part you need to solve

stdafx.h
C++:
#ifdef __GNUC__
#include <float.h>
#include <tr1/unordered_map>
#include <tr1/unordered_set>
#define TR1_NS std::tr1
#else
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#define TR1_NS boost
#define isdigit iswdigit
#define isspace iswspace
#endif
 


Thread Author
Member
Jul
Threads
3
51
8
8
Rating - 0%
0   0   0
the part you need to solve

stdafx.h
C++:
#ifdef __GNUC__
#include <float.h>
#include <tr1/unordered_map>
#include <tr1/unordered_set>
#define TR1_NS std::tr1
#else
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#define TR1_NS boost
#define isdigit iswdigit
#define isspace iswspace
#endif
I found this part, what's wrong with it?

image.png
 


Thread Author
Member
Jul
Threads
3
51
8
8
Rating - 0%
0   0   0
I installed the server source files and started checking. The client compilation was successful. Compiling db too, and game produces such an error. I didn't do anything with them
 
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock