At Fri, 23 Mar 2018 09:39:41 -0700 (PDT), Joel Dueck wrote:
> On Friday, March 23, 2018 at 9:16:55 AM UTC-5, Greg Trzeciak wrote:
> >
> > So it's clear it's not the path issue, see neighbouring thread on another 
> > possibility - some dependency of libpoppler is missing on Windows
> >
> >
>  Ok, I tried Dependency Walker on libpoppler-glib-8.dll, and got all kinds 
> of missing dependencies.
> 
> Mostly of the form API-MS-WIN-CORE-PROFILE-L1-1-0.DLL

You can ignore anything under the system DLLs like "kernel32.dll".


Are you using "racket-poppler/ffi.rkt" to load the DLLs, or are you
loading the DLL yourself? If you're not using "racket-poppler/ffi.rkt",
then you'll need to do something like the way it explicitly loads all
of the dependencies of a DLL before loading a DLL:

https://github.com/soegaard/racket-poppler/blob/master/racket-poppler/ffi.rkt#L34

I think "libgobject-2.0-0.dll" is missing there, but it gets loaded
anyway by `racket/draw/unsafe/glib`.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to