« SAP::Rfc for Perl version 1.39 - finally UNICODE Support | Main | Write your own RFCs without using SE37! »

November 13, 2005

Win32 gem file available for Ruby saprfc 0.11

Olivier has done it again - Olivier is my generous win32 porter for Perl and SAP::Rfc, and now he has made SAP::Rfc for Ruby available too, as a gem package. the Ruby gem is available for download from here.
Remember - when you are using gems - instead of the 'require saprfc' to pull in the SAP::Rfc library you must use:

require 'rubygems'
require_gem "saprfc"
rfc = SAP::Rfc.new(...)
...

This opens SAP::Rfc up to all those windows users who have contacted me over the last year.

Thanks Olivier!

Posted by PiersHarding at November 13, 2005 6:49 AM