Compressor Errata

 BBS: Inland Empire Archive
Date: 06-19-92 (06:09)             Number: 851
From: STEVE GARTRELL               Refer#: NONE
  To: ALL                           Recvd: NO  
Subj: Compressor Errata              Conf: (2) Quik_Bas
   Two more goofs in last version I uploaded.  "FourBits" sub, in the
call to the assembly language routine "ReadPix", correctly
passes the seg/offset of ColorBytes(0).  In the next line,
ColorWord% is set equal to ColorBytes(1).  Some dummy
snuck the "1" in.  That should be ColorBytes(0).  As it
is, you entirely miss the opportunity to compress the
first pixel of every row, but it would still be in the
saved file...
   Next, in "EightBits", is a section of code opening "256PRESS.GRF" and
checking it for length (existance), if exists, close and
erase, otherwise just close.  That whole section should be
removed. Leftovers from an earlier version I was
dissatified with.
Just creates a zero-byte file, unnecessarily.
   Like I said, someday I'm going to upload an error-free
posting, I just know it...<g>...|-}
---
 * Origin: RadioLink! Columbus, OH (614)766-2162
QuickBasic! HST/DS (1:226/140)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET