Thread: Creating Static and Dynamic Library

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    23

    Creating Static and Dynamic Library

    Hi,
    I want to know how to create static(.lib) and dynamic libraries in windows without using any ide like visual C++, like we do in linux using command line utilities.

    Thanks,
    Arka

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    That's going to depend a whole lot on what compiler you are using...

    Dynamic-Link Libraries (Windows)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Static library vs Dynamic library
    By Alegomaster in forum C Programming
    Replies: 5
    Last Post: 03-17-2011, 07:26 PM
  2. Creating a static library that depends on other libraries
    By maverickbu in forum C++ Programming
    Replies: 2
    Last Post: 11-26-2007, 02:27 PM
  3. /MD or /MT? dynamic or static
    By siavoshkc in forum Tech Board
    Replies: 5
    Last Post: 10-02-2006, 04:24 AM
  4. Replies: 19
    Last Post: 01-12-2006, 11:04 AM
  5. static and dynamic
    By chrismiceli in forum C Programming
    Replies: 1
    Last Post: 08-18-2003, 09:19 PM