Results 1 to 8 of 8
  1. #1
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead

    Hans Base Being Gay

    I have been compiling and recompiling Hans Base And finally got it to stop crashing CA. It is still detected but I was going to work that out. Until Randomly this bullshit happens.
    Code:
    1>------ Build started: Project: Hans Base, Configuration: Debug Win32 ------
    1>  d3dbase.cpp
    1>  d3dbase.h : Building for D3D9
    1>  Generating Code...
    1>  Compiling...
    1>  hackbase.cpp
    1>  d3dbase.h : Building for D3D9
    1>  d3dmenu.cpp
    1>  d3dbase.h : Building for D3D9
    1>  Generating Code...
    1>hackbase.obj : error LNK2005: "public: __thiscall CD3DFont::CD3DFont(char const *,unsigned long,unsigned long)" (??0CD3DFont@@QAE@PBDKK@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "public: __thiscall CD3DFont::~CD3DFont(void)" (??1CD3DFont@@QAE@XZ) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevice9@@@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "public: long __thiscall CD3DFont::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CD3DFont@@QAEJXZ) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "public: long __thiscall CD3DFont::InvalidateDeviceObjects(void)" (?InvalidateDeviceObjects@CD3DFont@@QAEJXZ) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "public: long __thiscall CD3DFont::DeleteDeviceObjects(void)" (?DeleteDeviceObjects@CD3DFont@@QAEJXZ) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "public: long __thiscall CD3DFont::GetTextExtent(char const *,struct tagSIZE *)" (?GetTextExtent@CD3DFont@@QAEJPBDPAUtagSIZE@@@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "public: long __thiscall CD3DFont::DrawTextA(float,float,unsigned long,char const *,unsigned long)" (?DrawTextA@CD3DFont@@QAEJMMKPBDK@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "void __cdecl PreReset(struct IDirect3DDevice9 *)" (?PreReset@@YAXPAUIDirect3DDevice9@@@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "void __cdecl PostReset(struct IDirect3DDevice9 *)" (?PostReset@@YAXPAUIDirect3DDevice9@@@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "long __stdcall myReset(struct IDirect3DDevice9 *,struct _D3DPRESENT_PARAMETERS_ *)" (?myReset@@YGJPAUIDirect3DDevice9@@PAU_D3DPRESENT_PARAMETERS_@@@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "long __stdcall myEndScene(struct IDirect3DDevice9 *)" (?myEndScene@@YGJPAUIDirect3DDevice9@@@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "void __cdecl DrawBox(struct IDirect3DDevice9 *,int,int,int,int,unsigned long)" (?DrawBox@@YAXPAUIDirect3DDevice9@@HHHHK@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "bool __cdecl bCompare(unsigned char const *,unsigned char const *,char const *)" (?bCompare@@YA_NPBE0PBD@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "unsigned long __cdecl FindPattern(unsigned long,unsigned long,unsigned char *,char *)" (?FindPattern@@YAKKKPAEPAD@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "void * __cdecl DetourCreate(unsigned char *,unsigned char const *,int)" (?DetourCreate@@YAPAXPAEPBEH@Z) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "int __cdecl D3Dinit(void)" (?D3Dinit@@YAHXZ) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: _DllMain@12 already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "long (__stdcall* pReset)(struct IDirect3DDevice9 *,struct _D3DPRESENT_PARAMETERS_ *)" (?pReset@@3P6GJPAUIDirect3DDevice9@@PAU_D3DPRESENT_PARAMETERS_@@@ZA) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "long (__stdcall* pEndScene)(struct IDirect3DDevice9 *)" (?pEndScene@@3P6GJPAUIDirect3DDevice9@@@ZA) already defined in d3dbase.obj
    1>hackbase.obj : error LNK2005: "class CD3DFont * pFont" (?pFont@@3PAVCD3DFont@@A) already defined in d3dbase.obj
    1>c:\users\family\documents\visual studio 2010\Projects\Hans Base\Debug\Hans Base.dll : fatal error LNK1169: one or more multiply defined symbols found

    What went wrong? d3dbase.obj is really frustrating me.
    Im really mad right now and Im asking for some help.

    Thank You.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  2. #2
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    it seems that you have all your publics defined more then once..

  3. #3
    HughJass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    336
    Reputation
    10
    Thanks
    4
    My Mood
    Brooding
    i say u re-do it,
    Did the build ever say "1 up-to-date" instead of "1 successful"?

  4. #4
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    But i didnt touch them. Uhh Ill try redoing it. (Again)




    Edit Someone upload there base.obj this is bullshit.
    Last edited by whatup777; 07-13-2010 at 03:06 PM.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  5. #5
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    just read the error. it tells you what to fix
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  6. #6
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by zmansquared View Post
    just read the error. it tells you what to fix
    Exactly Right!

  7. #7
    ~GodLike~'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    31
    If you get the erros fixxed up, you need to make it undetected becuase it dcs you

  8. #8
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by CoderNever View Post
    it seems that you have all your publics defined more then once..
    Answer^^
    /Closed
    -Rest in peace leechers-

    Your PM box is 100% full.

Similar Threads

  1. Hans base
    By hhhjr1 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 07-16-2010, 11:30 AM
  2. Fixing Hans Base
    By whatup777 in forum Combat Arms Help
    Replies: 18
    Last Post: 07-09-2010, 07:44 AM
  3. Hans Base Crash
    By whatup777 in forum Combat Arms Help
    Replies: 2
    Last Post: 07-06-2010, 06:19 AM
  4. norton being gay
    By Evan in forum CrossFire Help
    Replies: 8
    Last Post: 06-12-2010, 03:59 PM
  5. [Help] X-Trap Problem, Its Being Gay.
    By Sensuous in forum CrossFire Hacks & Cheats
    Replies: 15
    Last Post: 02-20-2010, 06:47 PM