jingwood / d2dlib

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

Building x64 does not copy d2dlib64.dll to Examples output #23

Closed fire-eggs closed 4 years ago

fire-eggs commented 4 years ago
  1. Open d2dlib.sln as from github
  2. Set target to Debug, x64.
  3. Build solution.
  4. Set Examples as startup project, execute.
  5. Click on any demo.

Exception: d2dlib64.dll missing. Look at src\examples\bin\x64\debug folder: d2dlib64.dll is not there.

jingwood commented 4 years ago

Thanks a lot! now fixed.