··········@gmail.com writes:
> How can I invoke WinAPI functions from Lisp directly (without McCLIM
> and other wrappings)? I use CLisp and SBCL.
Using CFFI.
--
__Pascal Bourguignon__ http://www.informatimago.com/
In a World without Walls and Fences,
who needs Windows and Gates?
Sorry for delay. These solutions are not what I mean, but I'll use
CFFI.
Direct call:
CreateWindow("Wnd", "Window", WS_BORDER, CW_USEDEFAULT, CW_USEDEFAULT,
CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);