Library file in VC++

Discussion in 'MFC' started by sibu, Mar 21, 2007.

  1. sibu

    sibu New Member

    Joined:
    Mar 27, 2005
    Messages:
    16
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    I have some 3-4 files. Would like to know how to create a library file for these,so that I can use the same in make file? What is command for that?

    thanking you

    Sibu
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    What do you mean by Library file. Do you mean the dll and lib?
     
  3. sibu

    sibu New Member

    Joined:
    Mar 27, 2005
    Messages:
    16
    Likes Received:
    0
    Trophy Points:
    0
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Just compile the dll project and will generate the output in dll as well as lib. If you have an executable project you need to convert that into a dll project.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice