Thread: Dev-c++

  1. #1
    Registered User
    Join Date
    Mar 2005
    Posts
    2

    Dev-c++

    How do I add the comctl32.lib in Dev-C++ so I can call the function InitCommonControlsEx.
    Thanks
    Bob

  2. #2
    Attack hamster fuh's Avatar
    Join Date
    Dec 2002
    Posts
    176
    Straight from the help:
    Linking your library :

    Click on Project menu then on Options. Now click on the Parameters sheet.



    In the Linker edit box, you can specify as many libraries as you need. You can also pass the complete filename of the library.
    Example : -lwx –lm –lwsock32 c:\libs\mylib.a c:\objs\myobj.o

    You may also use the Add Library or Object button to select your library from a list.
    Stupid things pop singers say

    "I get to go to lots of overseas places, like Canada."
    - Britney Spears

    "I love what you've done with the place!"
    -Jessica Simpson upon meeting the Secretary of Interior during tour of the White House

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Whats better, C-Free or Dev C++??
    By i_can_do_this in forum Tech Board
    Replies: 10
    Last Post: 07-07-2006, 04:34 AM
  2. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  3. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  4. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 3
    Last Post: 03-08-2004, 08:47 PM
  5. DEV C++ Limitations?
    By Kirdra in forum Game Programming
    Replies: 3
    Last Post: 09-09-2002, 09:40 PM