Path: chuka.playstation.co.uk!news From: "Peter Armstrong" Newsgroups: scee.yaroze.freetalk.english Subject: Re: Codewarrior C++ Problem Date: Wed, 7 Mar 2001 20:30:11 -0000 Organization: PlayStation Net Yaroze (SCEE) Lines: 25 Message-ID: <9865rh$d91@www.netyaroze-europe.com> References: <985jdn$bmm4@www.netyaroze-europe.com> <985umo$bmm6@www.netyaroze-europe.com> <985vq7$bmm7@www.netyaroze-europe.com> NNTP-Posting-Host: host62-7-123-170.btinternet.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 "Derek da Silva" wrote in: > > Machine Exception at 0x801ffec0 (or some similar value)? > >Doesn't this address suggests thers's something going wrong on the stack ? I've set up my CW to work with C++ and compiled your project, I don't know much about C++ either though. Is that exception reported in PSComUtil? I've tried debugging the program and it always fails on the 'delete [] p;' line if ~gsCPoint() is declared virtual (as you've stated), otherwise it's fine. The debugger doesn't give any other information. Why delete fails I couldn't guess, but that's what's causing the exception in the progam. Not much help there I'm afraid. :) Peter