From: "OmniMeta" Newsgroups: comp.os.msdos.djgpp Subject: About BITMAP structure ( ALLEGRO ) Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: <0JNh3.11$O4.1132@wagner.videotron.net> Date: Sat, 10 Jul 1999 16:09:24 -0300 NNTP-Posting-Host: 207.253.161.33 X-Complaints-To: abuse AT videotron DOT net X-Trace: wagner.videotron.net 931637180 207.253.161.33 (Sat, 10 Jul 1999 16:06:20 EDT) NNTP-Posting-Date: Sat, 10 Jul 1999 16:06:20 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com How can I write a BITMAP structure to a file, then read the file to recreate the same BITMAP ? BITMAP *img1,*img2; // I need to write img1 to a file // Then I need to read the file and fill img2 I really need your help ! meta AT psxrocks DOT com