X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 9 Oct 2004 22:51:11 -0400 Message-Id: <200410100251.i9A2pB3N023425@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <84e4e2a9.0410091839.3dbc2cd1@posting.google.com> (jbs30000 AT aol DOT com) Subject: Re: Need help with a bmp loading routine References: <84e4e2a9 DOT 0410091839 DOT 3dbc2cd1 AT posting DOT google DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > File_Handle = fopen(FileName, "r"); Should be "rb" to read binary files.