From: Edward Middleton Date: 2009-12-30T00:19:11+09:00 Subject: Re: [ANN] au3 0.1.1 released Roger Pack wrote: >> 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) Yes ffi is pretty good, it is a bit slow but this isn't going to be a problem with this sort of application. Edward