in reply to Packing a c structure when using the win32api

Convert::Binary::C seemingly perfectly fits your purposes, yet it is highly efficient and understands all types of C structs;

In essence, it does corret "unpack"-s, but includes very deep and precise C structure analyzis.

I did used it, and found it extremely useful!

  • Comment on Re: Packing a c structure when using the win32api