Okay my fall back is to generate C binding code using jison and a bit of templated C generation if it is at all possible.
AFAICS it would be relatively easy to put together, and would be useful for creating other C interfaces. Types such as Windows HANDLES - HWND, etc and other types are the only area I have not sussed how to deal with. On 9 July 2012 23:45, mscdex <[email protected]> wrote: > On Jul 9, 1:23 pm, AaronNGray <[email protected]> wrote: >> I am interested whether anyone has created bindings for any of the MS >> Windows API ? > > This would be quite an undertaking for a generic binding. There is > node-ffi, but AFAIK that's not recommended for production use because > of the performance penalties. > > Your best bet is to incorporate just the Windows API functions you > need for your binding/project. > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
