[plt-scheme] 2 troubles with FFI
At Thu, 30 Mar 2006 22:55:24 +0400, "Ivan Boulanov" wrote:
> The second trouble is not so critical but rather annoying.
> I haven`t found a way to unload foreign library. So every time I modify
> dll`s source I need to close DrScheme to unlock attached dlls. And only then
> I can compile my foreign library. Garbage collection does not help.
There may be a direct fix to this, but in the meantime, you could
consider doing:
mzscheme -qu file.scm
from a shell window instead of clicking execute (or, if you're not
using modules, do mzscheme -qr file.scm).
Robby