Question for anybody. So...currently in ruby on windows it seems that it handles .so files quite nicely [in 1.9, .dll is actually no longer handled--only .so] Typical windows programs use .dll's, while Ruby uses .so's. How is this possible? Is it special? Thanks! -=r