Depends on which APIs you want to interact with. Many COM and .NET APIs can be dynamically bound to.
On Jul 9, 2012, at 3:45 PM, mscdex 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
