Success #2 - DirectX June (2010) works

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Success #2 - DirectX June (2010) works

      All I had to do was:

      1. Make sure the Windows and VCInstall directories were listed BEFORE DirectX in the include path
      2. Change #include <dxerr9.h> to #include <dxerr.h>

      Next up: Getting the Editor to compile!
      Mr.Mike
      Author, Programmer, Brewer, Patriot
    • RE: Success #2 - DirectX June (2010) works

      Originally posted by mrmike
      All I had to do was:

      1. Make sure the Windows and VCInstall directories were listed BEFORE DirectX in the include path
      2. Change #include <dxerr9.h> to #include <dxerr.h>

      Next up: Getting the Editor to compile!


      That seems deceptively easy. ;)

      -Rez