• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling Error C3861 identifier when compiling on windows

Mjmackan

Mapper ~ Writer
Joined
Jul 18, 2009
Messages
1,477
Solutions
18
Reaction score
195
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