I hate pointers

Published January 18, 2006
Advertisement
OK, I just reorganized a large part of the scene graph engine. I made simple wrapper classes for all the resources (mesh and texture so far) to add an extra layer of abstraction. After doing all of this and fixing hundreds of other bugs I inadvertantly created, I now have a memory leak problem. DirectX is throwing allocIDs for every single object i use (the d3d obj, the device, etc.), so that doesn't help much.

I also tried a separate memory leak tracker, but that doesn't report any leaks. I'll just leave it for now any go through everything again tomorrow if I have a chance (I have an 8 hour block of classes 10-6). Maybe something miraculous will happen... Otherwise I'm going to have to rewrite quite a bit of it.
Previous Entry Slowly but steadily...
Next Entry New semester
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Work work work...

1010 views

It lives...

927 views

Random thought

975 views

New semester

994 views

I hate pointers

1080 views

Back to work

917 views

Monday-like days

880 views
Advertisement