• 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!

Windows A warring message - warning LNK4098

yossi

New Member
Joined
Nov 1, 2013
Messages
7
Reaction score
0
Hello guys,
I try to run tfs 1.2 and when I do it I see a warning message like that:

warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library

I got more warning message like that:

\src\protocolspectator.cpp(364): warning C4100: 'broadcast': unreferenced formal parameter

And:

\src\protocollogin.cpp(47): warning C4100: 'version': unreferenced formal parameter

But in the end I got this message:

========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========

But still I can not connect to the server
What I need to do to slove that warning message?

Thank alot!!!
 
Hello guys,
I try to run tfs 1.2 and when I do it I see a warning message like that:

warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library

I got more warning message like that:

\src\protocolspectator.cpp(364): warning C4100: 'broadcast': unreferenced formal parameter

And:

\src\protocollogin.cpp(47): warning C4100: 'version': unreferenced formal parameter

But in the end I got this message:

========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========

But still I can not connect to the server
What I need to do to slove that warning message?

Thank alot!!!
try to use working sources.
btw are you using vs16?
 
Back
Top