From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Need a GURU's Help- A Real Puzzler Date: 21 Jun 2002 08:39:49 GMT Organization: Aachen University of Technology (RWTH) Lines: 22 Message-ID: References: NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1024648789 27328 137.226.32.75 (21 Jun 2002 08:39:49 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 21 Jun 2002 08:39:49 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com raelenekelly1 wrote: > Ive Posted This Message On another C++ Board But No one could Really > Help Me! If you didn't show them more details than you showed us, that's not a big surprise. It's usually quite impossible to debug problems in other people's code if that code isn't shown in reasonable completeness. In the case at hand, you don't show a single line of the definition of class Scene, and even more importantly, nothing of your implementation of Scene::LoadTexture(). You will have to show those for anybody to be able to help you. For now, only a general tip can be given: watch out that you don't put pointers to function-local storage into the class. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.