ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.77k stars 2k forks source link

Major release compile errors #208

Open uncleste opened 10 years ago

uncleste commented 10 years ago

Hi i have just downloaded the GIT for the source SDK 2013, in debug mode it launches fine however f i try to use release mode when i compile in visual studio 2010 i get hit with a whole lot of errors in the client (hl2mp) and it wont run or move the files to the directory. such as:

1>------ Build started: Project: Client (HL2MP), Configuration: Release Win32 ------ 1> Creating library \Release_mod_hl2mp\client.lib and object \Release_mod_hl2mp\client.exp 1>c_ai_basenpc.obj : error LNK2019: unresolved external symbol "float cdecl PhysGetSyncCreateTime(void)" (?PhysGetSyncCreateTime@@YAMXZ) referenced in function "public: virtual void thiscall C_AI_BaseNPC::GetRagdollInitBoneArrays(struct matrix3x4t ,struct matrix3x4_t ,struct matrix3x4_t ,float)" (?GetRagdollInitBoneArrays@C_AI_BaseNPC@@UAEXPAUmatrix3x4_t@@00M@Z) 1>c_baseanimating.obj : error LNK2001: unresolved external symbol "float cdecl PhysGetSyncCreateTime(void)" (?PhysGetSyncCreateTime@@YAMXZ) 1>c_baseplayer.obj : error LNK2001: unresolved external symbol "float cdecl PhysGetSyncCreateTime(void)" (?PhysGetSyncCreateTime@@YAMXZ) 1>cdll_client_int.obj : error LNK2019: unresolved external symbol "void cdecl PhysicsReset(void)" (?PhysicsReset@@YAXXZ) referenced in function "public: virtual void thiscall CHLClient::HudReset(void)" (?HudReset@CHLClient@@UAEXXZ) 1>cdll_client_int.obj : error LNK2019: unresolved external symbol "bool cdecl PhysicsDLLInit(void * (_cdecl)(char const _,int *))" (?PhysicsDLLInit@@YA_NP6APAXPBDPAH@Z@Z) referenced in function "public: virtual int thiscall CHLClient::Init(void * (cdecl)(char const ,int ),void \ (cdecl)(char const ,int ),class CGlobalVarsBase )" (?Init@CHLClient@@UAEHP6APAXPBDPAH@Z2PAVCGlobalVarsBase@@@Z) 1>cdll_client_int.obj : error LNK2019: unresolved external symbol "void cdecl PhysicsSimulate(void)" (?PhysicsSimulate@@YAXXZ) referenced in function "void cdecl OnRenderStart(void)" (?OnRenderStart@@YAXXZ) 1>physics.obj : error LNK2019: unresolved external symbol "public: thiscall CEntityList::~CEntityList(void)" (??1CEntityList@@QAE@XZ) referenced in function "public: void * thiscall CEntityList::`scalar deleting destructor'(unsigned int)" (??_GCEntityList@@QAEPAXI@Z) 1>physics.obj : error LNK2019: unresolved external symbol "class IPhysicsObject * cdecl PhysCreateWorld_Shared(class CBaseEntity ,struct vcollide_t ,struct objectparams_t const &)" (?PhysCreateWorld_Shared@@YAPAVIPhysicsObject@@PAVCBaseEntity@@PAUvcollide_t@@ABUobjectparams_t@@@Z) referenced in function "class IPhysicsObject * cdecl PhysCreateWorld(class CBaseEntity )" (?PhysCreateWorld@@YAPAVIPhysicsObject@@PAVCBaseEntity@@@Z) 1>physics.obj : error LNK2001: unresolved external symbol "class IVModelInfo * modelinfo" (?modelinfo@@3PAVIVModelInfo@@A) 1>physics.obj : error LNK2001: unresolved external symbol "class IStaticPropMgrServer * staticpropmgr" (?staticpropmgr@@3PAVIStaticPropMgrServer@@A) 1>physics.obj : error LNK2001: unresolved external symbol "class CGlobalVars * gpGlobals" (?gpGlobals@@3PAVCGlobalVars@@A) 1>physics.obj : error LNK2019: unresolved external symbol "void __cdecl ReportVPhysicsStateChanged(class IPhysicsObject ,class CBaseEntity ,bool)" (?ReportVPhysicsStateChanged@@YAXPAVIPhysicsObject@@PAVCBaseEntity@@_N@Z) referenced in function "public: virtual void __thiscall CCollisionEvent::ObjectWake(class IPhysicsObject )" (?ObjectWake@CCollisionEvent@@UAEXPAVIPhysicsObject@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: bool thiscall CBaseEntity::HasDataObjectType(int)const " (?HasDataObjectType@CBaseEntity@@QBE_NH@Z) referenced in function "public: virtual void thiscall CCollisionEvent::ObjectWake(class IPhysicsObject *)" (?ObjectWake@CCollisionEvent@@UAEXPAVIPhysicsObject@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "bool cdecl UTIL_IsCommandIssuedByServerAdmin(void)" (?UTIL_IsCommandIssuedByServerAdmin@@YA_NXZ) referenced in function "void cdecl physics_highlight_active(class CCommand const &)" (?physics_highlight_active@@YAXABVCCommand@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: void thiscall CEntityList::AddEntity(class CBaseEntity *)" (?AddEntity@CEntityList@@QAEXPAVCBaseEntity@@@Z) referenced in function "void cdecl PhysAddShadow(class CBaseEntity )" (?PhysAddShadow@@YAXPAVCBaseEntity@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: void __thiscall CEntityList::DeleteEntity(class CBaseEntity )" (?DeleteEntity@CEntityList@@QAEXPAVCBaseEntity@@@Z) referenced in function "void cdecl PhysRemoveShadow(class CBaseEntity *)" (?PhysRemoveShadow@@YAXPAVCBaseEntity@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: static void cdecl CBaseEntity::PhysicsNotifyOtherOfUntouch(class CBaseEntity ,class CBaseEntity )" (?PhysicsNotifyOtherOfUntouch@CBaseEntity@@SAXPAV1@0@Z) referenced in function "private: void thiscall CCollisionEvent::DispatchEndTouch(class CBaseEntity ,class CBaseEntity )" (?DispatchEndTouch@CCollisionEvent@@AAEXPAVCBaseEntity@@0@Z) 1>physics.obj : error LNK2001: unresolved external symbol "public: virtual struct datamap_t * thiscall vehicle_gear_t::GetDataDescMap(void)" (?GetDataDescMap@vehicle_gear_t@@UAEPAUdatamap_t@@XZ) 1>physics.obj : error LNK2001: unresolved external symbol "public: virtual struct datamap_t * thiscall vehicle_crashsound_t::GetDataDescMap(void)" (?GetDataDescMap@vehicle_crashsound_t@@UAEPAUdatamap_t@@XZ) 1>physics.obj : error LNK2019: unresolved external symbol "public: class CBaseEntity * thiscall CGlobalEntityList::NextEnt(class CBaseEntity )" (?NextEnt@CGlobalEntityList@@QAEPAVCBaseEntity@@PAV2@@Z) referenced in function "public: class CBaseEntity * thiscall CGlobalEntityList::FirstEnt(void)" (?FirstEnt@CGlobalEntityList@@QAEPAVCBaseEntity@@XZ) 1>physics.obj : error LNK2019: unresolved external symbol "public: int thiscall CBaseEntity::DispatchUpdateTransmitState(void)" (?DispatchUpdateTransmitState@CBaseEntity@@QAEHXZ) referenced in function "public: void thiscall CBaseEntity::AddEFlags(int)" (?AddEFlags@CBaseEntity@@QAEXH@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: void thiscall CBaseEntity::CalcAbsolutePosition(void)" (?CalcAbsolutePosition@CBaseEntity@@QAEXXZ) referenced in function "public: class Vector const & thiscall CBaseEntity::GetAbsOrigin(void)const " (?GetAbsOrigin@CBaseEntity@@QBEABVVector@@XZ) 1>physics.obj : error LNK2019: unresolved external symbol "public: void thiscall CRecipientFilter::AddRecipientsByPAS(class Vector const &)" (?AddRecipientsByPAS@CRecipientFilter@@QAEXABVVector@@@Z) referenced in function "public: thiscall CPASFilter::CPASFilter(class Vector const &)" (??0CPASFilter@@QAE@ABVVector@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: thiscall CRecipientFilter::CRecipientFilter(void)" (??0CRecipientFilter@@QAE@XZ) referenced in function "public: thiscall CPASFilter::CPASFilter(class Vector const &)" (??0CPASFilter@@QAE@ABVVector@@@Z) 1>physics.obj : error LNK2001: unresolved external symbol "public: virtual bool thiscall CRecipientFilter::IsReliable(void)const " (?IsReliable@CRecipientFilter@@UBE_NXZ) 1>physics.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall CRecipientFilter::IsInitMessage(void)const " (?IsInitMessage@CRecipientFilter@@UBE_NXZ) 1>physics.obj : error LNK2001: unresolved external symbol "public: virtual int thiscall CRecipientFilter::GetRecipientCount(void)const " (?GetRecipientCount@CRecipientFilter@@UBEHXZ) 1>physics.obj : error LNK2001: unresolved external symbol "public: virtual int thiscall CRecipientFilter::GetRecipientIndex(int)const " (?GetRecipientIndex@CRecipientFilter@@UBEHH@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: virtual thiscall CRecipientFilter::~CRecipientFilter(void)" (??1CRecipientFilter@@UAE@XZ) referenced in function "public: virtual thiscall CPASFilter::~CPASFilter(void)" (??1CPASFilter@@UAE@XZ) 1>physics.obj : error LNK2019: unresolved external symbol "public: void thiscall CPASAttenuationFilter::Filter(class Vector const &,float)" (?Filter@CPASAttenuationFilter@@QAEXABVVector@@M@Z) referenced in function "public: thiscall CPASAttenuationFilter::CPASAttenuationFilter(class CBaseEntity ,enum soundlevel_t)" (??0CPASAttenuationFilter@@QAE@PAVCBaseEntity@@W4soundlevel_t@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: thiscall CEntityList::CEntityList(void)" (??0CEntityList@@QAE@XZ) referenced in function "public: virtual void thiscall CPhysicsHook::LevelInitPreEntity(void)" (?LevelInitPreEntity@CPhysicsHook@@UAEXXZ) 1>physics.obj : error LNK2019: unresolved external symbol "class CWorld * cdecl GetWorldEntity(void)" (?GetWorldEntity@@YAPAVCWorld@@XZ) referenced in function "public: virtual void thiscall CPhysicsHook::LevelInitPreEntity(void)" (?LevelInitPreEntity@CPhysicsHook@@UAEXXZ) 1>physics.obj : error LNK2001: unresolved external symbol "class IPhysicsConstraintEvent * g_pConstraintEvents" (?g_pConstraintEvents@@3PAVIPhysicsConstraintEvent@@A) 1>physics.obj : error LNK2019: unresolved external symbol "public: static bool cdecl CBaseEntity::GetParametersForSound(char const ,short &,struct CSoundParameters &,char const )" (?GetParametersForSound@CBaseEntity@@SA_NPBDAAFAAUCSoundParameters@@0@Z) referenced in function "void cdecl PhysFrictionSound(class CBaseEntity ,class IPhysicsObject ,char const ,short &,float)" (?PhysFrictionSound@@YAXPAVCBaseEntity@@PAVIPhysicsObject@@PBDAAFM@Z) 1>physics.obj : error LNK2001: unresolved external symbol "class CGameRules * g_pGameRules" (?g_pGameRules@@3PAVCGameRules@@A) 1>physics.obj : error LNK2019: unresolved external symbol "public: class CBaseEntity \ thiscall CBaseEntity::GetRootMoveParent(void)" (?GetRootMoveParent@CBaseEntity@@QAEPAV1@XZ) referenced in function "public: virtual int thiscall CCollisionEvent::ShouldCollide(class IPhysicsObject ,class IPhysicsObject ,void ,void )" (?ShouldCollide@CCollisionEvent@@UAEHPAVIPhysicsObject@@0PAX1@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: void thiscall CBaseEntity::AddTimedOverlay(char const ,int)" (?AddTimedOverlay@CBaseEntity@@QAEXPBDH@Z) referenced in function "void __cdecl ReportPenetration(class CBaseEntity ,float)" (?ReportPenetration@@YAXPAVCBaseEntity@@M@Z) 1>physics.obj : error LNK2019: unresolved external symbol "char * cdecl UTIL_VarArgs(char const *,...)" (?UTIL_VarArgs@@YAPADPBDZZ) referenced in function "void cdecl ReportPenetration(class CBaseEntity ,float)" (?ReportPenetration@@YAXPAVCBaseEntity@@M@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: char const * thiscall CBaseEntity::GetDebugName(void)" (?GetDebugName@CBaseEntity@@QAEPBDXZ) referenced in function "void cdecl ReportPenetration(class CBaseEntity ,float)" (?ReportPenetration@@YAXPAVCBaseEntity@@M@Z) 1>physics.obj : error LNK2001: unresolved external symbol "class ConVar const * const g_pDeveloper" (?g_pDeveloper@@3PBVConVar@@B) 1>physics.obj : error LNK2019: unresolved external symbol "public: void thiscall CBaseEntity::PhysicsMarkEntitiesAsTouchingEventDriven(class CBaseEntity *,class CGameTrace &)" (?PhysicsMarkEntitiesAsTouchingEventDriven@CBaseEntity@@QAEXPAV1@AAVCGameTrace@@@Z) referenced in function "private: void thiscall CCollisionEvent::DispatchStartTouch(class CBaseEntity ,class CBaseEntity ,class Vector const &,class Vector const &)" (?DispatchStartTouch@CCollisionEvent@@AAEXPAVCBaseEntity@@0ABVVector@@1@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: class CBaseEntity * thiscall CGlobalEntityList::FindEntityByName(class CBaseEntity ,char const ,class CBaseEntity ,class CBaseEntity ,class CBaseEntity ,class IEntityFindFilter )" (?FindEntityByName@CGlobalEntityList@@QAEPAVCBaseEntity@@PAV2@PBD000PAVIEntityFindFilter@@@Z) referenced in function "class IPhysicsObject * cdecl FindPhysicsObjectByName(char const ,class CBaseEntity )" (?FindPhysicsObjectByName@@YAPAVIPhysicsObject@@PBDPAVCBaseEntity@@@Z) 1>physics.obj : error LNK2001: unresolved external symbol "class CGlobalEntityList gEntList" (?gEntList@@3VCGlobalEntityList@@A) 1>physics.obj : error LNK2019: unresolved external symbol "class CBaseEntity * __cdecl EntityPhysics_CreateSolver(class CBaseEntity ,class CBaseEntity ,bool,float)" (?EntityPhysics_CreateSolver@@YAPAVCBaseEntity@@PAV1@0_NM@Z) referenced in function "private: void thiscall CCollisionEvent::UpdatePenetrateEvents(void)" (?UpdatePenetrateEvents@CCollisionEvent@@AAEXXZ) 1>physics.obj : error LNK2019: unresolved external symbol "class CBaseEntity * cdecl NPCPhysics_CreateSolver(class CAI_BaseNPC ,class CBaseEntity ,bool,float)" (?NPCPhysics_CreateSolver@@YAPAVCBaseEntity@@PAVCAI_BaseNPC@@PAV1@_NM@Z) referenced in function "private: void __thiscall CCollisionEvent::UpdatePenetrateEvents(void)" (?UpdatePenetrateEvents@CCollisionEvent@@AAEXXZ) 1>physics.obj : error LNK2019: unresolved external symbol "public: class CAI_BaseNPC * thiscall CBaseEntity::MyNPCPointer(void)" (?MyNPCPointer@CBaseEntity@@QAEPAVCAI_BaseNPC@@XZ) referenced in function "private: void thiscall CCollisionEvent::UpdatePenetrateEvents(void)" (?UpdatePenetrateEvents@CCollisionEvent@@AAEXXZ) 1>physics.obj : error LNK2019: unresolved external symbol "public: void thiscall CBasePlayer::EyeVectors(class Vector ,class Vector ,class Vector )" (?EyeVectors@CBasePlayer@@QAEXPAVVector@@00@Z) referenced in function "void cdecl surfaceprop(class CCommand const &)" (?surfaceprop@@YAXABVCCommand@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "class CBasePlayer * cdecl UTIL_GetCommandClient(void)" (?UTIL_GetCommandClient@@YAPAVCBasePlayer@@XZ) referenced in function "void cdecl surfaceprop(class CCommand const &)" (?surfaceprop@@YAXABVCCommand@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: class CBaseEntity * thiscall CGlobalEntityList::FindEntityGeneric(class CBaseEntity ,char const ,class CBaseEntity ,class CBaseEntity ,class CBaseEntity )" (?FindEntityGeneric@CGlobalEntityList@@QAEPAVCBaseEntity@@PAV2@PBD000@Z) referenced in function "void cdecl PhysicsCommand(class CCommand const &,void (cdecl_)(class CBaseEntity ))" (?PhysicsCommand@@YAXABVCCommand@@P6AXPAVCBaseEntity@@@Z@Z) 1>physics.obj : error LNK2019: unresolved external symbol "void __cdecl UTIL_Remove(class IServerNetworkable )" (?UTIL_Remove@@YAXPAVIServerNetworkable@@@Z) referenced in function "private: void thiscall CCollisionEvent::UpdateRemoveObjects(void)" (?UpdateRemoveObjects@CCollisionEvent@@AAEXXZ) 1>physics.obj : error LNK2001: unresolved external symbol "public: virtual struct datamap_t * __thiscall vehiclesounds_t::GetDataDescMap(void)" (?GetDataDescMap@vehiclesounds_t@@UAEPAUdatamap_t@@XZ) 1>physics.obj : error LNK2019: unresolved external symbol "public: void thiscall CBaseEntity::TakeDamage(class CTakeDamageInfo const &)" (?TakeDamage@CBaseEntity@@QAEXABVCTakeDamageInfo@@@Z) referenced in function "private: void thiscall CCollisionEvent::UpdateDamageEvents(void)" (?UpdateDamageEvents@CCollisionEvent@@AAEXXZ) 1>physics.obj : error LNK2019: unresolved external symbol "struct ragdoll_t * __cdecl Ragdoll_GetRagdoll(class CBaseEntity *)" (?Ragdoll_GetRagdoll@@YAPAUragdoll_t@@PAVCBaseEntity@@@Z) referenced in function "public: virtual int thiscall CCollisionEvent::ShouldSolvePenetration(class IPhysicsObject ,class IPhysicsObject ,void ,void ,float)" (?ShouldSolvePenetration@CCollisionEvent@@UAEHPAVIPhysicsObject@@0PAX1M@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: static void cdecl CBaseEntity::EmitSound(class IRecipientFilter &,int,struct EmitSound_t const &)" (?EmitSound@CBaseEntity@@SAXAAVIRecipientFilter@@HABUEmitSound_t@@@Z) referenced in function "void cdecl physicssound::PlayImpactSounds(struct physicssound::soundlist_t &)" (?PlayImpactSounds@physicssound@@YAXAAUsoundlist_t@1@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: static bool cdecl CBaseEntity::GetParametersForSound(char const ,struct CSoundParameters &,char const )" (?GetParametersForSound@CBaseEntity@@SA_NPBDAAUCSoundParameters@@0@Z) referenced in function "void cdecl physicssound::PlayImpactSounds(struct physicssound::soundlist_t &)" (?PlayImpactSounds@physicssound@@YAXAAUsoundlist_t@1@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "void cdecl PhysicsSplash(class IPhysicsFluidController ,class IPhysicsObject ,class CBaseEntity )" (?PhysicsSplash@@YAXPAVIPhysicsFluidController@@PAVIPhysicsObject@@PAVCBaseEntity@@@Z) referenced in function "public: virtual void __thiscall CCollisionEvent::FluidStartTouch(class IPhysicsObject ,class IPhysicsFluidController )" (?FluidStartTouch@CCollisionEvent@@UAEXPAVIPhysicsObject@@PAVIPhysicsFluidController@@@Z) 1>physics.obj : error LNK2001: unresolved external symbol "class IVEngineServer \ engine" (?engine@@3PAVIVEngineServer@@A) 1>physics.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl CBaseEntity::IsSimulatingOnAlternateTicks(void)" (?IsSimulatingOnAlternateTicks@CBaseEntity@@SA_NXZ) referenced in function "public: virtual void thiscall CPhysicsHook::FrameUpdatePostEntityThink(void)" (?FrameUpdatePostEntityThink@CPhysicsHook@@UAEXXZ) 1>physics.obj : error LNK2019: unresolved external symbol "bool cdecl PropIsGib(class CBaseEntity )" (?PropIsGib@@YA_NPAVCBaseEntity@@@Z) referenced in function "public: virtual bool __thiscall CCollisionEvent::ShouldFreezeObject(class IPhysicsObject )" (?ShouldFreezeObject@CCollisionEvent@@UAE_NPAVIPhysicsObject@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: thiscall CTakeDamageInfo::CTakeDamageInfo(class CBaseEntity ,class CBaseEntity ,class Vector const &,class Vector const &,float,int,int,class Vector )" (??0CTakeDamageInfo@@QAE@PAVCBaseEntity@@0ABVVector@@1MHHPAV2@@Z) referenced in function "public: virtual bool __thiscall CCollisionEvent::ShouldFreezeObject(class IPhysicsObject )" (?ShouldFreezeObject@CCollisionEvent@@UAE_NPAVIPhysicsObject@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "public: thiscall CVehicleSoundsParser::CVehicleSoundsParser(void)" (??0CVehicleSoundsParser@@QAE@XZ) referenced in function "public: bool thiscall CPhysicsHook::FindOrAddVehicleScript(char const ,struct vehicleparams_t ,struct vehiclesounds_t )" (?FindOrAddVehicleScript@CPhysicsHook@@QAE_NPBDPAUvehicleparams_t@@PAUvehiclesounds_t@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "struct string_t __cdecl AllocPooledString(char const )" (?AllocPooledString@@YA?AUstring_t@@PBD@Z) referenced in function "public: bool thiscall CPhysicsHook::FindOrAddVehicleScript(char const ,struct vehicleparams_t ,struct vehiclesounds_t )" (?FindOrAddVehicleScript@CPhysicsHook@@QAE_NPBDPAUvehicleparams_t@@PAUvehiclesounds_t@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "void __cdecl DebugConstraint(class CBaseEntity )" (?DebugConstraint@@YAXPAVCBaseEntity@@@Z) referenced in function "void cdecl DebugConstraints(class CBaseEntity *)" (?DebugConstraints@@YAXPAVCBaseEntity@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "bool cdecl GetSpringAttachments(class CBaseEntity ,class CBaseEntity * * const,class IPhysicsObject * \ const)" (?GetSpringAttachments@@YA_NPAVCBaseEntity@@QAPAV1@QAPAVIPhysicsObject@@@Z) referenced in function "void cdecl DebugConstraints(class CBaseEntity )" (?DebugConstraints@@YAXPAVCBaseEntity@@@Z) 1>physics.obj : error LNK2019: unresolved external symbol "bool __cdecl GetConstraintAttachments(class CBaseEntity ,class CBaseEntity * * const,class IPhysicsObject * * const)" (?GetConstraintAttachments@@YA_NPAVCBaseEntity@@QAPAV1@QAPAVIPhysicsObject@@@Z) referenced in function "void cdecl DebugConstraints(class CBaseEntity )" (?DebugConstraints@@YAXPAVCBaseEntity@@@Z) 1>physics_shared.obj : error LNK2019: unresolved external symbol "void __cdecl PhysFrictionSound(class C_BaseEntity ,class IPhysicsObject ,char const ,short &,float)" (?PhysFrictionSound@@YAXPAVC_BaseEntity@@PAVIPhysicsObject@@PBDAAFM@Z) referenced in function "void cdecl PhysFrictionSound(class C_BaseEntity ,class IPhysicsObject ,float,int,int)" (?PhysFrictionSound@@YAXPAVC_BaseEntity@@PAVIPhysicsObject@@MHH@Z) 1>physpropclientside.obj : error LNK2019: unresolved external symbol "void cdecl PhysCleanupFrictionSounds(class C_BaseEntity *)" (?PhysCleanupFrictionSounds@@YAXPAVC_BaseEntity@@@Z) referenced in function "public: virtual __thiscall C_PhysPropClientside::~C_PhysPropClientside(void)" (??1C_PhysPropClientside@@UAE@XZ) 1>c_hl2mp_player.obj : error LNK2001: unresolved external symbol "void cdecl PhysCleanupFrictionSounds(class C_BaseEntity )" (?PhysCleanupFrictionSounds@@YAXPAVC_BaseEntity@@@Z) 1>c_stickybolt.obj : error LNK2019: unresolved external symbol "class IPhysicsObject * __cdecl GetWorldPhysObject(void)" (?GetWorldPhysObject@@YAPAVIPhysicsObject@@XZ) referenced in function "public: virtual enum IterationRetval_t __thiscall CRagdollBoltEnumerator::EnumElement(class IHandleEntity )" (?EnumElement@CRagdollBoltEnumerator@@UAE?AW4IterationRetval_t@@PAVIHandleEntity@@@Z) 1>\Release_mod_hl2mp\client.dll : fatal error LNK1120: 66 unresolved externals ========== Build: 0 succeeded, 1 failed, 3 up-to-date, 0 skipped ==========

Any help would be appreciated as i cant even get a working base shell to run and i havent modded anything yet :(.

filipopo commented 10 years ago

thats what i call my friend a "fuck you error" it gives errors cuz it hates u :( who knows what file it wants u to overwrite or delte or whatever just try copying over all ur code in a fresh new SDK, does ur dirrectory have spaces ?