Hello,
we are using the vld in a small game engine and up until a few weeks ago it worked fine. We had not used it for some time and today we tried to give it another go.
When we build and start the program, everything seems to be fine, there also is this line in the output:
"Visual Leak Detector Version 2.3 installed." and thats it. No "no memory leaks found" and no leaks reported. We also tried the self diagnostics but it did not report the leak.
We really love the vld and would like to continue using it but we can not figure out what is wrong. Is there a way to check where its going wrong?
Thank you!
Comments: If you happen to be using XAudio2, I found that DirectInput must be initialized prior to XAudio2. I have no idea why, but that seemed to fix it for me.
we are using the vld in a small game engine and up until a few weeks ago it worked fine. We had not used it for some time and today we tried to give it another go.
When we build and start the program, everything seems to be fine, there also is this line in the output:
"Visual Leak Detector Version 2.3 installed." and thats it. No "no memory leaks found" and no leaks reported. We also tried the self diagnostics but it did not report the leak.
We really love the vld and would like to continue using it but we can not figure out what is wrong. Is there a way to check where its going wrong?
Thank you!
Comments: If you happen to be using XAudio2, I found that DirectInput must be initialized prior to XAudio2. I have no idea why, but that seemed to fix it for me.