From: nobu.nokada@... Date: 2005-04-27T23:43:50+09:00 Subject: Re: [ANN] One-Click Ruby Installer 182-15 for Windows Hi, At Wed, 27 Apr 2005 12:32:55 +0900, Curt Hibbs wrote in [ruby-talk:139990]: > > Have you confirmed that all extensions are built by VC++ 7.1, > > or linked to msvcr71.dll? > > All releases of the one-click installer in 2004 and 2005 have been built > with vc++ 7.1, and most included extensions are built from source. > > The few that are now included from binaries (like FXRuby) have have not > been checked. Should they be? Yes, definitely. Mixing usage of runtime DLL causes unexpected results. And recent versions change the ruby DLL name and the site-wide library directory according to the runtime to get rid of such hazard. -- Nobu Nakada