May I know how did you fixed script.c and clif.c in source error? I notice rathena have new source or edited it.. So it not same with the functor gave me the things to changed and resulted with error during compile.. I already contacted him 3 days ago but no reply.. So I thought maybe he on vacation or outstation..
SeverityCodeDescriptionProjectFileLineSuppressionStateWarning C4133 'function': incompatible types - from 'script_state **' to 'map_session_data **'map-server c:\users\rakuzas\documents\github\xxServer\src\map\script.c 23509Warning C4047 'initializing':'map_session_data *' differs in levels of indirection from 'bool'map-server c:\users\rakuzas\documents\github\xxServer\src\map\script.c 23509Warning C4098 'clif_parse_WantToConnection':'void' function returning a value map-server c:\users\rakuzas\documents\github\xxServer\src\map\clif.c 10072Error C2039 'packet_ver': is not a member of 'map_session_data'map-server c:\users\rakuzas\documents\github\xxServer\src\map\clif.c 20271Warning C4047 'function':'uint32' differs in levels of indirection from 'gepard_crypt_link *'map-server c:\users\rakuzas\documents\github\xxServer\src\map\clif.c 20271Warning C4024 'gepard_process_packet': different types for formal and actual parameter 3map-server c:\users\rakuzas\documents\github\xxServer\src\map\clif.c 20271Error C2198 'gepard_process_packet': too few arguments for call map-server c:\users\rakuzas\documents\github\xxServer\src\map\clif.c 20271
Hope someone can help me fix it.. Thank you in advance..
Question
rakuzas
Hello,
May I know how did you fixed script.c and clif.c in source error? I notice rathena have new source or edited it.. So it not same with the functor gave me the things to changed and resulted with error during compile.. I already contacted him 3 days ago but no reply.. So I thought maybe he on vacation or outstation..
Below is the error log I got from Visual Studio :
Hope someone can help me fix it..
Link to comment
Share on other sites
2 answers 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.