AdaCore / gtkada

Ada bindings for the GTK+ graphical library.
Other
88 stars 20 forks source link

"Entry point not found" when using GtkAda #14

Closed rkoeninger closed 7 years ago

rkoeninger commented 7 years ago

I'm trying to use GtkAda in my GPS project. (Repo)

GPS builds the project just fine with no sign of error.

When I try to run the project, the following 2 pop-ups appear and then the process exits with the status code -1073741511. No console output or any other sign of my code running.

The procedure entry point cairo_surface_create_similar_image could not be located in the dynamic link library C:\GtkAda\bin\libgdk-3-0.dll.
The procedure entry point atk_range_new could not be located in the dynamic link library C:\GtkAda\bin\libgtk-3-0.dll. 

This might be more of a problem with Gtk than GtkAda, or it's Windows-specific, but does anyone have any thoughts?

rkoeninger commented 7 years ago

This was a while ago, but I believe this was caused by a bad installation on Windows and was solved by re-installing.

setton commented 7 years ago

Ah, thanks for the update!