Hi Baruch, > By the way, switch "-fpack-struct" do the job as well. Careful... -fpack-struct will affect everything. If you are linking against any other libraries that were not built with -fpack-struct, the structures in their headers may not match the structures as laid out in the libraries. Including the Standard C Library and the Standard C++ Library and the OS APIs. HTH, --Eljay