Message-ID: <004001c247b8$93d85ca0$0100a8c0@bhome> From: "Boris Nadion" To: References: <4CD9B982506A4148BF3AD77B16585C99314F79 AT ho-kkj-msg1 DOT in DOT niit DOT com> Subject: Re: Meory Reference error in DJGPP Date: Mon, 19 Aug 2002 21:42:39 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp AT delorie DOT com Probably you use zero-pointer as array. Example: int *a=0; int b=a[2]; Under Win9x - no problem, smth else - error. ----- Original Message ----- From: "Ravinder Kaur" Newsgroups: comp.os.msdos.djgpp To: Sent: Wednesday, August 14, 2002 10:32 AM Subject: Meory Reference error in DJGPP > Dear Sir/Madam, > > I have installed GJGPP ver 2.03 on Windows 2000 server. While > running any c++ application after successful compilation, it gives memory > reference error. > I installed the same version on Windows XP also. But, it gives the > error "General Protection Fault". Please help me I need to run this software > on these two OS. > > Regards, > -------------------------------------------------------------- > Ravinder Kaur > ETB Design and Development Team > Extn. 3086 >