Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!sei!ajpo!rabbieh From: rabbieh@ajpo.sei.cmu.edu (Harold Rabbie) Newsgroups: comp.lang.c Subject: Re: Binary data file compatibility across machines Message-ID: <735@ajpo.sei.cmu.edu> Date: 12 Dec 90 19:17:42 GMT References: <2172@tuvie> <1967@mts.ucs.UAlberta.CA> Reply-To: rabbieh@ajpo.sei.cmu.edu (Harold Rabbie) Organization: Echelon Corp. Lines: 4 Jeez, it's even worse than that. You can get binary file incompatibility on the SAME machine. Try writing a file using Ultrix-C on a VAX, then read it back using VMS-C on another VAX. Ultrix word-aligns structs, VMS doesn't. All on the same VAX.