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

Thread: DLL listings

  1. #1
    Join Date
    Mar 1999
    Posts
    1

    DLL listings



    I am working with VC++ v5.0 on NT4.0 SP3. Is there an API to check out

    what DLL's that are loaded (implicit or explicit) within an application ?


    Thanks in advance / Lars Lundkvist



  2. #2
    Join Date
    Sep 1999
    Posts
    9

    Re: DLL listings

    Go to Menu Debug/moduels u will get list of dll
    which are loded


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