rehlds / ReAPI

AMXModX module providing APIs for ReHLDS, ReGameDLL, and Metamod plugins (e.g., ReUnion, ReVoice).
GNU General Public License v3.0
159 stars 105 forks source link

Error During Compiling at include file re_gamedll_const.inc. #232

Closed Original-Pervade closed 2 years ago

Original-Pervade commented 2 years ago

cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(286) : error 017: undefined symbol "BEGIN_FUNC_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(414) : error 017: undefined symbol "BEGIN_FUNC_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(426) : error 017: undefined symbol "BEGIN_FUNC_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(468) : error 017: undefined symbol "BEGIN_FUNC_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(480) : error 017: undefined symbol "BEGIN_FUNC_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(836) : error 017: undefined symbol "BEGIN_FUNC_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(869) : error 017: undefined symbol "BEGIN_FUNC_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(895) : error 017: undefined symbol "BEGIN_FUNC_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(922) : error 017: undefined symbol "BEGIN_FUNC_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(1084) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(1788) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(1994) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(2040) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(2174) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(3701) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(3787) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(4273) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(4487) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(4565) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(4659) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(4689) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(4959) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(5005) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(5043) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(5241) : error 017: undefined symbol "BEGIN_MEMBER_REGION" cstrike\addons\amxmodx\scripting\include\reapi_gamedll_const.inc(5263) : error 017: undefined symbol "BEGINMEMBER

justgo97 commented 2 years ago

What amxx version are you using?

Original-Pervade commented 2 years ago

Ok.The problem was that i didnt add reapi and shall be on #include , i added instead.Now its working by adding reapi as #include "reapi".