www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++.windows - comctl32.lib

↑ ↓ ← jay_a_carlson yahoo.com writes:
I have a simple windows program that compiles and runs on Visual C++ 6.0, and
DevC++ 4.9.9 something so I know the program works.  I just need to get the
comctl32.lib to link in with the project.  I tried a lot of different ways and
it still gives me the same errors. ie undefined identifier INITCOMMONCONTROLSEX
stuff.

Any help is greatly appreciated.
Jay
Dec 22 2004
↑ ↓ → "Walter" <newshound digitalmars.com> writes:
What does your command to the linker look like?

<jay_a_carlson yahoo.com> wrote in message
news:cqbchk$25qs$1 digitaldaemon.com...
 I have a simple windows program that compiles and runs on Visual C++ 6.0,

 DevC++ 4.9.9 something so I know the program works.  I just need to get

 comctl32.lib to link in with the project.  I tried a lot of different ways

 it still gives me the same errors. ie undefined identifier

 stuff.

 Any help is greatly appreciated.
 Jay

Dec 27 2004