Subject:
Re: [ruby-ffi] Re: puts example fails in doze
From:
Wayne Meissner
Date:
12/11/09 5:38 PM
To:
ruby-ffi@googlegroups.com

2009/12/12 Luis Lavena <luislavena@gmail.com>:
> It will only affect Ruby compiled with Visual Studio, since they link
> to msvcr80 or msvcr90.

As long as it can be detected at compile or run time, we can always
put the correct dll name in FFI::Library::LIBC.

In practice, it isn't a problem right now, as sane people will be
using the rubyinstaller ruby binaries.