[cffi-devel] CFFI (SBCL) bug with dynamic definition of the foreign function
6 Aug
2010
6 Aug
'10
3:47 p.m.
Hello all, I have the following snippet of code that doesn't work as expected under SBCL 1.0.29, CFFI 0.10.5 and Windows 7. (let ((library (cffi:load-foreign-library "user32.dll"))) (cffi:foreign-funcall "GetDesktopWindow" :int) (cffi:close-foreign-library library))) I have also tested it under LispWorks and CCL - no issues. Could anybody suggest the workaround? Thanks, Serhiy Y
5297
Age (days ago)
5297
Last active (days ago)
0 comments
1 participants
participants (1)
-
Serhiy Yakovyn