CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: numbertea

Search: Search took 0.01 seconds.

  1. Re: crashes after displaying 100 bars??? help please.

    Thanks for your help. I cleaned things up a little and decided to use stock objects and just change the colors. This way a memory leak is not even possible. Realizing it is a bad programming fopa, I...
  2. Re: crashes after displaying 100 bars??? help please.

    Yes, I realize the arrays start at 0. For ease of visualizing the pixels myself I declare the arrays with one extra index so that I can start with index 1 instead of zero. Am I correct in this...
  3. Re: crashes after displaying 100 bars??? help please.

    Thanks, I totally missed that division by zero issue there. When testing I use a constant and know that that is not the issue however. I will try this repost with the code tags, great suggestion....
  4. crashes after displaying 100 bars??? help please.

    I have written a MFC dll to interact with an API and it is run by the target program. the first 100 bars are drawn properly but then the program ceases to operate. I am guessing I have a memory leak...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured