Re: dlllablgtk2

Jacques Garrigue <[email protected]> Thu, 16 Jul 2015 11:18:39 +0900
Newsgroups gmane.comp.lang.ocaml.lib.gtk
Message-ID <[email protected]>
On 2015/07/15 23:47, Ozan Kahramanogullari wrote:
> 
> Hi,
> 
> does anyone here know how I can get around this?
> 
> C:\labgtk-2.18.2_win32\examples\lablgtk2>lablgtk2 testgtk.ml
> Cannot load required shared library dlllablgtk2.
> Reason: dlllablgtk2.dll: The specified module could not be found.

dlllablgtk2.dll is in the bin directory of the lablgtk2 package.
You should make sure that it is in your execution path.
If it is already there, this may be that you are missing some dependencies.
Check that you did all the steps in the README, but if it doesn't work
the only way to know for sure is to use the depends.exe tool (found easily
on the net), looking for dangling references.

Jacques