jingwood / d2dlib

A .NET library for hardware-accelerated, high performance, immediate mode rendering via Direct2D.
MIT License
234 stars 40 forks source link

Does it support 64 bit? #18

Closed d2phap closed 4 years ago

d2phap commented 4 years ago

Does it support 64 bit? I got this warning when install on x64 project

image

There was a mismatch between the processor architecture of the project being built "AMD64" and the processor architecture of the reference "d2dlibexport, Version=1.2.0.4064, Culture=neutral, processorArchitecture=x86", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
jingwood commented 4 years ago

The 64-bit binaries have been added here: https://github.com/jingwood/d2dlib/tree/master/binary/x64-build

Currently, the 64-bit binaries will not be updated as soon as the source code changed. But anytime you can build the 64-bit binaries from the source code yourself.

d2phap commented 4 years ago

thank you!