I've been trying to make asumu's rsvg package working on Windows, but Racket 
keeps complaining that it cannot find librsvg-2-2.dll. I have verified that the 
DLL is exporting its symbols, is the correct bit-ness, and is in the right 
directories - all to no effect. I have have even recompiled it with mingw-w64 
just to be sure the DLL wasn't corrupted or something, but that didn't change 
anything.

As a little test, I made a small DLL in C which was indeed picked up by the FFI 
and I could use its single function, but I took that same DLL and added an RSVG 
function, the FFI complained that my DLL was nowhere to be found!

I'm at my wit's end. Is there anything else I could try doing? Could it be 
there's something wrong with the FFI that would make it incorrectly raise an 
error or maybe even improperly interact with a DLL?

-- 
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