gtkD problem

Mike Wey mike-wey at example.com
Thu Apr 4 13:39:22 PDT 2013


On 04/04/2013 03:57 PM, Steve wrote:
> A similar problem. I've installed the latest GtkD package, and
> downloaded and run the Gtk+3 installer.  I've modified the sc.ini file
> to reference the include area and the newly built GtkD.lib file.  I'm
> using dmd 2.062 under Windows XP.  The Gtk bin area is in my path, and
> the dlls can be found.  I'm compiling for 32-bit. I built the GtkD.lib
> file using the supplied GtkD.brf file and bud.  When I run any of the
> example files (which all successfully build), I get:
>
> "The procedure entry point g_mutex_lock could not be located in the
> dynamic link librarylibglib-2.0.0-dll."
>
> I'm only having difficulties on Windows.  It works just fine on Linux.

It looks like you have more than one version of the Gtk runtime on your 
system, and this is causing some problems. because it's finding the 
older version.

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list