Results 1 to 8 of 8
  1. #1
    austen407's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    Virginia
    Posts
    87
    Reputation
    10
    Thanks
    10
    My Mood
    Amazed

    Gellins + Hans Base Combined By whit

    I'm Getting:
    Code:
    1>------ Build started: Project: CaBase, Configuration: Release Win32 ------
    1>Base.obj : error LNK2001: unresolved external symbol _D3DXCreateFontA@48
    1>C:\Users\_______\Desktop\Hans & Gellins Base Combined\Release\CaBase.dll : fatal error LNK1120: 1 unresolved externals
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Error Code

  2. #2
    DreadKyller's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    122
    Reputation
    12
    Thanks
    21
    I got this same error once with a different base, and eventually worked it out, it for had something to do with includeing a directory incorrectly.

  3. #3
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Include directx sdk

  4. #4
    DreadKyller's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    122
    Reputation
    12
    Thanks
    21
    That's the method you gave to me to do, but I was getting a different error. I got this error once because it could not import correctly cause a directory was not added right.

  5. #5
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    #pragma comment(lib, "d3dx9.lib)

    Put with Includes
    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

  6. #6
    austen407's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    Virginia
    Posts
    87
    Reputation
    10
    Thanks
    10
    My Mood
    Amazed
    Quote Originally Posted by whit View Post
    Include directx sdk
    Code:
    #include "Base.h"
    #include "Menu.h"
    #include <d3dx9.h>
    #pragma comment(lib, "d3dx9.lib")
    
    //Menu Position
    int menux = 20;
    int menuy = 200;
    
    //Hack Variables
    int test1 = 0;
    int test2 = 0;
    int test3 = 0;
    int test4 = 0;
    int test5 = 0;
    int test6 = 0;
    int test7 = 0;
    //Menu Groups
    int player = 0;
    int removals = 0;
    int visual = 0;
    I STILL Get Error

  7. #7
    DreadKyller's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    122
    Reputation
    12
    Thanks
    21
    in the Tools->Options->Projects and Solutions->VC++ Directories make sure all of the directories actually exist, also, maybe try removeing the include and lib files and re adding them incase the link got corrupt, this has happened to me a lot, and this is the ONLY thing that fixed this error for me.

  8. #8
    austen407's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Location
    Virginia
    Posts
    87
    Reputation
    10
    Thanks
    10
    My Mood
    Amazed
    I AM VICTORIOUS!!!! TY Dreadly It Was That!

Similar Threads

  1. A Hook For Gellins/Hans Base
    By zatchbell3 in forum Combat Arms Coding Help & Discussion
    Replies: 3
    Last Post: 01-24-2011, 01:43 PM
  2. Hans & Gellins Base Combined
    By AlessandroPL in forum Combat Arms Coding Help & Discussion
    Replies: 10
    Last Post: 01-13-2011, 02:32 PM
  3. Hans Menu & Gellins Base Combined By Me
    By whit in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 307
    Last Post: 11-20-2010, 10:36 PM
  4. Gellins + Hans Base Combined By whit -Menu Not Appearing-
    By austen407 in forum Combat Arms Coding Help & Discussion
    Replies: 4
    Last Post: 10-21-2010, 06:32 PM
  5. help:Gellins&hans base
    By HaX4LiFe! in forum Combat Arms EU Hack Coding/Source Code
    Replies: 15
    Last Post: 09-14-2010, 08:56 AM