This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Linker error!!!


Post New Thread Reply   
 
Thread Tools Display Modes
Quetzalcoatl
Junior Member
Join Date: Nov 2004
Location: In front of a pc!?
Old 06-23-2005 , 09:02  
Reply With Quote #11

Thanks alot!!
__________________
*I am the only god that is half snake half chicken*

----------------I know that im a newb!!----------------
[url=http://www.mindistortion.net/iwantyoursoul/?i_am=quet]Push...[/ur]
Quetzalcoatl is offline
Quetzalcoatl
Junior Member
Join Date: Nov 2004
Location: In front of a pc!?
Old 07-02-2005 , 06:25   ...
Reply With Quote #12

you may still try to help me... if you want to
plzz...
__________________
*I am the only god that is half snake half chicken*

----------------I know that im a newb!!----------------
[url=http://www.mindistortion.net/iwantyoursoul/?i_am=quet]Push...[/ur]
Quetzalcoatl is offline
Quetzalcoatl
Junior Member
Join Date: Nov 2004
Location: In front of a pc!?
Old 07-11-2005 , 15:18  
Reply With Quote #13

SoMeOne! plzz help me im a total newb to this... so plzz help me to figure it out!

quet
__________________
*I am the only god that is half snake half chicken*

----------------I know that im a newb!!----------------
[url=http://www.mindistortion.net/iwantyoursoul/?i_am=quet]Push...[/ur]
Quetzalcoatl is offline
Quetzalcoatl
Junior Member
Join Date: Nov 2004
Location: In front of a pc!?
Old 11-24-2005 , 10:16  
Reply With Quote #14

ehem... i thought this was a forum where i could get some help... and im almost sure that SOMEONE knows how to handle this...
__________________
*I am the only god that is half snake half chicken*

----------------I know that im a newb!!----------------
[url=http://www.mindistortion.net/iwantyoursoul/?i_am=quet]Push...[/ur]
Quetzalcoatl is offline
BAILOPAN
Join Date: Jan 2004
Old 11-24-2005 , 11:37  
Reply With Quote #15

Don't use Dev-C++. Microsoft even gives out their IDE for free these days.
__________________
egg
BAILOPAN is offline
dragon52225
Junior Member
Join Date: Sep 2005
Old 11-26-2005 , 16:16  
Reply With Quote #16

but BAIL, the 2005 visual studio is missing some header files..... (i know i should ask them but i'm asking you if you can help) its missing windows.h which almost every windows app uses... and i'm not too sure if the HLSDK works on it becuase on microsoft's site, it says that the source sdk isn't currently compatible with 2005 C++
__________________
http://www.eznom.net/My trustie webhost.

http://dragon52225.homelinux.com My CS 1.6 server and a backup web server.
dragon52225 is offline
Quetzalcoatl
Junior Member
Join Date: Nov 2004
Location: In front of a pc!?
Old 12-03-2005 , 06:36  
Reply With Quote #17

Quote:
Originally Posted by BAILOPAN
Don't use Dev-C++. Microsoft even gives out their IDE for free these days.
ive tried that before, but i dont know wich to choose... there's alot you know...
and i cant really get it to work... but i will try it if you say it... could you find me a link to the best IDE?

Thanks
Quet
__________________
*I am the only god that is half snake half chicken*

----------------I know that im a newb!!----------------
[url=http://www.mindistortion.net/iwantyoursoul/?i_am=quet]Push...[/ur]
Quetzalcoatl is offline
Quetzalcoatl
Junior Member
Join Date: Nov 2004
Location: In front of a pc!?
Old 12-09-2005 , 11:31  
Reply With Quote #18

OK... now i use this: Visual C++ express... but i get this from the compiler:

Code:
Compiling...
madscientist.cpp
C:\Programmer\Microsoft Visual Studio 8\VC\include\winnt.h(3035) : warning C4103: 'c:\programmer\microsoft visual studio 8\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
C:\Programmer\Microsoft Visual Studio 8\VC\include\winnt.h(3327) : warning C4103: 'c:\programmer\microsoft visual studio 8\vc\include\winnt.h' : alignment changed after including header, may be due to missing #pragma pack(pop)
C:\Programmer\Microsoft Visual Studio 8\VC\include\winnt.h(3423) : warning C4068: unknown pragma
C:\Programmer\Microsoft Visual Studio 8\VC\include\winnt.h(3428) : warning C4068: unknown pragma
c:\dev-cpp\projekter\mad\cbase.h(222) : warning C4267: 'argument' : conversion from 'size_t' to 'long', possible loss of data
Compiling manifest to resources...
Linking...
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification
   Creating library Release\madvc.lib and object Release\madvc.exp
madscientist.obj : error LNK2001: unresolved external symbol "struct enginefuncs_s g_engfuncs" (?g_engfuncs@@3Uenginefuncs_s@@A)
madscientist.obj : error LNK2019: unresolved external symbol "public: void __thiscall CBaseAnimating::ResetSequenceInfo(void)" (?ResetSequenceInfo@CBaseAnimating@@QAEXXZ) referenced in function "public: void __thiscall CMadScientist::SetActivity(int)" (?SetActivity@CMadScientist@@QAEXH@Z)
madscientist.obj : error LNK2019: unresolved external symbol "public: int __thiscall CBaseAnimating::LookupActivity(int)" (?LookupActivity@CBaseAnimating@@QAEHH@Z) referenced in function "public: void __thiscall CMadScientist::SetActivity(int)" (?SetActivity@CMadScientist@@QAEXH@Z)
madscientist.obj : error LNK2019: unresolved external symbol "void __cdecl UTIL_SetSize(struct entvars_s *,class Vector const &,class Vector const &)" (?UTIL_SetSize@@YAXPAUentvars_s@@ABVVector@@1@Z) referenced in function "public: void __thiscall CMadScientist::SetCollisionBox(void)" (?SetCollisionBox@CMadScientist@@QAEXXZ)
madscientist.obj : error LNK2019: unresolved external symbol "class Vector __cdecl UTIL_VecToAngles(class Vector const &)" (?UTIL_VecToAngles@@YA?AVVector@@ABV1@@Z) referenced in function "public: void __thiscall CMadScientist::IdleThink(void)" (?IdleThink@CMadScientist@@QAEXXZ)
madscientist.obj : error LNK2019: unresolved external symbol "class CBaseEntity * __cdecl UTIL_PlayerByIndex(int)" (?UTIL_PlayerByIndex@@YAPAVCBaseEntity@@H@Z) referenced in function "public: void __thiscall CMadScientist::IdleThink(void)" (?IdleThink@CMadScientist@@QAEXXZ)
madscientist.obj : error LNK2019: unresolved external symbol "void __cdecl UTIL_Remove(class CBaseEntity *)" (?UTIL_Remove@@YAXPAVCBaseEntity@@@Z) referenced in function "public: void __thiscall CMadScientist::IdleThink(void)" (?IdleThink@CMadScientist@@QAEXXZ)
madscientist.obj : error LNK2019: unresolved external symbol "public: void __thiscall CBaseAnimating::DispatchAnimEvents(float)" (?DispatchAnimEvents@CBaseAnimating@@QAEXM@Z) referenced in function "public: void __thiscall CMadScientist::IdleThink(void)" (?IdleThink@CMadScientist@@QAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "struct globalvars_t * gpGlobals" (?gpGlobals@@3PAUglobalvars_t@@A)
madscientist.obj : error LNK2019: unresolved external symbol "public: float __thiscall CBaseAnimating::StudioFrameAdvance(float)" (?StudioFrameAdvance@CBaseAnimating@@QAEMM@Z) referenced in function "public: void __thiscall CMadScientist::IdleThink(void)" (?IdleThink@CMadScientist@@QAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseEntity::Save(class CSave &)" (?Save@CBaseEntity@@UAEHAAVCSave@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseEntity::Restore(class CRestore &)" (?Restore@CBaseEntity@@UAEHAAVCRestore@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseEntity::SetObjectCollisionBox(void)" (?SetObjectCollisionBox@CBaseEntity@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseEntity::TraceAttack(struct entvars_s *,float,class Vector,struct TraceResult *,int)" (?TraceAttack@CBaseEntity@@UAEXPAUentvars_s@@MVVector@@PAUTraceResult@@H@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseEntity::TakeDamage(struct entvars_s *,struct entvars_s *,float,int)" (?TakeDamage@CBaseEntity@@UAEHPAUentvars_s@@0MH@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseEntity::TakeHealth(float,int)" (?TakeHealth@CBaseEntity@@UAEHMH@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseEntity::Killed(struct entvars_s *,int)" (?Killed@CBaseEntity@@UAEXPAUentvars_s@@H@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseEntity::TraceBleed(float,class Vector,struct TraceResult *,int)" (?TraceBleed@CBaseEntity@@UAEXMVVector@@PAUTraceResult@@H@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseEntity::DamageDecal(int)" (?DamageDecal@CBaseEntity@@UAEHH@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseEntity::IsInWorld(void)" (?IsInWorld@CBaseEntity@@UAEHXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual class CBaseEntity * __thiscall CBaseEntity::GetNextTarget(void)" (?GetNextTarget@CBaseEntity@@UAEPAV1@XZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseEntity::FVisible(class Vector const &)" (?FVisible@CBaseEntity@@UAEHABVVector@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseEntity::FVisible(class CBaseEntity *)" (?FVisible@CBaseEntity@@UAEHPAV1@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "class Vector const g_vecZero" (?g_vecZero@@3VVector@@B)
madscientist.obj : error LNK2019: unresolved external symbol "public: void __thiscall CBaseAnimating::SetSequenceBox(void)" (?SetSequenceBox@CBaseAnimating@@QAEXXZ) referenced in function "public: virtual void __thiscall CMadScientist::Spawn(void)" (?Spawn@CMadScientist@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseDelay::KeyValue(struct KeyValueData_s *)" (?KeyValue@CBaseDelay@@UAEXPAUKeyValueData_s@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseDelay::Save(class CSave &)" (?Save@CBaseDelay@@UAEHAAVCSave@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseDelay::Restore(class CRestore &)" (?Restore@CBaseDelay@@UAEHAAVCRestore@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseAnimating::Save(class CSave &)" (?Save@CBaseAnimating@@UAEHAAVCSave@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseAnimating::Restore(class CRestore &)" (?Restore@CBaseAnimating@@UAEHAAVCRestore@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseToggle::KeyValue(struct KeyValueData_s *)" (?KeyValue@CBaseToggle@@UAEXPAUKeyValueData_s@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseToggle::Save(class CSave &)" (?Save@CBaseToggle@@UAEHAAVCSave@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseToggle::Restore(class CRestore &)" (?Restore@CBaseToggle@@UAEHAAVCRestore@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::KeyValue(struct KeyValueData_s *)" (?KeyValue@CBaseMonster@@UAEXPAUKeyValueData_s@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::Save(class CSave &)" (?Save@CBaseMonster@@UAEHAAVCSave@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::Restore(class CRestore &)" (?Restore@CBaseMonster@@UAEHAAVCRestore@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::TraceAttack(struct entvars_s *,float,class Vector,struct TraceResult *,int)" (?TraceAttack@CBaseMonster@@UAEXPAUentvars_s@@MVVector@@PAUTraceResult@@H@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::TakeDamage(struct entvars_s *,struct entvars_s *,float,int)" (?TakeDamage@CBaseMonster@@UAEHPAUentvars_s@@0MH@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::TakeHealth(float,int)" (?TakeHealth@CBaseMonster@@UAEHMH@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::Killed(struct entvars_s *,int)" (?Killed@CBaseMonster@@UAEXPAUentvars_s@@H@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::FBecomeProne(void)" (?FBecomeProne@CBaseMonster@@UAEHXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::HandleAnimEvent(struct MonsterEvent_t *)" (?HandleAnimEvent@CBaseMonster@@UAEXPAUMonsterEvent_t@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::Look(int)" (?Look@CBaseMonster@@UAEXH@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::RunAI(void)" (?RunAI@CBaseMonster@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::ShouldFadeOnDeath(void)" (?ShouldFadeOnDeath@CBaseMonster@@UAEHXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual float __thiscall CBaseMonster::ChangeYaw(int)" (?ChangeYaw@CBaseMonster@@UAEMH@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::MonsterThink(void)" (?MonsterThink@CBaseMonster@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::IRelationship(class CBaseEntity *)" (?IRelationship@CBaseMonster@@UAEHPAVCBaseEntity@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::MonsterInit(void)" (?MonsterInit@CBaseMonster@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::MonsterInitDead(void)" (?MonsterInitDead@CBaseMonster@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::BecomeDead(void)" (?BecomeDead@CBaseMonster@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::StartMonster(void)" (?StartMonster@CBaseMonster@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual class CBaseEntity * __thiscall CBaseMonster::BestVisibleEnemy(void)" (?BestVisibleEnemy@CBaseMonster@@UAEPAVCBaseEntity@@XZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::FInViewCone(class Vector *)" (?FInViewCone@CBaseMonster@@UAEHPAVVector@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::FInViewCone(class CBaseEntity *)" (?FInViewCone@CBaseMonster@@UAEHPAVCBaseEntity@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::CheckLocalMove(class Vector const &,class Vector const &,class CBaseEntity *,float *)" (?CheckLocalMove@CBaseMonster@@UAEHABVVector@@0PAVCBaseEntity@@PAM@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::Move(float)" (?Move@CBaseMonster@@UAEXM@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::MoveExecute(class CBaseEntity *,class Vector const &,float)" (?MoveExecute@CBaseMonster@@UAEXPAVCBaseEntity@@ABVVector@@M@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::ShouldAdvanceRoute(float)" (?ShouldAdvanceRoute@CBaseMonster@@UAEHM@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::CheckRangeAttack1(float,float)" (?CheckRangeAttack1@CBaseMonster@@UAEHMM@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::CheckRangeAttack2(float,float)" (?CheckRangeAttack2@CBaseMonster@@UAEHMM@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::CheckMeleeAttack1(float,float)" (?CheckMeleeAttack1@CBaseMonster@@UAEHMM@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::CheckMeleeAttack2(float,float)" (?CheckMeleeAttack2@CBaseMonster@@UAEHMM@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual struct Schedule_t * __thiscall CBaseMonster::ScheduleFromName(char const *)" (?ScheduleFromName@CBaseMonster@@UAEPAUSchedule_t@@PBD@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::StartTask(struct Task_t *)" (?StartTask@CBaseMonster@@UAEXPAUTask_t@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::RunTask(struct Task_t *)" (?RunTask@CBaseMonster@@UAEXPAUTask_t@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual struct Schedule_t * __thiscall CBaseMonster::GetScheduleOfType(int)" (?GetScheduleOfType@CBaseMonster@@UAEPAUSchedule_t@@H@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual struct Schedule_t * __thiscall CBaseMonster::GetSchedule(void)" (?GetSchedule@CBaseMonster@@UAEPAUSchedule_t@@XZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::CanPlaySequence(int,int)" (?CanPlaySequence@CBaseMonster@@UAEHHH@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::PlaySentence(char const *,float,float,float)" (?PlaySentence@CBaseMonster@@UAEXPBDMMM@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::PlayScriptedSentence(char const *,float,float,float,int,class CBaseEntity *)" (?PlayScriptedSentence@CBaseMonster@@UAEXPBDMMMHPAVCBaseEntity@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::SentenceStop(void)" (?SentenceStop@CBaseMonster@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual enum MONSTERSTATE __thiscall CBaseMonster::GetIdealState(void)" (?GetIdealState@CBaseMonster@@UAE?AW4MONSTERSTATE@@XZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::SetActivity(enum Activity)" (?SetActivity@CBaseMonster@@UAEXW4Activity@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::ReportAIState(void)" (?ReportAIState@CBaseMonster@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::CheckEnemy(class CBaseEntity *)" (?CheckEnemy@CBaseMonster@@UAEHPAVCBaseEntity@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::FTriangulate(class Vector const &,class Vector const &,float,class CBaseEntity *,class Vector *)" (?FTriangulate@CBaseMonster@@UAEHABVVector@@0MPAVCBaseEntity@@PAV2@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::BuildNearestRoute(class Vector,class Vector,float,float)" (?BuildNearestRoute@CBaseMonster@@UAEHVVector@@0MM@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::FindCover(class Vector,class Vector,float,float)" (?FindCover@CBaseMonster@@UAEHVVector@@0MM@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::FCanCheckAttacks(void)" (?FCanCheckAttacks@CBaseMonster@@UAEHXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::IgnoreConditions(void)" (?IgnoreConditions@CBaseMonster@@UAEHXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::FValidateHintType(short)" (?FValidateHintType@CBaseMonster@@UAEHF@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::FCanActiveIdle(void)" (?FCanActiveIdle@CBaseMonster@@UAEHXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::ISoundMask(void)" (?ISoundMask@CBaseMonster@@UAEHXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual class CSound * __thiscall CBaseMonster::PBestSound(void)" (?PBestSound@CBaseMonster@@UAEPAVCSound@@XZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual class CSound * __thiscall CBaseMonster::PBestScent(void)" (?PBestScent@CBaseMonster@@UAEPAVCSound@@XZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::BarnacleVictimBitten(struct entvars_s *)" (?BarnacleVictimBitten@CBaseMonster@@UAEXPAUentvars_s@@@Z)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::BarnacleVictimReleased(void)" (?BarnacleVictimReleased@CBaseMonster@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual enum Activity __thiscall CBaseMonster::GetDeathActivity(void)" (?GetDeathActivity@CBaseMonster@@UAE?AW4Activity@@XZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::GibMonster(void)" (?GibMonster@CBaseMonster@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::HasHumanGibs(void)" (?HasHumanGibs@CBaseMonster@@UAEHXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CBaseMonster::HasAlienGibs(void)" (?HasAlienGibs@CBaseMonster@@UAEHXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CBaseMonster::FadeMonster(void)" (?FadeMonster@CBaseMonster@@UAEXXZ)
madscientist.obj : error LNK2001: unresolved external symbol "public: virtual class Vector __thiscall CBaseMonster::GetGunPosition(void)" (?GetGunPosition@CBaseMonster@@UAE?AVVector@@XZ)
Release\madvc.dll : fatal error LNK1120: 94 unresolved externals
Plzz help me...
__________________
*I am the only god that is half snake half chicken*

----------------I know that im a newb!!----------------
[url=http://www.mindistortion.net/iwantyoursoul/?i_am=quet]Push...[/ur]
Quetzalcoatl is offline
cybermind
Senior Member
Join Date: Oct 2004
Old 12-09-2005 , 20:15  
Reply With Quote #19

Any error for "unresolved external symbol" means you have to compile/link a .cpp file which defines those missing functions or variables. For all the CBase ones, you need to compile/link cbase.cpp, combat.cpp, etc. from the SDK.

"struct globalvars_t * gpGlobals" and "struct enginefuncs_s g_engfuncs", are typically defined in h_export.cpp.
cybermind is offline
Quetzalcoatl
Junior Member
Join Date: Nov 2004
Location: In front of a pc!?
Old 12-10-2005 , 09:11  
Reply With Quote #20

okay...? how do i do that... .... maybe... i have misunderstood something... do i have to make a project with ALL the hlsdk files and then make the mp.dll (or what it was named)...? cause i only made a pro' with MadScientist.cpp...

Thanks
Quet,

Excuse me my baad engish
__________________
*I am the only god that is half snake half chicken*

----------------I know that im a newb!!----------------
[url=http://www.mindistortion.net/iwantyoursoul/?i_am=quet]Push...[/ur]
Quetzalcoatl is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode