win32cr

CI Crystal Latest CI

Win32 library bindings generated by mjblack/winmd using marlersoft/win32json.

Installation

Add this to your application's shard.yml:

dependencies:
  win32cr:
    github: mjblack/win32cr

Build WinMD by executing the script build.ps1 in the location where the shard win32cr is installed.

C:\Projects\SomeCrystalApp\lib\win32cr> & .\build.ps1

Usage

For more examples, please see the examples directory.

require "win32cr"
require "win32cr/ui/windows_and_messaging"

Win32cr::UI::WindowsAndMessaging::C.MessageBoxW(nil, "Message Box Body".to_utf16, "Title".to_utf16, Win32cr::UI::WindowsAndMessaging::::MESSAGEBOX_STYLE::MB_OK)

Contributing

  1. Fork it (https://github.com/mjblack/win32cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors