CxImage

Hi ,
I am trying to be familiar with CxImage labrary .
I have compiled to labrary
I have done all the setting of the project for the labrary .
But when i run the project i get the error as

error LNK2019: unresolved external symbol "public: __thiscall CxImage::CxImage(unsigned int)" (??0CxImage@@QAE@I@Z) referenced in function "protected: __thiscall CAgo1gue2View::CAgo1gue2View(void)" (??0CAgo1gue2View@@IAE@XZ)


I am using VC++ 2005 editor .
Any help is apriciated .
Thanks,
xxx
You're not linking to the right .lib file.

I'm not at all familiar with CxImage, so I don't know details, but there's going to be one or more .lib files that you'll have to add to your project's linker settings.
Topic archived. No new replies allowed.