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

Threaded View

  1. #1
    Join Date
    Jan 2007
    Posts
    19

    When do I call FreeLibrary()?

    When I create a Rich Edit Control I load the DLL by calling

    LoadLibrary("RichEd20.dll")

    Do I have to call FreeLibrary() at some point? If so, when do I call it? Do I call it when the program ends? Thanks.
    Last edited by vironic; March 21st, 2007 at 08:05 AM.

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