CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ANSI + UNICODE

  1. #1
    Guest

    ANSI + UNICODE

    Unfortunately I'm forced to use an ANSI DLL together with UNICODE DLLs. When removing the ANSI DLL from memory there are many remaining memory leaks of CDynLinkLibrary UNICODE objects that cannot be removed.

    I'm helpless how to prevent these leaks. Can someone help me?


  2. #2
    Join Date
    Mar 2001
    Location
    Colorado
    Posts
    241

    Re: ANSI + UNICODE

    We are having the same problem here. We just converted our application to be unicode compliant and we have CDynLinkLibrary memory leaks as well. Have you found a solution for this problem?



    Wade

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