in reply to C Struct Data Problem

You could be running into an endianness issue; perhaps instead of N you want V? Which fields are getting garbled?

Replies are listed 'Best First'.
Re^2: C Struct Data Problem
by heroin_bob (Sexton) on May 17, 2005 at 17:50 UTC
    Sorry Trammell, I updated my post. Apparently it's only the array of 16 doubles that's seemingly garbled...
    ~hb