Message-ID: <37710338.8513182C@swipnet.se> From: Anders David Skarin X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: My 3d-Engine acts as if on drugs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 29 NNTP-Posting-Host: 130.244.42.7 X-Complaints-To: news-abuse AT swip DOT net X-Trace: nntpserver.swip.net 930153332 130.244.42.7 (Wed, 23 Jun 1999 17:55:32 MET DST) NNTP-Posting-Date: Wed, 23 Jun 1999 17:55:32 MET DST Organization: A Customer of Tele2 X-Sender: s-437261 AT dialup42-1-7 DOT swipnet DOT se Date: Wed, 23 Jun 1999 17:54:32 +0200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! This thing has been bothering me for quite a while. I have made 3 3d-engines during my time as a coder, and all three has eventually ended up this way! The two first where developed under Watcom 11 and the latest under DJGPP2. I guess this might be a newbie question as i must have happened to most of you who have made something large. The thing is that when my project becomes large (a few thousand lines) it always starts to act the same way. All of a sudden the program will start crashing at points in the program that havn't been touched for a long time. My 3ds-reader can't find the correct chunks in the files anymore although i havn't changed a line. Even more odd is that usually the program chrashes with a Page Fault the first time you run it after compilation. The second time it will usually run, but the screen remains black (no nice gouraud shaded objects:-). The error this time seams to be that the file isn't read correctly. This symptoms are exactly the same for all of my three engines, and it should be stated that none of the code from the latest engine goes into my current engine... Please!!! Can someone atleast point me in the direction of the GIANT error! One tired coder - David Skarin