win32cr
Version, currently 1.2.014 versions
- 1.2.1latestFeb 11, 2025
- 1.2.0not indexedMar 26, 2026
- 1.1.0not indexedMar 26, 2026
- 1.0.1not indexedMar 26, 2026
- 1.0.0not indexedMar 26, 2026
- 0.3.7not indexedMar 26, 2026
- 0.3.6not indexedMar 26, 2026
- 0.3.5not indexedMar 26, 2026
- 0.3.4not indexedMar 26, 2026
- 0.3.3not indexedMar 26, 2026
- 0.3.2not indexedMar 26, 2026
- 0.3.0not indexedMar 26, 2026
- 0.2.3not indexedMar 26, 2026
- 0.2.0not indexedMar 26, 2026
github.com/mjblack/win32cr
Crystal library for Win32 API
19 stars
0 dependents
License: MIT
Nothing has been indexed for 1.2.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
win32cr:
github: mjblack/win32cr
version: ~> 1.2.0Then run:
shards installshard.yml
No shard.yml has been indexed for 1.2.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
# win32cr
[](https://github.com/mjblack/win32cr/actions/workflows/crystal.yml) [](https://github.com/mjblack/win32cr/actions/workflows/crystal_latest.yml)
Win32 library bindings generated by [mjblack/winmd](https://github.com/mjblack/winmd) using [marlersoft/win32json](https://github.com/marlersoft/win32json).
## Installation
Add this to your application's `shard.yml`:
```yaml
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](https://github.com/mjblack/win32cr/tree/master/examples) directory.
```crystal
require "win32cr"
require "win32cr/ui/windows_and_messaging"
alias WM = Win32cr::UI::WindowsAndMessaging # Simplifies code
WM.messageBoxW(Pointer(Void).null, pwstr("Message Box Body"), pwstr("Title"), WM::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
- [Matthew J. Black](https://github.com/mjblack) - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.2.0- Tagged
- Mar 26, 2026
- Commit
0e286fd72766- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/mjblack/win32cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 14