CLSID_ImagingFactory

I am using CS 2005 Trail version adn POCKET SDK 5.0.
I have created MFC smart application
The following line i am getting linker error.
I have included imaging.lib imgdecmp.lib aygshell.lib pimstore.lib phone.lib.
hr = CoCreateInstance(CLSID_ImagingFactory, NULL, CLSCTX_INPROC_SERVER, __uuidof(IImagingFactory), (void**) &pFactory);
error LNK2001: unresolved external symbol CLSID_ImagingFactory
I have created MFC smart application
The following line i am getting linker error.
I have included imaging.lib imgdecmp.lib aygshell.lib pimstore.lib phone.lib.
hr = CoCreateInstance(CLSID_ImagingFactory, NULL, CLSCTX_INPROC_SERVER, __uuidof(IImagingFactory), (void**) &pFactory);
error LNK2001: unresolved external symbol CLSID_ImagingFactory