Click here to Skip to main content
15,909,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: No of Documents and View in SDI and MDI Pin
Niklas L1-Jun-10 3:49
Niklas L1-Jun-10 3:49 
GeneralRe: No of Documents and View in SDI and MDI Pin
krishna_CP2-Jun-10 3:29
krishna_CP2-Jun-10 3:29 
GeneralRe: No of Documents and View in SDI and MDI Pin
krishna_CP2-Jun-10 4:34
krishna_CP2-Jun-10 4:34 
Questionserver emulator code help Pin
zeroKo31-May-10 15:31
zeroKo31-May-10 15:31 
AnswerRe: server emulator code help Pin
Stephen Hewitt31-May-10 16:07
Stephen Hewitt31-May-10 16:07 
GeneralRe: server emulator code help Pin
zeroKo31-May-10 17:04
zeroKo31-May-10 17:04 
GeneralRe: server emulator code help Pin
Stephen Hewitt31-May-10 20:21
Stephen Hewitt31-May-10 20:21 
GeneralRe: server emulator code help Pin
zeroKo31-May-10 23:56
zeroKo31-May-10 23:56 
Thanks for that is wasdefined as region rather then regions

But now I am getting over 200 errors Frown | :(

Error	1	error LNK2005: "public: static char const * const CBaseEntity::className" (?className@CBaseEntity@@2QBDB) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	2	error LNK2005: "public: static struct Luna<class CBaseEntity>::RegType * CBaseEntity::methods" (?methods@CBaseEntity@@2PAURegType@?$Luna@VCBaseEntity@@@@A) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	3	error LNK2005: "public: __thiscall CBaseEntity::CBaseEntity(void)" (??0CBaseEntity@@QAE@XZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	4	error LNK2005: "public: __thiscall CBaseEntity::~CBaseEntity(void)" (??1CBaseEntity@@QAE@XZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	5	error LNK2005: "public: bool __thiscall CBaseEntity::isCasting(void)" (?isCasting@CBaseEntity@@QAE_NXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	6	error LNK2005: "public: unsigned int __thiscall CBaseEntity::getId(void)" (?getId@CBaseEntity@@QAEIXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	7	error LNK2005: "public: void __thiscall CBaseEntity::setId(unsigned int)" (?setId@CBaseEntity@@QAEXI@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	8	error LNK2005: "public: unsigned short __thiscall CBaseEntity::getTargId(void)" (?getTargId@CBaseEntity@@QAEGXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	9	error LNK2005: "public: void __thiscall CBaseEntity::setTargId(unsigned int)" (?setTargId@CBaseEntity@@QAEXI@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	10	error LNK2005: "public: bool __thiscall CBaseEntity::isDead(void)" (?isDead@CBaseEntity@@QAE_NXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	11	error LNK2005: "public: char * __thiscall CBaseEntity::getStrippedName(void)" (?getStrippedName@CBaseEntity@@QAEPADXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	12	error LNK2005: "public: void __thiscall CBaseEntity::setObjType(unsigned short)" (?setObjType@CBaseEntity@@QAEXG@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	13	error LNK2005: "public: int __thiscall CBaseEntity::getMaxHp(void)" (?getMaxHp@CBaseEntity@@QAEHXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	14	error LNK2005: "public: int __thiscall CBaseEntity::getMaxMp(void)" (?getMaxMp@CBaseEntity@@QAEHXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	15	error LNK2005: "public: virtual unsigned short __thiscall CBaseEntity::getWeaponDamage(unsigned char)" (?getWeaponDamage@CBaseEntity@@UAEGE@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	16	error LNK2005: "public: virtual unsigned short __thiscall CBaseEntity::getBaseDef(void)" (?getBaseDef@CBaseEntity@@UAEGXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	17	error LNK2005: "public: virtual unsigned short __thiscall CBaseEntity::getDef(void)" (?getDef@CBaseEntity@@UAEGXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	18	error LNK2005: "public: virtual unsigned short __thiscall CBaseEntity::getBaseAttack(void)" (?getBaseAttack@CBaseEntity@@UAEGXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	19	error LNK2005: "public: virtual unsigned short __thiscall CBaseEntity::getAttack(void)" (?getAttack@CBaseEntity@@UAEGXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	20	error LNK2005: "public: unsigned short __thiscall CBaseEntity::getZone(void)" (?getZone@CBaseEntity@@QAEGXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	21	error LNK2005: "public: void __thiscall CBaseEntity::setZone(unsigned short)" (?setZone@CBaseEntity@@QAEXG@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	22	error LNK2005: "public: void __thiscall CBaseEntity::setAltAnimation(unsigned char)" (?setAltAnimation@CBaseEntity@@QAEXE@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	23	error LNK2005: "public: int __thiscall CBaseEntity::getHp(void)" (?getHp@CBaseEntity@@QAEHXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	24	error LNK2005: "public: short __thiscall CBaseEntity::getMp(void)" (?getMp@CBaseEntity@@QAEFXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	25	error LNK2005: "public: short __thiscall CBaseEntity::getHpp(void)" (?getHpp@CBaseEntity@@QAEFXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	26	error LNK2005: "public: short __thiscall CBaseEntity::getMpp(void)" (?getMpp@CBaseEntity@@QAEFXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	27	error LNK2005: "public: short __thiscall CBaseEntity::getTp(void)" (?getTp@CBaseEntity@@QAEFXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	28	error LNK2005: "public: void __thiscall CBaseEntity::setHp(int)" (?setHp@CBaseEntity@@QAEXH@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	29	error LNK2005: "public: void __thiscall CBaseEntity::setMp(int)" (?setMp@CBaseEntity@@QAEXH@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	30	error LNK2005: "public: void __thiscall CBaseEntity::setTp(short)" (?setTp@CBaseEntity@@QAEXF@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	31	error LNK2005: "public: float __thiscall CBaseEntity::getMaxCRatio(class CBaseEntity *)" (?getMaxCRatio@CBaseEntity@@QAEMPAV1@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	32	error LNK2005: "public: float __thiscall CBaseEntity::getMinCRatio(class CBaseEntity *)" (?getMinCRatio@CBaseEntity@@QAEMPAV1@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	33	error LNK2005: "public: virtual void __thiscall CBaseEntity::die(void)" (?die@CBaseEntity@@UAEXXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	34	error LNK2005: "public: void __thiscall CBaseEntity::takePhysicalDamage(int,class CBaseEntity *)" (?takePhysicalDamage@CBaseEntity@@QAEXHPAV1@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	35	error LNK2005: "public: void __thiscall CBaseEntity::weaponskill(unsigned short,unsigned short,class CBaseEntity *)" (?weaponskill@CBaseEntity@@QAEXGGPAV1@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	36	error LNK2005: "public: unsigned short __thiscall CBaseEntity::getHitRate(class CBaseEntity *,unsigned int)" (?getHitRate@CBaseEntity@@QAEGPAV1@I@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	37	error LNK2005: "public: virtual unsigned short __thiscall CBaseEntity::getEva(void)" (?getEva@CBaseEntity@@UAEGXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	38	error LNK2005: "public: unsigned short __thiscall CBaseEntity::getAccuracy(class CBaseEntity *,unsigned int)" (?getAccuracy@CBaseEntity@@QAEGPAV1@I@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	39	error LNK2005: "public: void __thiscall CBaseEntity::missedAttackAction(class CBaseEntity *)" (?missedAttackAction@CBaseEntity@@QAEXPAV1@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	40	error LNK2005: "public: bool __thiscall CBaseEntity::isFaceing(struct position,int)" (?isFaceing@CBaseEntity@@QAE_NUposition@@H@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	41	error LNK2005: "public: bool __thiscall CBaseEntity::isInFrontOf(class CBaseEntity *,int)" (?isInFrontOf@CBaseEntity@@QAE_NPAV1@H@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	42	error LNK2005: "public: bool __thiscall CBaseEntity::isBehind(class CBaseEntity *,int)" (?isBehind@CBaseEntity@@QAE_NPAV1@H@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	43	error LNK2005: "public: float __thiscall CBaseEntity::getVModifier(void)" (?getVModifier@CBaseEntity@@QAEMXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	44	error LNK2005: "public: float __thiscall CBaseEntity::getCModifier(void)" (?getCModifier@CBaseEntity@@QAEMXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	45	error LNK2005: "public: void __thiscall CBaseEntity::updateEnmity(class CBaseEntity *,int,int)" (?updateEnmity@CBaseEntity@@QAEXPAV1@HH@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	46	error LNK2005: "public: bool __thiscall CBaseEntity::isRangedAttacking(void)" (?isRangedAttacking@CBaseEntity@@QAE_NXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	47	error LNK2005: "public: int __thiscall CBaseEntity::adjustDamage(class CWeaponItem *,int)" (?adjustDamage@CBaseEntity@@QAEHPAVCWeaponItem@@H@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	48	error LNK2005: "public: void __thiscall CBaseEntity::disableJobTraits(void)" (?disableJobTraits@CBaseEntity@@QAEXXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	49	error LNK2005: "public: void __thiscall CBaseEntity::enableJobTraits(void)" (?enableJobTraits@CBaseEntity@@QAEXXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	50	error LNK2005: "public: void __thiscall CBaseEntity::setTraits(void)" (?setTraits@CBaseEntity@@QAEXXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	51	error LNK2005: "public: void __thiscall CBaseEntity::checkEffects(void)" (?checkEffects@CBaseEntity@@QAEXXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	52	error LNK2005: "public: bool __thiscall CBaseEntity::hasStatusEffect(unsigned short)" (?hasStatusEffect@CBaseEntity@@QAE_NG@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	53	error LNK2005: "public: void __thiscall CBaseEntity::eraseStatusEffect(void)" (?eraseStatusEffect@CBaseEntity@@QAEXXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	54	error LNK2005: "public: void __thiscall CBaseEntity::dispelStatusEffect(void)" (?dispelStatusEffect@CBaseEntity@@QAEXXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	55	error LNK2005: "public: unsigned int __thiscall CBaseEntity::getCritHitRateOn(class CBaseEntity *)" (?getCritHitRateOn@CBaseEntity@@QAEIPAV1@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	56	error LNK2005: "public: bool __thiscall CBaseEntity::canPerform(enum action)" (?canPerform@CBaseEntity@@QAE_NW4action@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	57	error LNK2005: "public: bool __thiscall CBaseEntity::isCountering(void)" (?isCountering@CBaseEntity@@QAE_NXZ) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	58	error LNK2005: "public: int __thiscall CBaseEntity::getModSum(int)" (?getModSum@CBaseEntity@@QAEHH@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	59	error LNK2005: "public: int __thiscall CBaseEntity::reduceDamage(int)" (?reduceDamage@CBaseEntity@@QAEHH@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	60	error LNK2005: "public: bool __thiscall CBaseEntity::removeShadows(int)" (?removeShadows@CBaseEntity@@QAE_NH@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	61	error LNK2005: "public: __thiscall CBaseEntity::CBaseEntity(struct lua_State *)" (??0CBaseEntity@@QAE@PAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	62	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetMp(struct lua_State *)" (?LUAgetMp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	63	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetTp(struct lua_State *)" (?LUAgetTp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	64	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetMaxHp(struct lua_State *)" (?LUAgetMaxHp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	65	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetMaxMp(struct lua_State *)" (?LUAgetMaxMp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	66	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetXPos(struct lua_State *)" (?LUAgetXPos@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	67	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetYPos(struct lua_State *)" (?LUAgetYPos@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	68	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetZPos(struct lua_State *)" (?LUAgetZPos@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	69	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetRotation(struct lua_State *)" (?LUAgetRotation@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	70	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetZone(struct lua_State *)" (?LUAgetZone@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	71	error LNK2005: "public: int __thiscall CBaseEntity::LUAaddStatusEffect(struct lua_State *)" (?LUAaddStatusEffect@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	72	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetStatusEffect(struct lua_State *)" (?LUAgetStatusEffect@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	73	error LNK2005: "public: int __thiscall CBaseEntity::LUAremoveStatusType(struct lua_State *)" (?LUAremoveStatusType@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	74	error LNK2005: "public: int __thiscall CBaseEntity::LUAremoveStatusEffect(struct lua_State *)" (?LUAremoveStatusEffect@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	75	error LNK2005: "public: int __thiscall CBaseEntity::LUAeraseStatusEffect(struct lua_State *)" (?LUAeraseStatusEffect@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	76	error LNK2005: "public: int __thiscall CBaseEntity::LUAdispelStatusEffect(struct lua_State *)" (?LUAdispelStatusEffect@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	77	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetAtt(struct lua_State *)" (?LUAgetAtt@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	78	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetAcc(struct lua_State *)" (?LUAgetAcc@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	79	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetDef(struct lua_State *)" (?LUAgetDef@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	80	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetEva(struct lua_State *)" (?LUAgetEva@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	81	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetBaseMoveSpeed(struct lua_State *)" (?LUAgetBaseMoveSpeed@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	82	error LNK2005: "public: int __thiscall CBaseEntity::LUAisInFrontOf(struct lua_State *)" (?LUAisInFrontOf@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	83	error LNK2005: "public: int __thiscall CBaseEntity::LUAisBehind(struct lua_State *)" (?LUAisBehind@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	84	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetMod(struct lua_State *)" (?LUAgetMod@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	85	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetVModifier(struct lua_State *)" (?LUAgetVModifier@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	86	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetCModifier(struct lua_State *)" (?LUAgetCModifier@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	87	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetTarget(struct lua_State *)" (?LUAgetTarget@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	88	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetElementalResist(struct lua_State *)" (?LUAgetElementalResist@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	89	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetStat(struct lua_State *)" (?LUAgetStat@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	90	error LNK2005: "public: int __thiscall CBaseEntity::LUAisPlayer(struct lua_State *)" (?LUAisPlayer@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	91	error LNK2005: "public: int __thiscall CBaseEntity::LUAisNPC(struct lua_State *)" (?LUAisNPC@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	92	error LNK2005: "public: int __thiscall CBaseEntity::LUAisMob(struct lua_State *)" (?LUAisMob@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	93	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetBaseDamage(struct lua_State *)" (?LUAgetBaseDamage@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	94	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetHp(struct lua_State *)" (?LUAsetHp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	95	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetTp(struct lua_State *)" (?LUAsetTp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	96	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetMp(struct lua_State *)" (?LUAsetMp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	97	error LNK2005: "public: int __thiscall CBaseEntity::LUAaddHp(struct lua_State *)" (?LUAaddHp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	98	error LNK2005: "public: int __thiscall CBaseEntity::LUAaddMp(struct lua_State *)" (?LUAaddMp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	99	error LNK2005: "public: int __thiscall CBaseEntity::LUAremoveHp(struct lua_State *)" (?LUAremoveHp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	100	error LNK2005: "public: int __thiscall CBaseEntity::LUAremoveMp(struct lua_State *)" (?LUAremoveMp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	101	error LNK2005: "public: int __thiscall CBaseEntity::LUAupdateEnmity(struct lua_State *)" (?LUAupdateEnmity@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	102	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetName(struct lua_State *)" (?LUAgetName@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	103	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetId(struct lua_State *)" (?LUAgetId@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	104	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetJob(struct lua_State *)" (?LUAgetJob@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	105	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetLvl(struct lua_State *)" (?LUAgetLvl@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	106	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetSubLvl(struct lua_State *)" (?LUAgetSubLvl@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	107	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetSubJob(struct lua_State *)" (?LUAgetSubJob@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	108	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetHp(struct lua_State *)" (?LUAgetHp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	109	error LNK2005: "public: int __thiscall CBaseEntity::LUAwarp(struct lua_State *)" (?LUAwarp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	110	error LNK2005: "public: int __thiscall CBaseEntity::LUAsendMessage(struct lua_State *)" (?LUAsendMessage@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	111	error LNK2005: "public: int __thiscall CBaseEntity::LUAsteal(struct lua_State *)" (?LUAsteal@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	112	error LNK2005: "public: int __thiscall CBaseEntity::LUAshowNPCTextLine(struct lua_State *)" (?LUAshowNPCTextLine@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	113	error LNK2005: "public: int __thiscall CBaseEntity::LUAsendMoreEvent(struct lua_State *)" (?LUAsendMoreEvent@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	114	error LNK2005: "public: int __thiscall CBaseEntity::LUAsendRelease(struct lua_State *)" (?LUAsendRelease@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	115	error LNK2005: "public: int __thiscall CBaseEntity::LUAunlockSubjobs(struct lua_State *)" (?LUAunlockSubjobs@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	116	error LNK2005: "public: int __thiscall CBaseEntity::LUAunlockJob(struct lua_State *)" (?LUAunlockJob@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	117	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetFreeSlotCount(struct lua_State *)" (?LUAgetFreeSlotCount@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	118	error LNK2005: "public: int __thiscall CBaseEntity::LUAcreateShop(struct lua_State *)" (?LUAcreateShop@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	119	error LNK2005: "public: int __thiscall CBaseEntity::LUAsendShop(struct lua_State *)" (?LUAsendShop@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	120	error LNK2005: "public: int __thiscall CBaseEntity::LUAsendGuild(struct lua_State *)" (?LUAsendGuild@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	121	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetSkill(struct lua_State *)" (?LUAgetSkill@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	122	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetSkillRank(struct lua_State *)" (?LUAgetSkillRank@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	123	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetSkillRank(struct lua_State *)" (?LUAsetSkillRank@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	124	error LNK2005: "public: int __thiscall CBaseEntity::LUAstartEvent(struct lua_State *)" (?LUAstartEvent@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	125	error LNK2005: "public: int __thiscall CBaseEntity::LUAsendSpecialMessage(struct lua_State *)" (?LUAsendSpecialMessage@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	126	error LNK2005: "public: int __thiscall CBaseEntity::LUAaddQuest(struct lua_State *)" (?LUAaddQuest@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	127	error LNK2005: "public: int __thiscall CBaseEntity::LUAcompleteQuest(struct lua_State *)" (?LUAcompleteQuest@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	128	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetQuestStatus(struct lua_State *)" (?LUAgetQuestStatus@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	129	error LNK2005: "public: int __thiscall CBaseEntity::LUAlearnWs(struct lua_State *)" (?LUAlearnWs@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	130	error LNK2005: "public: int __thiscall CBaseEntity::LUAaddSpell(struct lua_State *)" (?LUAaddSpell@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	131	error LNK2005: "public: int __thiscall CBaseEntity::LUAhasSpell(struct lua_State *)" (?LUAhasSpell@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	132	error LNK2005: "public: int __thiscall CBaseEntity::LUAcurrentMission(struct lua_State *)" (?LUAcurrentMission@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	133	error LNK2005: "public: int __thiscall CBaseEntity::LUAcompleteMission(struct lua_State *)" (?LUAcompleteMission@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	134	error LNK2005: "public: int __thiscall CBaseEntity::LUAfailMission(struct lua_State *)" (?LUAfailMission@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	135	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetMissionStatus(struct lua_State *)" (?LUAgetMissionStatus@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	136	error LNK2005: "public: int __thiscall CBaseEntity::LUAincreaseStorage(struct lua_State *)" (?LUAincreaseStorage@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	137	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetLevelCap(struct lua_State *)" (?LUAsetLevelCap@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	138	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetLevelCap(struct lua_State *)" (?LUAgetLevelCap@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	139	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetTitle(struct lua_State *)" (?LUAsetTitle@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	140	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetTitle(struct lua_State *)" (?LUAgetTitle@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	141	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetRace(struct lua_State *)" (?LUAgetRace@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	142	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetNation(struct lua_State *)" (?LUAgetNation@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	143	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetRank(struct lua_State *)" (?LUAgetRank@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	144	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetRankPoints(struct lua_State *)" (?LUAgetRankPoints@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	145	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetPrevZone(struct lua_State *)" (?LUAgetPrevZone@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	146	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetCurrGil(struct lua_State *)" (?LUAgetCurrGil@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	147	error LNK2005: "public: int __thiscall CBaseEntity::LUAgainGil(struct lua_State *)" (?LUAgainGil@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	148	error LNK2005: "public: int __thiscall CBaseEntity::LUAremoveGil(struct lua_State *)" (?LUAremoveGil@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	149	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetFame(struct lua_State *)" (?LUAgetFame@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	150	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetEquip(struct lua_State *)" (?LUAgetEquip@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	151	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetFameLevel(struct lua_State *)" (?LUAgetFameLevel@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	152	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetFame(struct lua_State *)" (?LUAsetFame@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	153	error LNK2005: "public: int __thiscall CBaseEntity::LUAaddFame(struct lua_State *)" (?LUAaddFame@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	154	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetCurrGil(struct lua_State *)" (?LUAsetCurrGil@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	155	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetPos(struct lua_State *)" (?LUAsetPos@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	156	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetAnimation(struct lua_State *)" (?LUAsetAnimation@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	157	error LNK2005: "public: int __thiscall CBaseEntity::LUArankUp(struct lua_State *)" (?LUArankUp@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	158	error LNK2005: "public: int __thiscall CBaseEntity::LUAaddRankPoints(struct lua_State *)" (?LUAaddRankPoints@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	159	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetNation(struct lua_State *)" (?LUAsetNation@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	160	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetWeaponDelay(struct lua_State *)" (?LUAgetWeaponDelay@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	161	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetFameSan(struct lua_State *)" (?LUAsetFameSan@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	162	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetFameBas(struct lua_State *)" (?LUAsetFameBas@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	163	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetFameWin(struct lua_State *)" (?LUAsetFameWin@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	164	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetFameNorg(struct lua_State *)" (?LUAsetFameNorg@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	165	error LNK2005: "public: int __thiscall CBaseEntity::LUAaddItem(struct lua_State *)" (?LUAaddItem@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	166	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetVar(struct lua_State *)" (?LUAsetVar@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	167	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetVar(struct lua_State *)" (?LUAgetVar@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	168	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetItemInfo(struct lua_State *)" (?LUAgetItemInfo@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	169	error LNK2005: "public: int __thiscall CBaseEntity::LUAhasItem(struct lua_State *)" (?LUAhasItem@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	170	error LNK2005: "public: int __thiscall CBaseEntity::LUAtakeItem(struct lua_State *)" (?LUAtakeItem@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	171	error LNK2005: "public: int __thiscall CBaseEntity::LUAaddAndEquipItem(struct lua_State *)" (?LUAaddAndEquipItem@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	172	error LNK2005: "public: int __thiscall CBaseEntity::LUAaddKeyItem(struct lua_State *)" (?LUAaddKeyItem@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	173	error LNK2005: "public: int __thiscall CBaseEntity::LUAhasKeyItem(struct lua_State *)" (?LUAhasKeyItem@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	174	error LNK2005: "public: int __thiscall CBaseEntity::LUAseenKeyItem(struct lua_State *)" (?LUAseenKeyItem@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	175	error LNK2005: "public: int __thiscall CBaseEntity::LUAremoveKeyItem(struct lua_State *)" (?LUAremoveKeyItem@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	176	error LNK2005: "public: int __thiscall CBaseEntity::LUAsendRaise(struct lua_State *)" (?LUAsendRaise@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	177	error LNK2005: "public: int __thiscall CBaseEntity::LUAsendTractor(struct lua_State *)" (?LUAsendTractor@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	178	error LNK2005: "public: int __thiscall CBaseEntity::LUAsendMenu(struct lua_State *)" (?LUAsendMenu@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	179	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetHomePoint(struct lua_State *)" (?LUAsetHomePoint@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	180	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetFamilyId(struct lua_State *)" (?LUAgetFamilyId@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	181	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetSystemId(struct lua_State *)" (?LUAgetSystemId@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	182	error LNK2005: "public: int __thiscall CBaseEntity::LUAgetState(struct lua_State *)" (?LUAgetState@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	183	error LNK2005: "public: int __thiscall CBaseEntity::LUAsetState(struct lua_State *)" (?LUAsetState@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	184	error LNK2005: "public: int __thiscall CBaseEntity::LUAOnMobDeath(struct lua_State *)" (?LUAOnMobDeath@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	185	error LNK2005: "public: int __thiscall CBaseEntity::LUAOnMobSpawn(struct lua_State *)" (?LUAOnMobSpawn@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	186	error LNK2005: "public: int __thiscall CBaseEntity::LUAgainEXP(struct lua_State *)" (?LUAgainEXP@CBaseEntity@@QAEHPAUlua_State@@@Z) already defined in CBaseEntity.obj	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Warning	187	warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library	C:\Users\Josh\Desktop\pXi_r1430\LINK	PXI
Error	188	error LNK2019: unresolved external symbol "public: void __thiscall CZoneHandler::unlockZoneList(void)" (?unlockZoneList@CZoneHandler@@QAEXXZ) referenced in function "int __cdecl l_registerRegion(struct lua_State *)" (?l_registerRegion@@YAHPAUlua_State@@@Z)	C:\Users\Josh\Desktop\pXi_r1430\CLuaManager.obj	PXI
Error	189	error LNK2019: unresolved external symbol "public: void __thiscall CZoneHandler::lockZoneList(void)" (?lockZoneList@CZoneHandler@@QAEXXZ) referenced in function "int __cdecl l_registerRegion(struct lua_State *)" (?l_registerRegion@@YAHPAUlua_State@@@Z)	C:\Users\Josh\Desktop\pXi_r1430\CLuaManager.obj	PXI
Error	190	error LNK2001: unresolved external symbol "public: static class std::vector<struct region,class std::allocator<struct region> > * CLuaManager::regionList" (?regionList@CLuaManager@@2PAV?$vector@Uregion@@V?$allocator@Uregion@@@std@@@std@@A)	C:\Users\Josh\Desktop\pXi_r1430\CZoneHandler.obj	PXI
Error	191	error LNK2019: unresolved external symbol __imp__DispatchMessageA@4 referenced in function "public: static unsigned long __stdcall CWindowClass::handleWindow(void *)" (?handleWindow@CWindowClass@@SGKPAX@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	192	error LNK2019: unresolved external symbol __imp__TranslateMessage@4 referenced in function "public: static unsigned long __stdcall CWindowClass::handleWindow(void *)" (?handleWindow@CWindowClass@@SGKPAX@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	193	error LNK2019: unresolved external symbol __imp__SetWindowTextA@8 referenced in function "public: static unsigned long __stdcall CWindowClass::handleWindow(void *)" (?handleWindow@CWindowClass@@SGKPAX@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	194	error LNK2019: unresolved external symbol __imp__GetWindowLongA@8 referenced in function "public: static unsigned long __stdcall CWindowClass::handleWindow(void *)" (?handleWindow@CWindowClass@@SGKPAX@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	195	error LNK2019: unresolved external symbol __imp__PeekMessageA@20 referenced in function "public: static unsigned long __stdcall CWindowClass::handleWindow(void *)" (?handleWindow@CWindowClass@@SGKPAX@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	196	error LNK2019: unresolved external symbol __imp__RedrawWindow@16 referenced in function "public: static unsigned long __stdcall CWindowClass::handleWindow(void *)" (?handleWindow@CWindowClass@@SGKPAX@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	197	error LNK2019: unresolved external symbol __imp__UpdateWindow@4 referenced in function "public: static unsigned long __stdcall CWindowClass::handleWindow(void *)" (?handleWindow@CWindowClass@@SGKPAX@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	198	error LNK2019: unresolved external symbol __imp__ShowWindow@8 referenced in function "public: static unsigned long __stdcall CWindowClass::handleWindow(void *)" (?handleWindow@CWindowClass@@SGKPAX@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	199	error LNK2019: unresolved external symbol __imp__CreateWindowExA@48 referenced in function "public: static unsigned long __stdcall CWindowClass::handleWindow(void *)" (?handleWindow@CWindowClass@@SGKPAX@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	200	error LNK2019: unresolved external symbol __imp__RegisterClassExA@4 referenced in function "private: unsigned short __thiscall CWindowClass::registerWindowClass(struct HINSTANCE__ *)" (?registerWindowClass@CWindowClass@@AAEGPAUHINSTANCE__@@@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	201	error LNK2019: unresolved external symbol __imp__LoadCursorA@8 referenced in function "private: unsigned short __thiscall CWindowClass::registerWindowClass(struct HINSTANCE__ *)" (?registerWindowClass@CWindowClass@@AAEGPAUHINSTANCE__@@@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	202	error LNK2019: unresolved external symbol __imp__ScrollWindow@20 referenced in function "public: static long __stdcall CWindowClass::callbackProc(struct HWND__ *,unsigned int,unsigned int,long)" (?callbackProc@CWindowClass@@SGJPAUHWND__@@IIJ@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	203	error LNK2019: unresolved external symbol __imp__SetScrollInfo@16 referenced in function "public: static long __stdcall CWindowClass::callbackProc(struct HWND__ *,unsigned int,unsigned int,long)" (?callbackProc@CWindowClass@@SGJPAUHWND__@@IIJ@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	204	error LNK2019: unresolved external symbol __imp__GetScrollInfo@12 referenced in function "public: static long __stdcall CWindowClass::callbackProc(struct HWND__ *,unsigned int,unsigned int,long)" (?callbackProc@CWindowClass@@SGJPAUHWND__@@IIJ@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	205	error LNK2019: unresolved external symbol __imp__DefWindowProcA@16 referenced in function "public: static long __stdcall CWindowClass::callbackProc(struct HWND__ *,unsigned int,unsigned int,long)" (?callbackProc@CWindowClass@@SGJPAUHWND__@@IIJ@Z)	C:\Users\Josh\Desktop\pXi_r1430\CWindowClass.obj	PXI
Error	206	error LNK1120: 18 unresolved externals	C:\Users\Josh\Desktop\pXi_r1430\Debug\PXI.exe	PXI


There are all the errors, they say alot of stuff is redefined but it is only defined once, I think
GeneralRe: server emulator code help Pin
Stephen Hewitt1-Jun-10 13:55
Stephen Hewitt1-Jun-10 13:55 
GeneralRe: server emulator code help Pin
zeroKo1-Jun-10 14:12
zeroKo1-Jun-10 14:12 
QuestionBackground Color for Bitmap In Crichedtctrl Pin
ForNow31-May-10 8:57
ForNow31-May-10 8:57 
Questionhow to format numbers with dollar sign in a cell for a CListCtrl Pin
manchukuo31-May-10 8:04
manchukuo31-May-10 8:04 
AnswerRe: how to format numbers with dollar sign in a cell for a CListCtrl Pin
CPallini31-May-10 9:35
mveCPallini31-May-10 9:35 
GeneralRe: how to format numbers with dollar sign in a cell for a CListCtrl Pin
manchukuo31-May-10 11:13
manchukuo31-May-10 11:13 
GeneralRe: how to format numbers with dollar sign in a cell for a CListCtrl Pin
CPallini31-May-10 21:36
mveCPallini31-May-10 21:36 
QuestionRe: how to format numbers with dollar sign in a cell for a CListCtrl Pin
David Crow1-Jun-10 5:08
David Crow1-Jun-10 5:08 
AnswerRe: how to format numbers with dollar sign in a cell for a CListCtrl Pin
PJ Arends1-Jun-10 5:52
professionalPJ Arends1-Jun-10 5:52 
Question.:: How to convert a gotten int input into a char or string which each of their elements can be accessable separately? [C++] Pin
bijan.8k31-May-10 7:29
bijan.8k31-May-10 7:29 
AnswerRe: .:: How to convert a gotten int input into a char or string which each of their elements can be accessable separately? [C++] Pin
Luc Pattyn31-May-10 7:35
sitebuilderLuc Pattyn31-May-10 7:35 
AnswerRe: Try this code Pin
Software_Developer31-May-10 8:28
Software_Developer31-May-10 8:28 
GeneralRe: Try this code Pin
bijan.8k31-May-10 9:02
bijan.8k31-May-10 9:02 
GeneralRe: Try this code Pin
Software_Developer31-May-10 9:52
Software_Developer31-May-10 9:52 
GeneralRe: Now it is just clunky Pin
Software_Developer31-May-10 17:38
Software_Developer31-May-10 17:38 
GeneralRe: Now it is just clunky Pin
Luc Pattyn31-May-10 18:27
sitebuilderLuc Pattyn31-May-10 18:27 
AnswerRe: .:: How to convert a gotten int input into a char or string which each of their elements can be accessable separately? [C++] Pin
Aescleal31-May-10 10:29
Aescleal31-May-10 10:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.