Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!smurf!incom!wrkof!orfeo!britesun!vhs From: vhs@britesun.radig.de (Volker Herminghaus-Shirai) Newsgroups: comp.os.msdos.programmer Subject: DOS functions >64K? Message-ID: <1991Feb26.184723.738@britesun.radig.de> Date: 26 Feb 91 18:47:23 GMT Organization: private site Lines: 12 Could anyone point me out how to malloc() or fread() blocks larger than 64KB? We are doing picture processing on >80MB pictures here, and it is extremely painful not to be able to read large chunks of the picture into memory. I could not find any documentation on this subject in TC++- nor DOS books, so I tried but all I get when malloc()ing or fread()ing large blocks is errors. Anyone out there to know something definite on this subject? Thanks, Volker