Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to setup DX projects

How to setup DX projects

Scheduled Pinned Locked Moved C / C++ / MFC
csharpc++visual-studiotutorialquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    Ylis
    wrote on last edited by
    #1

    I downloaded the DXSDK and what I started out to do was trying to get the samples to compile. So I enter Samples\C++\Direct3D and pick a random sample. I then open up the .sln file with VS .NET 2003 which pops up an question about if I want to convert the project. A question where I of course pick yes. Everything works fine so far and after some reading I of course want to compile the thing to see what it looks like. After hiting F5 and waiting for a few secs it complains about not finding d3dx9.h. Fine, probably some include missing so I take a look at the includes and add the path to d3dx9.h. After another compile it complains about a lib, which I remedy by including the path to the libs as well. On the third compile I get LNK1104, which means a file couldn't be opened, namely d3dx9dt.lib. The file do exist in the supplied lib path though. So naturaly what I'm asking for is a way to get this thing to work :)

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups