GtkD - missing DLLs in Gtk win32 runtime
    FG 
    home at fgda.pl
       
    Fri Dec 28 16:45:58 PST 2012
    
    
  
I'm trying out the latest GtkD binding. The lib has built without problems, some 
example programs also compile, but I can't run them. The Gtk-Runtime-3.6 archive 
provided at https://github.com/gtkd-developers/GtkD/downloads is missing several 
win32 DLL libraries:
     LIBRARY.GLGDK:         "libgdkglext-win32-3.0-0.dll",
     LIBRARY.GLGTK:         "libgtkglext-win32-3.0-0.dll",
     LIBRARY.GDA:           "libgda-4.0-4.dll",
     LIBRARY.GSV:           "libgtksourceview-3.0-0.dll",
     LIBRARY.GSTREAMER:     "libgstreamer-0.10.dll",
     LIBRARY.GSTINTERFACES: "libgstinterfaces-0.10.dll"
I found four of them on the net but can't locate these two anywhere:
libgdkglext-win32-3.0-0.dll and libgtkglext-win32-3.0-0.dll
Please help.
    
    
More information about the Digitalmars-d-learn
mailing list