Subject:
[ruby-ffi] Re: Using Windows Unicode functions
From:
rogerdpack
Date:
1/20/10 12:58 PM
To:
ruby-ffi

> > I was thinking more of commenting out the line that throws the
> > exception "string contains null byte"
>
> That wouldn't make much sense, because then there wouldn't be any
> message box displayed. But that was the aim of my code...

that is, commenting out the line that says
#raise  "string contains null byte"

in the guts of ffi.
-r