XNA Creators Club Online
Page 1 of 1 (3 items)
Sort Posts: Previous Next

Tutorial01 question

Last post 05-13-2008 3:18 AM by Gedes. 2 replies.
  • 05-13-2008 12:25 AM

    Tutorial01 question

    I'm beginner using C++.

    I get a problem when i try using like in Tutorial01:Direct3D 10 Basic in SDK March. When i debug my code, i got an error message 'unresolved extrenal symbol D3D10CreateDeviceAndSwapChain@ 32 refferenced in functon long __dcecl...' .But i checked, It same as the tutorial. What's the problem?

    thanks.

  • 05-13-2008 1:30 AM In reply to

    Re: Tutorial01 question

    Answer
    That's a link error. You need to make sure that you link with d3d10.lib. Check the input property of linker settings in your project properties
  • 05-13-2008 3:18 AM In reply to

    Re: Tutorial01 question

    Resolved, thanks :)
Page 1 of 1 (3 items) Previous Next