Thread: .lib

  1. #1
    Registered User C_Coder's Avatar
    Join Date
    Oct 2001
    Posts
    522

    .lib

    Does anyone know which library these following functions are found in:
    Code:
    InitCommonControlsEx
    CreateUpDownControl
    CreateStatusWindow
    I know their in the <commctrl.h> header but need to know which library.
    Thanks.
    All spelling mistakes, syntatical errors and stupid comments are intentional.

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    88
    oh come on!

    80MB download of the platform sdk and you never have to ask such questions... and online you can search the msdn...

    comctl32.lib
    Hope you don't mind my bad english, I'm Austrian!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to work with a .LIB in C++ (IDE:Visual Studio 6)
    By Arkanos in forum C++ Programming
    Replies: 4
    Last Post: 03-30-2007, 12:16 PM
  2. How to properly use a .lib file?
    By Kurisu33 in forum C++ Programming
    Replies: 6
    Last Post: 09-28-2006, 08:19 PM
  3. Replies: 4
    Last Post: 07-06-2006, 02:53 AM
  4. what is the use of a .lib file
    By studentc in forum C Programming
    Replies: 2
    Last Post: 02-02-2006, 09:50 AM
  5. using .lib with gcc?
    By MovingFulcrum in forum C++ Programming
    Replies: 2
    Last Post: 04-03-2002, 10:06 AM