[racket] Windows FFI Problem
At Thu, 15 Jan 2015 22:10:35 +0000 (UTC), Lehi Toskin wrote:
> I am attempting to use this C library I've written with the Racket FFI,
> but (ffi-lib "mylib") reports "The specified module could not be found.;
> errno=126". This only happens on Windows. On Linux the library gets
> loaded properly and I can use it fine. What could be the problem?
Can you say more about where "mylib.dll" is located in your Windows
installation --- and maybe also where it's located on Linux, for
comparison?