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

Search:

Type: Posts; User: akansuki

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    10,935

    Re: Deadlock on device context

    I can try to track memory usage while the program is running but as soon as deadlock appears I am unable to see anything since program is running in fullscreen mode. Besides, memory leak is not the...
  2. Replies
    10
    Views
    10,935

    Re: Deadlock on device context

    So far I couldn't recognize any pattern, it usually runs for ~half an hour. I can check how many times that picture is displayed before deadlock but I can tell you in advance that it's not always the...
  3. Replies
    10
    Views
    10,935

    Re: Deadlock on device context

    Sorry my bad, I haven't copy/pasted all code blocks from methods. So there is a map to store pictures and masks (in order to load each picture only once). I have tried without picture caching and...
  4. Replies
    10
    Views
    10,935

    Re: Deadlock on device context

    Mask bitmap is created only once per image (on firs use) and reused later on. It is kept in a map. That part of code is missing here.
  5. Replies
    10
    Views
    10,935

    Deadlock on device context

    Hi all,
    Let me share few codeblocks with you, hoping that someone would se something strange.

    Here's method used to draw both opaque and transparent images, I've left only part of code related...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured