X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "S. Kaleyta" Newsgroups: comp.os.msdos.djgpp Subject: general protection fault error Date: Sat, 9 Mar 2002 13:06:43 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Complaints-To: newsabuse AT supernews DOT com Lines: 15 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is it possible to delete a pointer? I get a "general protection fault" error when compiled and run on my pc but not on my unix box. Code segment: int *pnt; pnt = # delete pnt; Win98 se Thanks in advance, Scott