Import everything
[cl-w32api.git] / README.txt
blob1d7de33378dc52b1b898df625bf9d8e80ced2c94
1           README
2          cl-w32api
3 --------------------------------------------
5 This library provides an interface for invoking Win32 API calls. 
7 This library is based on earlier efforts of stlxv<n.akr.akiiya _at_ gmail.com>, who successfully used swig to convert the public domain w32api c headers to CFFI-definitions. 
9 However, with some limitations of CFFI-itself, the definitions are kind of untidy and unmaintainable. I have did some hacking of CFFI, created a library called luciffi with is an extension to cffi, and luciffi supports directly passing structures (instead of pointers) on stack and embedding sub-structures in another structure. (Luciffi is part of anotherproject of mine called lucifer and the main goal is irrevelant).
11 So now i'm able to clean and modularize the code. Technically, this library is a fork of http://sourceforge.net/project/cl-w32api, which is started by stlxv himself, but the code is quite different. Actually, i'm rewriting almost everything.
13 This library is under MIT license.
15                                                 Charles Lew
16                                                 <crlf0710 _at_ gmail.com>