-
Notifications
You must be signed in to change notification settings - Fork 10
Daniel Berger edited this page Mar 19, 2015
·
2 revisions
The win32-api gem should not be used for modern projects. Please use the ffi gem instead.
The FFI library is cross-platform and supports things like pre-defined structs, custom data types, a more granular range of data types, and so on. Please use that library instead of win32-api.
I no longer use this gem myself and so support will be minimal. All of my own projects have been converted to use FFI (or OLE).