r11022: revert incorrect stuff from clisp testing
[uffi.git] / src / corman / corman-notes.txt
1 some notes:
2   we need the :pascal (:stdcall) calling conventions for 
3   (def-function names args &key module returning calling-convention)
4   so I added this. calling-convention defaults to :cdecl
5   but on win32 we mostly use :stdcall
6
7   #+corman is invalid, #+cormanlisp instead
8
9   cormanlisp doesn't need to load and register the dll, since the underlying 
10   LoadLibrary() call does this. we need the module keyword for def-function
11 instead.
12   (should probably default to kernel32.dll)
13   I'll think about library.cl, but we'll need more real-world win32 examples. 
14   (ideally the complete winapi :)
15   I also have to look at valentina.
16
17 patch -p0 < corman.diff