Re: [Ironruby-core] IronRuby for Office AddIns

2010-12-01 Thread Tinco Andringa
You can download Visual C# Express for free. There is also the MonoDevelop IDE which is free. Beside that you can use any text editor together with the ironruby and c# compiler to work in any way you want :) I am not certain how the Office addin's work but usually that kind of thing works with a (

Re: [Ironruby-core] Help configuring latest IronRuby

2010-12-01 Thread Tomas Matousek
What errors do you get? Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Travis Herrick Sent: Wednesday, December 01, 2010 1:34 PM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] Help configuring latest IronRuby Hello, I am not

[Ironruby-core] Help configuring latest IronRuby

2010-12-01 Thread Travis Herrick
Hello, I am not entirely sure the best way to go about doing what I'm attempting to do and hope that someone may be able to provide some guidance. My ultimate goal is to use the latest IronRuby code base, tools, etc. to attempt to develop a Ruby on Rails application in VS 2010. I am able to succ

[Ironruby-core] IronRuby for Office AddIns

2010-12-01 Thread Jascha Luelsdorf
Hi, I'd like to write an Outlook(2003 & 2010)-AddIn in Ruby (IronRuby), but I'm not pretty sure, whether this is possible. The AddIn should bring up a new icon in Outlooks' CommandBar and should read contact items. I just found some examples, where they put Ruby-Code into a C#-Wrapper what is not