From: "Peter" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Compiling Allegro under win2k. Lines: 14 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Message-ID: Date: Tue, 24 Apr 2001 13:09:46 GMT NNTP-Posting-Host: 213.28.228.180 X-Trace: read2.inet.fi 988117786 213.28.228.180 (Tue, 24 Apr 2001 16:09:46 EET DST) NNTP-Posting-Date: Tue, 24 Apr 2001 16:09:46 EET DST Organization: Sonera corp Internet services To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Yeah, im switching back to Win98 :-). Another quickie question, my program crashes when reading image data, the line looks like this: fread(Tga.image_descriptor, sizeof( unsigned char ), size, Data); Size = width * heigth * type_of_image. Symify shows that the crash occurs when that code gets executed..Probably im missing & or, oh well. :-). Thanks to all of you out there! Sincerely, Peter