Results 1 to 14 of 14
  1. #1
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11

    [HELP] Solify's CA Base

    Okay. I've edited heaps of stuff in it and added stuff.
    I deleted what I think is the sprite and when I try to build it, it gives these errors:
    Code:
    1>------ Build started: Project: Solify's D3D Base, Configuration: Release Win32 ------
    1>Hack.obj : error LNK2001: unresolved external symbol _D3DXCreateFontA@48
    1>Hack.obj : error LNK2001: unresolved external symbol _Direct3DCreate9@4
    1>Hack.obj : error LNK2001: unresolved external symbol _D3DXAssembleShader@28
    1>C:\Users\Andrew\Desktop\Coding\C++\Solify's D3D Base for CA\Solify's D3D Base for CA\Release\Solify's D3D Base.dll : fatal error LNK1120: 3 unresolved externals
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  2. #2
    wicho_koz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    193
    Reputation
    12
    Thanks
    52
    My Mood
    Shocked
    SKD LIB???

  3. #3
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    Already done that.
    Still isn't working.

  4. #4
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    You haven't reference the require libs yet.

    Go into your project properties and add "d3dx9.lib" into the Linker properties.

  5. #5
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    Thanks for your reply.
    I'm a total noob at C++.

    Just a question, where in linker properties do I add "d3dx9.dll"?

  6. #6
    MrSkafighter's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    410
    Reputation
    23
    Thanks
    2,238
    My Mood
    Cool
    Click The Green Arrow On Your C++ And Beside It Set It To Release. Thank Me If I Help.

  7. #7
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    Quote Originally Posted by MrSkafighter View Post
    Click The Green Arrow On Your C++ And Beside It Set It To Release. Thank Me If I Help.
    It is already set on "Release".
    Thanks for trying to help.

  8. #8
    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)

    End.
    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

  9. #9
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    Whaaa? I'm not following you. Can you explain whatcha have to do with that?
    (I'm new to C++)

  10. #10
    whit+'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    264
    Reputation
    10
    Thanks
    37
    My Mood
    Breezy
    Quote Originally Posted by skiiiz View Post
    Whaaa? I'm not following you. Can you explain whatcha have to do with that?
    (I'm new to C++)
    If your new you might wanna learn the basics first
    xoa*****m is a pretty good site

  11. #11
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    Uhh, I'm learning off antiRTFM's youtube channel.
    But altogether most of the tutorials I look at from eBooks, videos, etc. don't explain anything about DirectX.

    (Btw xoax isn't working for me)

  12. #12
    uncutdeep9's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    somewhere
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Dead
    hey can u help me out thanks umh
    is this where i insert my push command at the hack varibles i am new ti dis
    int f1 =
    int f2 = 0;
    int f3 = 0;
    int f4 = 0;
    int f5 = 0;
    int f6 = 0;
    int f7 = 0;
    int f8 = 0;
    int f9 = 0;
    int f10 = 0;
    int f11 = 0;
    int f12 = 0;
    int f13 = 0;
    int f14 = 0;

    Quote Originally Posted by uncutdeep9 View Post
    hey can u help me out thanks umh
    is this where i insert my push command at the hack varibles i am new ti dis
    int f1 =
    int f2 = 0;
    int f3 = 0;
    int f4 = 0;
    int f5 = 0;
    int f6 = 0;
    int f7 = 0;
    int f8 = 0;
    int f9 = 0;
    int f10 = 0;
    int f11 = 0;
    int f12 = 0;
    int f13 = 0;
    int f14 = 0;
    also when i run it i get 99 error

  13. #13
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by uncutdeep9 View Post
    hey can u help me out thanks umh
    is this where i insert my push command at the hack varibles i am new ti dis
    int f1 =
    int f2 = 0;
    int f3 = 0;
    int f4 = 0;
    int f5 = 0;
    int f6 = 0;
    int f7 = 0;
    int f8 = 0;
    int f9 = 0;
    int f10 = 0;
    int f11 = 0;
    int f12 = 0;
    int f13 = 0;
    int f14 = 0;



    also when i run it i get 99 error
    Wtf this guy doing?

  14. #14
    skiiiz's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    11
    lol noob, can u help me?