Im having trouble while compiling @storeitem plugin by Ind,
this is what i got:
1>------ Build started: Project: @storeitem, Configuration: Release Win32 ------1> @storeitem.c1>[email protected](39): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.1> C:Program Files (x86)Microsoft Visual Studio 10.0VCincludestdio.h(325) : see declaration of 'sscanf'1>[email protected](46): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.1> C:Program Files (x86)Microsoft Visual Studio 10.0VCincludestdio.h(371) : see declaration of 'sprintf'1>[email protected](74): error C2039: 'get_group_level' : is not a member of 'pc_interface'1> d:[aaa] ragnarok server projectsvn trunktrunksrcplugins../map/pc.h(736) : see declaration of 'pc_interface'1>[email protected](74): error C2039: 'get_group_level' : is not a member of 'pc_interface'1> d:[aaa] ragnarok server projectsvn trunktrunksrcplugins../map/pc.h(736) : see declaration of 'pc_interface'1>[email protected](79): error C2065: 'mob' : undeclared identifier1>[email protected](79): error C2223: left of '->db' must point to struct/union1>[email protected](114): warning C4013: 'ACMD_A' undefined; assuming extern returning int1>[email protected](114): error C2065: 'storeitem' : undeclared identifier1>[email protected](114): warning C4047: 'function' : 'bool (__cdecl *)(const int,map_session_data *,const char *,const char *,AtCommandInfo *)' differs in levels of indirection from 'int'1>[email protected](114): warning C4024: 'function through pointer' : different types for formal and actual parameter 2========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Im having trouble while compiling @storeitem plugin by Ind,
this is what i got:
Share this post
Link to post
Share on other sites