CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2004
    Posts
    4

    D3D9 on Windows 10 failure

    Has anyone else found that a D3D9 full screen app (D3DCREATE_ADAPTERGROUP_DEVICE) that has worked well up to Win 8.1 fails with Windows 10 after the August update? d3d9->CreateDevice fails with D3DERR_INVALIDCALL. As I said... the code works with Win 8.1, Win 8, Win 7, Vista... and with original Windows 10 developer preview... but NOT after August update. Any tiny clue would be appreciated. I'd be happy to post present params, and other support code. Mainly, I'd like to know if anyone else has experienced this? Also, if you know any way to get more information as to WHY the call failed, beyond the simple error return. Thanks

  2. #2
    Join Date
    Mar 2016
    Posts
    2

    Re: D3D9 on Windows 10 failure

    I am having the same problem with a D3D9 multihead application on Windows 10. It used to work fine on Windows 7. Did you find out what is causing this, or were you able to solve your problem?

  3. #3
    Join Date
    Apr 2016
    Posts
    1

    Re: D3D9 on Windows 10 failure

    I use d3d9.dlls on my windows 10 pc and have never had to do any of this.edit: I should mention that I upgraded from win 8.1, so that's probably why I haven't had problems.Brochure Designing

  4. #4
    Join Date
    Mar 2016
    Posts
    2

    Re: D3D9 on Windows 10 failure

    Hello samshaf, thanks for your reply!
    So you wrote a D3D9 application that uses multihead (D3DCREATE_ADAPTERGROUP_DEVICE), and your application works fine on Windows 10? I would be very interested in what exactly you are doing (respectively what I am doing wrong)!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured