From: "Rehammar" Newsgroups: comp.os.msdos.djgpp Subject: DJGPP an page fault Date: Thu, 4 Mar 1999 11:50:02 +0100 Organization: Telia Internet Services Lines: 23 Message-ID: <36de653a.0@d2o25.telia.com> NNTP-Posting-Host: d2o25.telia.com X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-NNTP-Posting-Host: 195.198.161.70 X-Complaints-To: abuse AT internet DOT telia DOT com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi !! I'm writing a program to render electric fields. I got a class called Field, with a coupple of methond. One of them is Field::render(); In this methon I start with iniziating som e variables like: ... ... double _min,_max; int n; _min=0; _max=0; n=0; When I set thees vars to 0 I get page fault. Why !! tahnx ! \\Robert Rehammar