Win32 mods for Ruby

Hi! Here are my modules for use with the Ruby programming language. If you have any feedback or want to help me code modules, feel free to contact me.

This project is hosted by SourceForge and wouldn't be possible without them. Thanks a bunch, SourceForge!

SourceForge Logo

Requirements

The Win32 mods use the "built-in" Ruby Win32API object, so that has to be working in your Ruby distribution. I put "built-in" in quotes because it's documented in the pickaxe book and included with the InstallShield package of Ruby, yet it wasn't built when I compiled ruby from source with cygwin.

Win32API_Console (version 0.01)

This object provides declarations and constant names for the Win32 API Console functions.

Download

Download the script and the documentation here. Place it in your site_ruby or in the same directory from which you run your script.

Browse the Documentation

You can browse the documentation here.

Win32API_Error (version 0.01)

This object provides declarations and constant names for the Win32 API Error functions.

Download

Download the script and the documentation here. Place it in your site_ruby or in the same directory from which you run your script.

Browse the Documentation

You can browse the documentation here.

CVS Availability

The source code is up for use with CVS. You can browse it here.