I'm working on a project for the National Renewable Energy Labs, developing a plugin for Trimble SketchUp. We are using WxRuby as the backbone for our GUI components. We love it's flexibility and ease of use. Unfortunately, SketchUp recently updated from Ruby 1.8.6 to Ruby 2.0.0 and now WxRuby is incompatible with our plugin. Has anyone had success getting WxRuby to work with Ruby 2.0 on a Windows machine? I have downloaded the WxRuby source code, WxWidgets source code, and SWIG, and I've spent a lot of effort investigating how WxRuby works. Unfortunately, I have had no success compiling my own version to be compatible with Ruby 2.0.0. Also, what version of WxWidgets should I be using? Do the newer versions (e.g. WxWidgets 3.0.0) present problems with WxRuby? Can anyone offer any help getting WxRuby to work with Ruby 2.0.0? Thanks! -- Posted via http://www.ruby-forum.com/.