Page 1 of 1

error LNK2001:unresolved external symbol CLS

PostPosted: May 23, 2006 @ 11:19am
by vclover
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


Thanks.

PostPosted: May 23, 2006 @ 3:23pm
by Conan
The PocketFrog forum discusses the imaging factory stuff so those posts will probably help.