
ATL::CImageList link error
Add comctl32.lib to the list of libraries in Project | Settings | Linker
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat, and
wrong." H.L. Mencken
Quote:
> hi all
> in ATL project i use ATL::CImageList. When i build my application (in
link)
> i receive this error
> referenced in function "public: int __thiscall
> ATLControls::CImageList::Create(int,int,unsigned int,int,int)"
> as far i understand i must link my application with same lib, but what
kind
> lib?