> Seems like unlimited bits does not like running under > windows 98.
I know I've gotten unlimited bits working in '98, though I have never tried patching in the snippet. I wrote my own from scratch and it worked fine. The syntax used in unlimited bits should work the same in any environment reasonably close to ANSI C, and especially 2 environments on the same architecture (since the bit shifting etc are translated almost directly to machine code). If you're using integers to hold the bits and not characters, you have to be careful never to assume the integer size or you may lose portability. --Palrich.

