CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    7

    ATL - freeing memory



    We use 'CoCreateInstance' to create the object, and '->Release()' to release it.


    The DLL is still in memory, and we want it to free itself.


    Thanks,



  2. #2
    Join Date
    Mar 1999
    Posts
    6

    Re: ATL - freeing memory





    Call CoFreeUnusedLibraries()

  3. #3
    Join Date
    Mar 2001
    Posts
    11

    Re: ATL - freeing memory

    Check the count returned by release in debug I bet it isn't 0


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

Featured