Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I've been reading the tutorials for DirectX 11 at http://www.directxtutorial.com/Lesson.aspx?lessonid=11-4-5. I've run the code after every lesson, but it didn't work for lesson 5. The error looks like this:

Unhandled exception at 0x03c72e1e in DX11Test.exe: 0xC0000005: Access violation reading location 0x00000358.

it stops at the line:

devcon->Draw(3, 0);

the code is at the bottom of the page in the link.

I use Microsoft Visual C++ 2010 Express.

share|improve this question
1  
Have you tried contacting the author of the tutorial? They'd probably be better equipped to help you. –  Nathan Reed Jul 12 at 5:47

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.