Thread: SDK

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    RedThunder's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    2,594
    Reputation
    84
    Thanks
    558
    My Mood
    Twisted

    SDK

    hey so ive had SDK for a whiel now but its been awhile since ive tried to make somethign and now for some reason it says D3Dx9.h no such file, so im assuming i should just need to redownload or update it, is there a quick easy way to update it
    TROLL MATH
    14 posts per thread per hour, even at 1 thread an hour in 5 hours, general trolling time, thats 70 posts, and seeing as i try to run it at about 3 threads at a time, then i can make 210 posts in a day which means in 10 days i could be back to where i am if i started a new account, lol so in theory in a month id have 6k posts, in 2 months id have 12k, in 3 months 18k, in 4 months id have 24k and i could have the highest post count on the forum

    14*3*5*10*3*4=highest post count on the forums in 4 months

  2. #2
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    Quote Originally Posted by RedThunder® View Post
    hey so ive had SDK for a whiel now but its been awhile since ive tried to make somethign and now for some reason it says D3Dx9.h no such file, so im assuming i should just need to redownload or update it, is there a quick easy way to update it
    LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOL
    Quote Originally Posted by RedThunder® View Post
    hey so ive had SDK for a whiel D3Dx9.h it
    wtf u on you mean a d3d base and learn c++ and d3d then you should know what to do...

  3. #3
    RedThunder's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    2,594
    Reputation
    84
    Thanks
    558
    My Mood
    Twisted
    hey idiot, i knwo what im doing and i dont know what that second qoute is suppose to mean its just chopped up parts of my post, and im saying that i dont have D3DX9.h or any of teh Includes for that for soem reason when i installed SDK a few months ago they didnt install smart ass


    in other words d3dx9.h is not in my "C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include" directory nor anythign that the d3dx9.h includes such as d3dx9math.h


    Code:
      Base.cpp
      Base.h : Building for D3D9
    c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
      MenuFormat.cpp
      Base.h : Building for D3D9
    c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Last edited by RedThunder; 07-24-2010 at 01:31 PM.
    TROLL MATH
    14 posts per thread per hour, even at 1 thread an hour in 5 hours, general trolling time, thats 70 posts, and seeing as i try to run it at about 3 threads at a time, then i can make 210 posts in a day which means in 10 days i could be back to where i am if i started a new account, lol so in theory in a month id have 6k posts, in 2 months id have 12k, in 3 months 18k, in 4 months id have 24k and i could have the highest post count on the forum

    14*3*5*10*3*4=highest post count on the forums in 4 months

  4. #4
    HughJass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    336
    Reputation
    10
    Thanks
    4
    My Mood
    Brooding
    Quote Originally Posted by RedThunder® View Post
    hey idiot, i knwo what im doing and i dont know what that second qoute is suppose to mean its just chopped up parts of my post, and im saying that i dont have D3DX9.h or any of teh Includes for that for soem reason when i installed SDK a few months ago they didnt install smart ass


    in other words d3dx9.h is not in my "C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include" directory nor anythign that the d3dx9.h includes such as d3dx9math.h


    Code:
      Base.cpp
      Base.h : Building for D3D9
    c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
      MenuFormat.cpp
      Base.h : Building for D3D9
    c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Wow its not rocket science fool, this is a simple mistake with an EASY fix.
    If u knew c++ like u say u do it wouldnt be an error.

  5. #5
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    If that is 2010 then you need to go to the project properties and change the include/lib directories for each new project. It's a bitch.

    If not, then make sure you have the right include/lib directories.

  6. #6
    BloodSkin's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Columbus, OH
    Posts
    353
    Reputation
    11
    Thanks
    63
    this actually happened to me when i was trying to install the darkgdk a long ass time ago. it also required directx and despite the installer saying it had suceeded it didnt do the includes. in installed the libs, and even made the includes folder, but didnt actually put the includes files. a simple reinstall fixed it for me.

  7. #7
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    ^...,^ SHUT UP!!! you CANT code so lay off.

    answer:

    if that happens to me i manualy add it into the source files. that shall do it
    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-

  8. #8
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    Quote Originally Posted by zmansquared View Post
    ^...,^ SHUT UP!!! you CANT code so lay off.

    answer:

    if that happens to me i manualy add it into the source files. that shall do it
    oh no new post "i got a error"... is comeing...

  9. #9
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    then so be it. why cant a new person ask for help????
    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-

  10. #10
    RedThunder's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    2,594
    Reputation
    84
    Thanks
    558
    My Mood
    Twisted
    Quote Originally Posted by zmansquared View Post
    then so be it. why cant a new person ask for help????
    i manualy added D3DX9.h but couldnt find the others which is why i came here to ask if it was the installers fault or if i have an outdated version of the SDK, its 7.0a right now



    Quote Originally Posted by HughJass View Post
    Wow its not rocket science fool, this is a simple mistake with an EASY fix.
    If u knew c++ like u say u do it wouldnt be an error.
    you have no idea what your talking about or what this post is about




    Quote Originally Posted by Sealionone View Post
    If that is 2010 then you need to go to the project properties and change the include/lib directories for each new project. It's a bitch.

    If not, then make sure you have the right include/lib directories.
    i actualy just updated to 2010 today which is why i was thinking that maybe i made an error in instalation but then i remember that it was a seperate install so it shouldnt have effected it so i came here to ask for an easy solution
    Last edited by RedThunder; 07-24-2010 at 06:37 PM.
    TROLL MATH
    14 posts per thread per hour, even at 1 thread an hour in 5 hours, general trolling time, thats 70 posts, and seeing as i try to run it at about 3 threads at a time, then i can make 210 posts in a day which means in 10 days i could be back to where i am if i started a new account, lol so in theory in a month id have 6k posts, in 2 months id have 12k, in 3 months 18k, in 4 months id have 24k and i could have the highest post count on the forum

    14*3*5*10*3*4=highest post count on the forums in 4 months

  11. #11
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by RedThunder® View Post


    i manualy added D3DX9.h but couldnt find the others which is why i came here to ask if it was the installers fault or if i have an outdated version of the SDK, its 7.0a right now




    you have no idea what your talking about or what this post is about
    they all should be here
    C:\Program Files\Microsoft DirectX SDK (June 2010)\Include





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  12. #12
    RedThunder's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    2,594
    Reputation
    84
    Thanks
    558
    My Mood
    Twisted
    yea thats my issue, i need to update my SDK then cause i have one from 2009 and thats old, adn it doesnt auto update sadly
    TROLL MATH
    14 posts per thread per hour, even at 1 thread an hour in 5 hours, general trolling time, thats 70 posts, and seeing as i try to run it at about 3 threads at a time, then i can make 210 posts in a day which means in 10 days i could be back to where i am if i started a new account, lol so in theory in a month id have 6k posts, in 2 months id have 12k, in 3 months 18k, in 4 months id have 24k and i could have the highest post count on the forum

    14*3*5*10*3*4=highest post count on the forums in 4 months

  13. #13
    GrimReap3r's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Check Your Closet...
    Posts
    120
    Reputation
    10
    Thanks
    8
    My Mood
    Inspired
    My Direct SDK is from February 2010.
    And it doesn't give me problems.
    And update your SDK if you haven't already to either Feb 2010, or June 2010.


    Don't Click This Link! It's a free V.i.P. Did You Click?
    ----------------------------------------------
    (\_/) Status:
    (0_0) Awesome Project [63%]
    ('')('')
    ----------------------------------------------



    ^^

  14. #14
    coryster2100's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    394
    Reputation
    13
    Thanks
    1,175
    Quote Originally Posted by RedThunder® View Post
    hey idiot, i knwo what im doing and i dont know what that second qoute is suppose to mean its just chopped up parts of my post, and im saying that i dont have D3DX9.h or any of teh Includes for that for soem reason when i installed SDK a few months ago they didnt install smart ass


    in other words d3dx9.h is not in my "C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include" directory nor anythign that the d3dx9.h includes such as d3dx9math.h


    Code:
      Base.cpp
      Base.h : Building for D3D9
    c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
      MenuFormat.cpp
      Base.h : Building for D3D9
    c:\users\MPGH\desktop\topbase_\topbase\Base.h(16): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Lol either you include it in your project or where it says <d3dx9.h> put the file location and it will work fine

  15. #15
    RedThunder's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    2,594
    Reputation
    84
    Thanks
    558
    My Mood
    Twisted
    Quote Originally Posted by coryster2100 View Post
    Lol either you include it in your project or where it says <d3dx9.h> put the file location and it will work fine
    ive already done that, its just that the file doesnt exist on my computer
    TROLL MATH
    14 posts per thread per hour, even at 1 thread an hour in 5 hours, general trolling time, thats 70 posts, and seeing as i try to run it at about 3 threads at a time, then i can make 210 posts in a day which means in 10 days i could be back to where i am if i started a new account, lol so in theory in a month id have 6k posts, in 2 months id have 12k, in 3 months 18k, in 4 months id have 24k and i could have the highest post count on the forum

    14*3*5*10*3*4=highest post count on the forums in 4 months

Page 1 of 2 12 LastLast

Similar Threads

  1. SDK
    By Synns in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 3
    Last Post: 09-28-2009, 08:34 AM
  2. which sdk (software development kit) is best
    By wannabhaxer in forum Assembly
    Replies: 4
    Last Post: 10-20-2008, 03:49 PM
  3. [SDK]America's Army 2.8.3.01
    By Rambo. in forum America's Army 3 Hacks
    Replies: 3
    Last Post: 05-16-2008, 02:49 PM
  4. Your D3D8/9 SDK For D3D/Client Hooks!
    By WarPunk in forum C++/C Programming
    Replies: 2
    Last Post: 04-27-2008, 02:51 AM
  5. I need DirectX10 SDK for VB.net
    By radnomguywfq3 in forum Suggestions, Requests & General Help
    Replies: 0
    Last Post: 11-11-2007, 10:12 PM