From: "Gary Smith" Newsgroups: comp.os.msdos.djgpp Subject: Moving Error Date: Sun, 9 Jan 2000 14:42:37 -0000 Organization: Virgin Net Usenet Service Lines: 17 Message-ID: <85a6ll$113$1@nclient11-gui.server.virgin.net> NNTP-Posting-Host: p26-partridge-gui.tch.virgin.net X-Trace: nclient11-gui.server.virgin.net 947428853 1059 194.168.71.146 (9 Jan 2000 14:40:53 GMT) X-Complaints-To: abuse AT virgin DOT net NNTP-Posting-Date: 9 Jan 2000 14:40:53 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Help, I have written a program using the latest Allegro WIP and VC5. The program compiles OK with no error messages or warnings. However when I run it it terminates. I traced the termination point to a blit command. By remming this command out the program worked. After this I went through the program and removed a few remark lines (ie // ). Now the program terminates at another blit command elsewhere in the program. The termination point seems to vary when code is added or removed from the program, but always terminates at a blit command. Any ideas ?