Hi jules and everybody !
I am using Juce 1.26 (I have to update !) and Visual Studio.NET 2003. I have a problem in my code and I have some difficulties to find where : during the execution of my program, I use some very big vectors, with a lot of CPU power needs, and at the end of the processing I get frequently some bugs in the GUI, like characters or buttons diseappearing… I imagine it’s a problem about objects’ initialization, but Visual Studio.NET never reports memory leaks when I close the program…
How can I detect where are the problems in my code ? Thanks !