From: Li Chen Date: 2006-11-30T18:51:36+09:00 Subject: Re: MS Office and win32ole on Linux Gustav Paul wrote: > Hey > > I just tried requiring 'win32ole' in my Linux console but it doesn't > seem to find it. I'm running MS Office under Linux with Crossover > Office, and was hoping I'd be able to do my MS Office development under > Linux from now on. > > Would getting the win32ole libraries help at all? > > Is there something small I'm missing or is this simply too ambitious? > > > Thanks in advance > Gustav Paul > gustav@rails.co.za As far as I know WIN32OLE is a built-in library in the Ruby. In order to use it you need to put this line require 'wine32ole' near the top of your script. Li -- Posted via http://www.ruby-forum.com/.