how to include the comctl32.lib library in your application in visual c++

in a site it said
To include the comctl32.lib library in your application, on the main menu, click Project -> Add Existing Item...

but 4rm project...i don't see ane Add Existing Item

Salem commented: Was that the best thread title you could come up with, because it sucks -2

Recommended Answers

All 2 Replies

Go into solution explorer, right click on the project and choose Add Existing

That is wrong anyway. Are you using VC++ 2005 compiler ? If so, then to add a library to the project press Alt + F7 keys and the Property Pages dialog box will appear. Expand Configuration Properties, then expand Linker, select the Input category under Linker. Then on the right side of the window add the library in the Additional Dependencies control.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.