Search:

Type: Posts; User: spencerjack

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,803

    Rotating a Cube

    Okay, just a quick question here.

    I'm working through a directx tutorial and I now know that you can make a rotating cube with this




    // set the world transform
    static float index...
  2. Replies
    32
    Views
    13,351

    Okay, cool. That worked. Thanks much :-)

    Okay, cool. That worked. Thanks much :-)
  3. Replies
    32
    Views
    13,351

    No, I took them out thinking they'd be redundant...

    No, I took them out thinking they'd be redundant but I'll go ahead and add them and see what happens.
  4. Replies
    32
    Views
    13,351

    I don't see "additional library dependencies" ...

    I don't see "additional library dependencies"

    I do see "additional library directories" is this what you meant?

    I put a directory where both files can be found:

    C:\Program Files\Microsoft...
  5. Replies
    32
    Views
    13,351

    Add the complete path to linker->additional...

    Add the complete path to linker->additional dependencies?

    Where in the solution would I add the folder?
  6. Replies
    32
    Views
    13,351

    Sry, syz, I did it before I saw your post. ...

    Sry, syz, I did it before I saw your post. Should I take them out?
  7. Replies
    32
    Views
    13,351

    SUCCESS I moved both files into that directory...

    SUCCESS

    I moved both files into that directory and it worked without errors. Now hopefully I won't have to pester you guys for a while.
  8. Replies
    32
    Views
    13,351

    It did find d3d9.lib I did a search for both...

    It did find d3d9.lib

    I did a search for both files. The difference is that this file is in
    C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib
    while d3dx9.lib is not. Apparently this is the...
  9. Replies
    32
    Views
    13,351

    I changed the order of those files you mentioned....

    I changed the order of those files you mentioned. Now it only tells me it can't find dxguid.lib. It stops at whatever the first file is.
  10. Replies
    32
    Views
    13,351

    neither d3dx9.lib nor d3dx9d.lib can be found

    neither d3dx9.lib nor d3dx9d.lib can be found
  11. Replies
    32
    Views
    13,351

    I did as you suggested. I'm using MSVS 2010...

    I did as you suggested. I'm using MSVS 2010 Express and I placed those files in additional dependencies each on it's own line. It returned one error.

    1>LINK : fatal error LNK1104: cannot open...
  12. Replies
    32
    Views
    13,351

    And here are my errors, 1>------ Build...

    And here are my errors,

    1>------ Build started: Project: autodidac_dx_2, Configuration: Debug Win32 ------
    1> prog.cpp
    1>prog.obj : error LNK2019: unresolved external symbol _Direct3DCreate9@4...
  13. Replies
    32
    Views
    13,351

    Okay. Yes, I see it. DXSETUP.exe Installed...

    Okay. Yes, I see it. DXSETUP.exe

    Installed with no problems.

    I'll go ahead and try to run my proggie and see what happens.
  14. Replies
    32
    Views
    13,351

    Okay, here is the step by step. I'm starting...

    Okay, here is the step by step. I'm starting from scratch. I've uninstalled DXSDK (June 2010). According to the website Download details: DirectX SDK - (June 2010) it works with windows XP so that...
  15. Replies
    32
    Views
    13,351

    Tried to run my program. d3dx9 not found. I...

    Tried to run my program. d3dx9 not found. I googled and found the code to make the file, which I did and placed in the library, now it can't find d3dx9math.h

    So if I can find all the files...
  16. Replies
    32
    Views
    13,351

    Trying this again

    Okay, I reinstalled DirectX SDK and it tells me the file wavebank.xwb is corrupt. WTF?!? Is MS just releasing a crappy product? Or is it on my end?
  17. Replies
    32
    Views
    13,351

    Yes, It's Win XP Does this mean I can't...

    Yes, It's Win XP

    Does this mean I can't program with directx?
  18. Replies
    32
    Views
    13,351

    okay, I ran dxdiagnostic and it tells me: ...

    okay, I ran dxdiagnostic and it tells me:

    Several files (kstvtune.ax, ksxbar.ax, kswdmcap.ax, etc.) are incorrectly installed in the Windows folder and should be deleted.
    The file d3d9d.dll is a...
  19. Replies
    32
    Views
    13,351

    I downloaded directx redistributable, extracted...

    I downloaded directx redistributable, extracted and installed in

    C:\Program Files\Microsoft SDKs

    same problem. Cannot find d3d11.dll

    Did I install it wrong?
  20. Replies
    32
    Views
    13,351

    directx sdk samples not working

    It seems like every time I try to learn about this language I have errors and design flaws fighting me every step of the way. My hats off to you folks who were actually able to learn without going...
  21. Replies
    14
    Views
    2,839

    THANKS! It almost works now. It compiles and...

    THANKS! It almost works now. It compiles and this is what the console spat out



    Enter the starting PORT You wish to attempt a connection on, example: 21

    1
    Enter the Ending PORT You...
  22. Replies
    14
    Views
    2,839

    Yeah, I tried adding winsock2.h and got this. ...

    Yeah, I tried adding winsock2.h and got this.


    1>------ Build started: Project: port scan, Configuration: Debug Win32 ------
    1> port scan.cpp
    1>c:\program files\microsoft visual studio...
  23. Replies
    14
    Views
    2,839

    do I include a dll like any other header? ...

    do I include a dll like any other header?

    #include <winsock.dll> ?
  24. Replies
    14
    Views
    2,839

    okay, so I copied by hand and I noticed this...

    okay, so I copied by hand and I noticed this little gem



    retPtr[str.length()] = ”;


    The genius forgot to put something on the other side of the assignment. I have no idea what this part of...
  25. Replies
    14
    Views
    2,839

    Thanks. I turned off precompiled headers but I...

    Thanks. I turned off precompiled headers but I still get the errors. I would search for the quotes but I've already replaced them. Anyway, here is the site it came from

    C++ CMD Line Port...
Results 1 to 25 of 28
Page 1 of 2 1 2