Mail Archives: djgpp/2002/08/19/15:24:07
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" <RavinderKa AT niit DOT com>
Newsgroups: comp.os.msdos.djgpp
To: <djgpp AT delorie DOT com>
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
>
- Raw text -