From: Nobuyoshi Nakada Date: 2006-10-19T10:32:49+09:00 Subject: Re: RubyGame on windows Hi, At Thu, 19 Oct 2006 09:30:05 +0900, Mohammad --- wrote in [ruby-talk:220525]: > require "rbconfig" > > require "rubygame.%s"%[Config::CONFIG["DLEXT"]] You don't need to do it, require "rubygame.so" actually does look for also rubygame.dll in 1.8. However, the DLL included in the package is compiled with VC8, so it can't work with One-Click Installer 1.8.5-21. -- Nobu Nakada