Subject:
Re: [ruby-ffi] Re: unable to find method?
From:
Jon
Date:
12/18/09 1:23 PM
To:
ruby-ffi@googlegroups.com

> Take this thread as reference.
> 
> http://social.msdn.microsoft.com/Forums/en/windowssdk/thread/ad1e680b-d5d1-47a3-bc82-1d69b1b360cd
> 
> In theory with 1.9 encoding will be something of the past, but dunno
> how to make that work in this case.
> 
> I think is time for getting your hands dirty instead of just theory ;-)
> 
> -- 
> Luis Lavena
> AREA 17


I also found these Win SDK docs helpful from a general WinAPI understanding of how it deals with ANSI and Unicode

http://msdn.microsoft.com/en-us/library/dd317766%28VS.85%29.aspx

http://msdn.microsoft.com/en-us/library/dd374131%28VS.85%29.aspx

http://msdn.microsoft.com/en-us/library/dd374107%28VS.85%29.aspx

http://msdn.microsoft.com/en-us/library/dd374081%28VS.85%29.aspx


Jon