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

Thread: DLL and LIB

  1. #1
    Join Date
    Jun 2002
    Posts
    2

    Cool DLL and LIB

    One small question from sunny sweden

    I have a problem.
    I am doing some coding in OpenGL and i include opengl32.lib.

    I want to use the lib-file for my 3d-card. I dont have a lib file for it but could i convert mygrafcard.dll to mygrafcard.lib ????

    Cowboy

    Happy Hacking. Don't forget to eat and sleep

  2. #2
    Join Date
    May 2002
    Location
    United Kingdom
    Posts
    13
    Yes u can create a .lib file from a .dll file. If i rememebr right there is a utility from borland (implib.exe) which creates a .lib from a .dll file.

    You may find some utilities on the web which does this if not from borland.

    V

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