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

Search:

Type: Posts; User: MartijnHoekstra

Search: Search took 0.01 seconds.

  1. Replies
    32
    Views
    15,144

    Re: FindWindow() issue

    EnumWindows() is what I would use in this case too.
  2. Replies
    9
    Views
    1,640

    Re: Sudden Malloc failure

    Hi Paul, thanks for the explanation.

    What still puzzles me:
    - How can it be explained that in most of the time, the "application" is able to free the memory?
    - Why dont I see the application...
  3. Replies
    9
    Views
    1,640

    Re: Sudden Malloc failure

    I understood that dynamic loading of DLL will make the DLL run in the same memory heap as application.
    This should allow a free to be done by application, which I see succeeding 99% of the time.
  4. Replies
    9
    Views
    1,640

    Sudden Malloc failure

    Hi,

    A malloc done in a DLL fails at some point in time.
    With failing I mean, it hangs. It does not return a pointer, nor does it return NULL. It just hangs.

    Situation:
    - Application...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured