Next Up Previous Contents Index
Next: Compatibility status summary Up: Modifying AutoCAD Previous: DXB files

Slide files

I corrected a problem in my earlier submission of code to make slide files portable which was found by the regression test. A null slide file created by MS-DOS (or the new portable code) would get an I/O error if you attempted to view it on a Sun. SLIDE.C was reading the in-memory length of the slide file header when it validated the header. I changed it to read the portable length in the file.


Editor: John Walker