From: Michael Bevin Newsgroups: comp.os.msdos.djgpp Subject: converting data in memory to stream Date: Tue, 25 Mar 1997 11:38:58 +1200 Organization: University of Otago, Dunedin, NZ Lines: 5 Message-ID: References: NNTP-Posting-Host: hermes.otago.ac.nz Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp i've got a programme which uses an allegro datafile to store heaps of jpgs and then uses this jpg library to decode them except the jpg library needs the input coming from a stream (ie *fp) so i have to write each jpg to disk and then fopen it which is pretty pointless... is there any way i can get around this?