Skip to content
Daniel Berger edited this page Mar 19, 2015 · 2 revisions

Deprecation Notice

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).

Clone this wiki locally