GabrielMajeri / d3d9-to-11

Direct3D 9 to Direct3D 11 converter
GNU Lesser General Public License v3.0
83 stars 28 forks source link

Where are the x86_64 builds? #4

Open Venemo opened 6 years ago

Venemo commented 6 years ago

I've taken a look at the link https://ci.appveyor.com/project/GuildMasterInfinite/d3d9-to-11/build/artifacts but it only seems to contain a single file and that seems to be an i686 build. Maybe I'm looking at the wrong place. Where are the x86_64 builds?

GabrielMajeri commented 6 years ago

There are no x86_64 builds, since most D3D9 games / apps are 32-bit. You will have to build from source if you need the 64-bit DLL.

Venemo commented 6 years ago

Actually what I wanted to try was Starcraft II (which is 64-bit). Can I ask you to also make x86_64 builds on appveyor? Or would that be too difficult?

GabrielMajeri commented 6 years ago

The project isn't in a point where you can try games with it yet. Automatic builds could be set up but you wouldn't see anything more than a black screen.

Venemo commented 6 years ago

Allright then, sorry for the noise. I was too eager to try something new and cool. :) I'd still appreciate the automatic build, and would try with SC2 when it's ready.