Subject:
[ruby-ffi] Re: puts example fails in doze
From:
rogerdpack
Date:
12/11/09 5:34 PM
To:
ruby-ffi


> I just updated the samples to use FFI::Library::LIBC as the library.
> That resolves to 'libc.so.6' on linux, and 'msvcrt.dll' on windows.
>
> Can someone verify that blindly using msvcrt.dll like that won't cause
> problems on windows?

My question, too--how does one know which version of msvcrt.dll to
import.
-r