From: Roger Pack Date: 2009-12-30T00:12:06+09:00 Subject: Re: [ANN] au3 0.1.1 released > So, if you could help me out with #pack and #unpack, especially with > structs in structs (I would look for an example from the WinAPI, if you > want) I would start working on that again. Interesting. You may want to take a look at ffi. http://wiki.github.com/ffi/ffi I was able to use it to pack some structs into windows calls and it worked (plus the community is friendly to help with problems, plus it's cross VM compatible) Cheers! -r -- Posted via http://www.ruby-forum.com/.