From: Phlip Date: 2010-09-15T21:30:11+09:00 Subject: ruby_init_loadpath() vs Win32 If I set RUBYLIB to "C:\phlip\tools\ruby-1.9.1-p0\" before running an embedded project - linked via Visual Studio to freshly-built LIBs in that build tree - I get $: load paths with site_ruby off in evil-land: ["C:\\phlip\\tools\\ruby-1.9.1-p0\\", "C:/WINDOWS/system32/lib/ruby/site_ruby/1.9.1", "C:/WINDOWS/system32/lib/ruby/site_ruby/1.9.1/i386-msvcr80", "C:/WINDOWS/system32/lib/ruby/site_ruby"... ] site_ruby is neither there nor in the build tree. Then, naturally, require 'rubygems' fails, and so on. Please go easy on me, because I only have 10 years experience with Ruby and 20 with C++... -- Phlip