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

Search:

Type: Posts; User: carbuet

Search: Search took 0.01 seconds.

  1. Thread: AfxBeginThread

    by carbuet
    Replies
    15
    Views
    9,262

    Re: AfxBeginThread

    Will definitely prove that the program is behaving differently in different machines, possibly different OS/SP. The question is WHY? I compiled it in XP with VS2005, ran it in WIN7. The result is the...
  2. Thread: AfxBeginThread

    by carbuet
    Replies
    15
    Views
    9,262

    Re: AfxBeginThread

    I tried with VS2010. After running it for 4hrs it show 400KB increase. Pls see the attached snapshots.
  3. Thread: AfxBeginThread

    by carbuet
    Replies
    15
    Views
    9,262

    Re: AfxBeginThread

    Stay constant.
  4. Thread: AfxBeginThread

    by carbuet
    Replies
    15
    Views
    9,262

    Re: AfxBeginThread

    Thank you for your reply. I have attached the project. Running it in debug mode I found 200KB mem increase in 20mins.
  5. Thread: AfxBeginThread

    by carbuet
    Replies
    15
    Views
    9,262

    Re: AfxBeginThread

    Thank you for your comment. But my main thread never exits. The threads are created from OnInitDialog().
  6. Thread: AfxBeginThread

    by carbuet
    Replies
    15
    Views
    9,262

    AfxBeginThread

    Something I am not being able to understand. I am using VC2005. In MFC I am creating threads repeatedly. The thread is basically doing nothing. Its an empty block. So, there should not be any memory...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured