123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|699|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> C/C++/C#/Other -> Class Member Causing Weird Crash

Sun, 06 May 2007, 20:31
blanko1324
I've got a particle class. It's in need of reworking, which requires me to create a new class member, the use is not important. It's a float pointer.

The program compiles and runs perfectly without the new member, but when added into the code it does one of two things:

-Gives me a Permission Denied and won't run.

-Compiles and runs but always crashes on the third particle explosion.

I'm thinking it's a memory leak problem but I've searched and searched and can't find a thing. I need help.



-=-=-
My Twitter
Mon, 07 May 2007, 14:50
Nolan
Any chance that you might post the code for the class or, even better, a link to a copy of the project? It's pretty hard to even begin determining what's wrong without a look at the source.

-=-=-
nolandc.com