Results 1 to 15 of 15

Thread: [ abandoned]Weird memory-leak when using a (unmanaged) DLL

Threaded View

  1. #1

    Thread Starter
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863

    Angry [ abandoned]Weird memory-leak when using a (unmanaged) DLL

    Hi, I'm using a DLL written in c++ (unmanaged).
    Using this DLL I'm observing a massive memory-leak, which could be located to the unmanaged HeapMemory (using .Net Memory Profiler).

    After doing some tests I figured:
    Using the DLL from a console-application, which is just console-printing the information recieved via the CallBack-Functions the memory usage is constant.
    Changing it to an WindowForm application and just registering empty CallBack functions the memory usage is constant.

    When using the CallBack-functions to create/update objects the meory-leak is present.

    Does anybody have an idea/solution on such a problem.
    Last edited by opus; Sep 12th, 2013 at 01:55 AM.
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width