Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!wuarchive!psuvax1!psuvm!cunyvm!byuvm!isshst From: ISSHST@BYUVM.BITNET Newsgroups: comp.os.msdos.programmer Subject: Re: huge-far pointer and Turbo C++ V1 Message-ID: <91052.082658ISSHST@BYUVM.BITNET> Date: 21 Feb 91 15:26:58 GMT References: <8138@exodus.Eng.Sun.COM> Organization: Brigham Young University Lines: 3 My understanding of TC++ is that a single data structure cannot be larger than 64K. To solve this, use an array of pointers and allocate each row of the z-buffer separately. Then you can use whatever of 640K is left.