Subject:
[ruby-ffi] Re: Win32 example of basic usage at GitHub?
From:
Wayne Meissner
Date:
10/6/09 5:04 PM
To:
ruby-ffi@googlegroups.com


2009/10/7 Jon <jon.forums@gmail.com>:
>
> Would you mind if I updated
>
> http://wiki.github.com/ffi/ffi/basic-usage
>
> ...with a section below "Hello, World using FFI" with code (and some
> blah blah) like the following (assuming this is the correct basic
> usage for calling typical Win32 API fcns):

Sure, go for it.   Thats what the wiki is for.

Also, if you have time, it would be nice to add some stdcall tests to
the spec & libtest.  Everything in the spec only tests C calling
convention, so it would be nice to have tests on windows that exercise
the stdcall path.