On 01-09-2019 11:59, Domain wrote:

I try to use gtkD in windows.
I have installed gtk3-runtime3.24.864bit.exe
and add gtk-d as the dependency.
But when I try to run the demo, an error message showed:
Library load failed (libgstreamer-1.0-0.dll):

I have follow the instructions to build gtk windows:
https://www.gtk.org/download/windows.php

And I have install gstreamer-1.0-msvc-x8664-1.16.0.msi and gstreamer-1.0-devel-msvc-x8664-1.16.0.msi, but nothing changed.

So, where is libgstreamer-1.0-0.dll?

If you are not using gstreamer in your app you can use gtk-d:gtkd as a
dependency in dub so it doesn't include the gstreamer support.

If you really need GStreamer, make sure the gstreamers bin directory
is added to your PATH.