How to link lib in vc++ in visual studio.net
I want to add commctl32.lib in my project.
Printable View
How to link lib in vc++ in visual studio.net
I want to add commctl32.lib in my project.
Right-click the project name in solution explorer, then properties.
Find the linker section, and add it to the "input" section.
That was for VC++7.
For VC++6 go to Project->Project Settings->Linker and add to input.
He specifically asked for VC++7......
yeah, in a way
just didn't see it
Thanks all I got it.