Results 1 to 11 of 11
  1. #1
    DOOP's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Leyte
    Posts
    547
    Reputation
    44
    Thanks
    3,251

    Post anyone knows this error

    anyone knows this error
    im using, VS C++ 2008, DirectX 9.0 SDK (Summer 2004)

    Code:
    >asa.obj : error LNK2019: unresolved external symbol _D3DXCreateLine@8 referenced in function "long __stdcall hkEndScene(struct IDirect3DDevice9 *)" (?hkEndScene@@YGJPAUIDirect3DDevice9@@@Z)
    1>asa.obj : error LNK2019: unresolved external symbol _D3DXCreateFontA@48 referenced in function "long __stdcall hkEndScene(struct IDirect3DDevice9 *)" (?hkEndScene@@YGJPAUIDirect3DDevice9@@@Z)
    1>asa.obj : error LNK2019: unresolved external symbol _D3DXCreateTextureFromFileInMemory@16 referenced in function "long __stdcall hkEndScene(struct IDirect3DDevice9 *)" (?hkEndScene@@YGJPAUIDirect3DDevice9@@@Z)
    1>asa.obj : error LNK2019: unresolved external symbol _Direct3DCreate9@4 referenced in function "void __cdecl DX_Init(unsigned long *)" (?DX_Init@@YAXPAK@Z)
    1>D:\Documents and Settings\user\My Documents\Visual Studio 2008\Projects\DOOP\Debug\DOOP.dll : fatal error LNK1120: 4 unresolved externals
    Last edited by DOOP; 11-28-2010 at 09:45 PM.

  2. #2
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    are you trying to make d3d?

    and what d3d you'll make?
    I have no idea what have I done in the past. o.O

    bleh, i'm using 4d1 'coz steam's buggy :|
    "MPGH is your Friend"
    Respect List
    Lauwy
    Reiginald
    Head Admin
    Staff Admin
    GM
    MOD
    Minions
    CSKers
    Members

    ==============================

    ==============================

    Hacks maked
    WireFrame - 73%
    Draw boxes - 28%
    Aimbot - 94%
    No Recoil - 10.2%
    Unlimited ammo - 0%
    Fast fire - 98%
    instant reload - 78%
    Class ESP - 67%

    My Releases
    PCF Hack | Ovenran Version : 1
    PCF Hack | Ovenran Version : 2
    PCF Hack | Ovenran 64bit Version : 1 | Ovenran 32 bit Version : 2

    Click the link below if you want to read how Anti-cheats (most) detects your 'haxxxx':
    Rated: Programmer+

  3. #3
    Threadstarter
    I Came, I Saw, I Conquered!
    MPGH Member
    DOOP's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Leyte
    Posts
    547
    Reputation
    44
    Thanks
    3,251
    crossfire chams

  4. #4
    ovenran's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Gi eL
    Posts
    226
    Reputation
    10
    Thanks
    108
    My Mood
    Sick
    aa. where did you get that? is from you or others?
    I have no idea what have I done in the past. o.O

    bleh, i'm using 4d1 'coz steam's buggy :|
    "MPGH is your Friend"
    Respect List
    Lauwy
    Reiginald
    Head Admin
    Staff Admin
    GM
    MOD
    Minions
    CSKers
    Members

    ==============================

    ==============================

    Hacks maked
    WireFrame - 73%
    Draw boxes - 28%
    Aimbot - 94%
    No Recoil - 10.2%
    Unlimited ammo - 0%
    Fast fire - 98%
    instant reload - 78%
    Class ESP - 67%

    My Releases
    PCF Hack | Ovenran Version : 1
    PCF Hack | Ovenran Version : 2
    PCF Hack | Ovenran 64bit Version : 1 | Ovenran 32 bit Version : 2

    Click the link below if you want to read how Anti-cheats (most) detects your 'haxxxx':
    Rated: Programmer+

  5. #5
    Threadstarter
    I Came, I Saw, I Conquered!
    MPGH Member
    DOOP's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Leyte
    Posts
    547
    Reputation
    44
    Thanks
    3,251
    just serching

  6. #6
    Threadstarter
    I Came, I Saw, I Conquered!
    MPGH Member
    DOOP's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Leyte
    Posts
    547
    Reputation
    44
    Thanks
    3,251
    i got one error
    Code:
    1>c:\documents and settings\pc\my documents\visual studio 2008\projects\doop\doop\asa.cpp(77) : error C2065: 'Type' : undeclared identifier
    1>Build log was saved at "file://c:\Documents and Settings\pc\My Documents\Visual Studio 2008\Projects\DOOP\DOOP\Debug\BuildLog.htm"
    1>DOOP - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  7. #7
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Quote Originally Posted by DOOP View Post
    i got one error
    Code:
    1>c:\documents and settings\pc\my documents\visual studio 2008\projects\doop\doop\asa.cpp(77) : error C2065: 'Type' : undeclared identifier
    1>Build log was saved at "file://c:\Documents and Settings\pc\My Documents\Visual Studio 2008\Projects\DOOP\DOOP\Debug\BuildLog.htm"
    1>DOOP - 1 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Got Gotta be kidding me!

  8. #8
    aanthonyz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Hitler's Minivan
    Posts
    483
    Reputation
    27
    Thanks
    83
    My Mood
    Relaxed
    We cant help you unless we see the code...

    If you know C++ then you should understand what that is saying...

    You never declared "Type"...Declare it in the code if you know how, and your done.
    "The best way to predict your future is to create it."

    Contributions I made:

    DirectX E-Books
    Hacking Tools
    Hacking into a PC

    Need Help?
    Send me a PM, or send me a email at : aanthonyz10@gmail.com

    Click My Dragon:


  9. #9
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    he obviously just copied and pasted that so that's one less waller in cf. lol

  10. #10
    Threadstarter
    I Came, I Saw, I Conquered!
    MPGH Member
    DOOP's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Leyte
    Posts
    547
    Reputation
    44
    Thanks
    3,251
    yeah you right copied and pasted but i change somthing
    problem solve
    Last edited by DOOP; 11-30-2010 at 06:33 PM.

  11. #11
    al3xman's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    www.MPGH.net
    Posts
    400
    Reputation
    11
    Thanks
    89
    My Mood
    Psychedelic
    lol man this is why u can't code ur self (if someone knows coding help me do a cf hack lol?)

    _________________




    Crossfire Tournament


    by -[N]igh[T]-