From: Jon Rafkind (workmin at ccs.neu.edu) Date: Thu Apr 27 22:15:19 EDT 2006 |
|
>How about extracting "memcpy" (or is it "_memcpy"?) from "msvcrt.dll" >under Windows? > > > This worked: (get-ffi-obj "memcpy" "msvcrt" (_fun _pointer _pointer _int -> _pointer)) Is msvcrt.dll not automatically linked into every binary on windows like libc is on UNIX?
Posted on the users mailing list. |
|