CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2000
    Posts
    30

    Conversion of Dll to a Lib

    Hi,
    I am having a dll file and I have to convert it to a static link library.I don't even have the source code of the dll with me.
    Somebody out there please help me out with this.
    Thanx in advance,
    Anurag.


  2. #2
    Join Date
    Aug 1999
    Location
    Canada
    Posts
    2,076

    Re: Conversion of Dll to a Lib

    You can use DUMPBIN and LIB utility. Information how to do it is here:

    http://support.microsoft.com/support.../Q131/3/13.asp


  3. #3
    Join Date
    Mar 2000
    Posts
    30

    Re: Conversion of Dll to a Lib

    Thanx a lot.It really solved the problem.


  4. #4
    Join Date
    Feb 2022
    Posts
    1

    Re: Conversion of Dll to a Lib

    Hello @anu_rag, How did this solved your query. I know I'm too late, but I'm also facing this now with my DLL Files.
    Could you please let me know?
    Thanks
    Last edited by 2kaud; February 24th, 2022 at 05:10 AM. Reason: Link removed so not treated as spam

  5. #5
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Conversion of Dll to a Lib

    As anu_rag pointed out more than 21 jears back the MS KB article Q131313 could help him to solve the problem.
    I understand that that old link from post#2 is now not valid though...
    So have a look at https://www.google.com/search?q=Q131...hrome&ie=UTF-8
    Victor Nijegorodov

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