At 04:00 PM 12/10/2004, Tonko Juricic wrote: >I don't think structure size can possibly matter >because, if any marshalling of value type (as >described in MSDN) was going on here, I can not >imagine how anything could possibly work.
You realize we missed the turn? Run ildasm on the distributed binary. ALL of the code that accesses our opaque structures is actually native code, unmanaged. There [should be] no marshaling. So one is left with the question; what is c++ 2003 trying to accomplish, anyways? Bill