when I enter error.h
file from rapidjson
file and when I build error appears (
LINK: fatal error LNK1104: cannot open file
cur.lib
)
anyone can help me
#ifndef RAPIDJSON_ERROR_ERROR_H_
#define RAPIDJSON_ERROR_ERROR_H_
#include "../rapidjson.h"
#ifdef __clang__
RAPIDJSON_DIAG_PUSH
RAPIDJSON_DIAG_OFF(padded)
#endif
Another code exists in rapidjson / include / error / error.h
I can not enter more code here