Results 1 to 7 of 7
  1. #1
    --Ace--'s Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1

    Ok so how do i fix this??

    Error 4 error LNK2005: "public: __thiscall CD3DFont::CD3DFont(wchar_t *,unsigned long,unsigned long)" (??0CD3DFont@@QAE@PA_WKK@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
    Error 5 error LNK2005: "public: __thiscall CD3DFont::~CD3DFont(void)" (??1CD3DFont@@QAE@XZ) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
    Error 6 error LNK2005: "private: long __thiscall CD3DFont::CreateGDIFont(struct HDC__ *,struct HFONT__ * *)" (?CreateGDIFont@CD3DFont@@AAEJPAUHDC__@@PAPAUHFONT __@@@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
    Error 7 error LNK2005: "private: long __thiscall CD3DFont::PaintAlphabet(struct HDC__ *,int)" (?PaintAlphabet@CD3DFont@@AAEJPAUHDC__@@H@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
    Error 8 error LNK2005: "public: long __thiscall CD3DFont::InitDeviceObjects(struct IDirect3DDevice9 *)" (?InitDeviceObjects@CD3DFont@@QAEJPAUIDirect3DDevi ce9@@@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
    Error 9 error LNK2005: "public: long __thiscall CD3DFont::RestoreDeviceObjects(void)" (?RestoreDeviceObjects@CD3DFont@@QAEJXZ) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
    Error 10 error LNK2005: "public: long __thiscall CD3DFont::InvalidateDeviceObjects(void)" (?InvalidateDeviceObjects@CD3DFont@@QAEJXZ) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
    Error 11 error LNK2005: "public: long __thiscall CD3DFont:eleteDeviceObjects(void)" (?DeleteDeviceObjects@CD3DFont@@QAEJXZ) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
    Error 12 error LNK2005: "public: long __thiscall CD3DFont::GetTextExtent(wchar_t *,struct tagSIZE *)" (?GetTextExtent@CD3DFont@@QAEJPA_WPAUtagSIZE@@@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
    Error 13 error LNK2005: "public: long __thiscall CD3DFont:rawTextScaled(float,float,float,float,float,unsign ed long,wchar_t *,unsigned long)" (?DrawTextScaled@CD3DFont@@QAEJMMMMMKPA_WK@Z) already defined in NubzD3DTabs.obj d3dfont9.obj IH CA NA Hacks
    Error 14 error LNK2005: "public: long __thiscall CD3DFont:rawTextW(float,float,unsigned long,wchar_t *,unsigned long)" (?DrawTextW@CD3DFont@@QAEJMMKPA_WK@Z) already defined in NubzD3DTabs.obj d3dfont9.obj
    Error 15 error LNK2005: "public: long __thiscall CD3DFont::Render3DText(wchar_t *,unsigned long)" (?Render3DText@CD3DFont@@QAEJPA_WK@Z) already defined in NubzD3DTabs.obj d3dfont9.obj
    Error 16 fatal error LNK1169: one or more multiply defined symbols found C:\Users\Zack\Documents\Visual Studio 2008\Projects\IH CA NA Hacks\Debug\IH CA NA Hacks.dll

    please just try to help because i want to learn not get flamed thanks

  2. #2
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    sepate it out in code tags please much easyer to read :-)

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    's Guardian 2500 =
    Upcoming MPGHiean 3000 =
    MPGH Addict 3500 =
    MPGHiean 4000 =
    MPGH Knight 4500 =
    MPGH Lord 5000 =
    MPGH Champion 5500 =
    MPGH King 6000 =
    MPGH Legend 6500 =
    MPGH God 7000 =
    MPGH God II 7500 =
    MPGH God III 8000 =
    MPGH God IV 8500 =
    MPGH God V 9000 =
    Arun's Slave 9500 =
    Dave's Slave 10000 =

  3. #3
    Sixx93's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    673
    Reputation
    21
    Thanks
    250
    My Mood
    Cool
    ur including too many times a file where are placed the functions linked in the errors

  4. #4
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Try to learn C++ before you try to Code. (C+P)

    Thanks Cosmos


  5. #5
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Delete the project

  6. The Following User Says Thank You to whit For This Useful Post:

    _Fk127_ (01-10-2011)

  7. #6
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by whit View Post
    Delete the project
    agreed if you delete all the source files you won't have that error anymore

  8. #7
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    All of you guys talk about LEARN C++, Learn this learn that.. If I ask some of you what is an ARRAY.. U WILL NOT KNO.

    SO STFU
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development