• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Error C3861 identifier when compiling on windows

Mjmackan

Mapper ~ Writer
Premium User
Joined
Jul 18, 2009
Messages
1,424
Solutions
15
Reaction score
177
Location
Sweden
Hello, getting below error on several locations when compiling an untouched TFS 1.4 VC 17 with my Visual Studio 2022.
Any suggestion on how to fix these errors? It says C3861 is an identifier issue, but I haven't changed anything in the code.

Severity Code Description Project File Line Suppression State Error C3861 'strcasecmp': identifier not found theforgottenserver C:\GamefateV2\src\vocation.cpp 70 Error C3861 'strcasecmp': identifier not found theforgottenserver C:\GamefateV2\src\vocation.cpp 78 Error C3861 'strcasecmp': identifier not found theforgottenserver C:\GamefateV2\src\vocation.cpp 89 Error C3861 'strcasecmp': identifier not found (compiling source file ..\src\weapons.cpp) theforgottenserver C:\GamefateV2\src\town.h 59 Error C3861 'strcasecmp': identifier not found theforgottenserver C:\GamefateV2\src\spawn.cpp 67 Error C3861 'strcasecmp': identifier not found theforgottenserver C:\GamefateV2\src\spawn.cpp 138 Error C3861 'strcasecmp': identifier not found theforgottenserver C:\GamefateV2\src\spawn.cpp 168 Error C3861 'strcasecmp': identifier not found theforgottenserver C:\GamefateV2\src\weapons.cpp 101 Error C3861 'strcasecmp': identifier not found theforgottenserver C:\GamefateV2\src\weapons.cpp 103 Error C3861 'strcasecmp': identifier not found theforgottenserver C:\GamefateV2\src\weapons.cpp 105
 
Last edited:
Back
Top