Re: [racket-users] Windows Foreign Libraries

2018-03-23 Thread Greg Trzeciak
Another option to check for dependencies (if you have Visual Studio installed - VS community edition is free but BULKY) is to run dumpbin from console, or better yet VS code since dumpbin is in VS/bin folder. It is less overwhelming but will check only for one level deep dependencies, ie you

Re: [racket-users] Windows Foreign Libraries

2018-03-23 Thread Dmitry Pavlov
On 03/23/2018 03:58 PM, silverfire...@gmail.com wrote: Really silly question but I was using the rsvg package with racket/gui on Linux and everything was working fine.   I moved the code over to windows to try it out (after installing the rsvg package there) and it's complaining that

[racket-users] Windows Foreign Libraries

2018-03-23 Thread silverfire675
Really silly question but I was using the rsvg package with racket/gui on Linux and everything was working fine. I moved the code over to windows to try it out (after installing the rsvg package there) and it's complaining that librsvg-2.2.dll is missing. I've now tried two separate .dll