Jump to content
  • 0
Sign in to follow this  
utofaery

Q> Error Compiling server warning C4018: '<=': signed/unsigned mismatch

Question

Visual studio 2017
Running Window 7 x32

Compiling > Hercules-15.sln
Retargeted solution as visual studio says 
with Windows SDK Version 10.0.17763.0 for 
vcproj-15\Char-server.vcxproj
vcproj-15\Login-server.vcxproj
vcproj-15\Map-server.vcxproj
vcproj-15\Plugin-sample.vcxproj
vcproj-15\plugin-HPMHooking_map.vcxproj
vcproj-15\plugin-HPMHooking_char.vcxproj
vcproj-15\plugin-HPMHooking_login.vcxproj


Then build solution  get all those stuff is it normal?
What I wanted to get done is The warning part:

c:\users\rio\desktop\hercules\src\char\int_party.c(321): warning C4018: '<=': signed/unsigned mismatch

Spoiler


1>------ Build started: Project: char-server, Configuration: Debug Win32 ------
2>------ Build started: Project: login-server, Configuration: Debug Win32 ------
1>c:\users\rio\desktop\hercules\src\char\int_party.c(321): warning C4018: '<=': signed/unsigned mismatch
2>   Creating library ..\login-server.lib and object ..\login-server.exp
1>   Creating library ..\char-server.lib and object ..\char-server.exp
2>login-server.vcxproj -> C:\Users\Rio\Desktop\Hercules\vcproj-15\..\login-server.exe
1>char-server.vcxproj -> C:\Users\Rio\Desktop\Hercules\vcproj-15\..\char-server.exe
1>Done building project "char-server.vcxproj".
3>------ Build started: Project: map-server, Configuration: Debug Win32 ------
4>------ Build started: Project: plugin-sample, Configuration: Debug Win32 ------
4>   Creating library plugin-sample\Debug\sample.lib and object plugin-sample\Debug\sample.exp
4>plugin-sample.vcxproj -> C:\Users\Rio\Desktop\Hercules\vcproj-15\..\plugins\sample.dll
5>------ Build started: Project: plugin-HPMHooking_map, Configuration: Debug Win32 ------
5>   Creating library plugin-HPMHooking_map\Debug\HPMHooking_map.lib and object plugin-HPMHooking_map\Debug\HPMHooking_map.exp
5>plugin-HPMHooking_map.vcxproj -> C:\Users\Rio\Desktop\Hercules\vcproj-15\..\plugins\HPMHooking_map.dll
6>------ Build started: Project: plugin-HPMHooking_char, Configuration: Debug Win32 ------
3>   Creating library ..\map-server.lib and object ..\map-server.exp
3>map-server.vcxproj -> C:\Users\Rio\Desktop\Hercules\vcproj-15\..\map-server.exe
7>------ Build started: Project: plugin-HPMHooking_login, Configuration: Debug Win32 ------
6>   Creating library plugin-HPMHooking_char\Debug\HPMHooking_char.lib and object plugin-HPMHooking_char\Debug\HPMHooking_char.exp
6>plugin-HPMHooking_char.vcxproj -> C:\Users\Rio\Desktop\Hercules\vcproj-15\..\plugins\HPMHooking_char.dll
7>   Creating library plugin-HPMHooking_login\Debug\HPMHooking_login.lib and object plugin-HPMHooking_login\Debug\HPMHooking_login.exp
7>plugin-HPMHooking_login.vcxproj -> C:\Users\Rio\Desktop\Hercules\vcproj-15\..\plugins\HPMHooking_login.dll
========== Build: 7 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

 

Edited by utofaery

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.