Hi,
I've tried to use class CPAlbImageViewerBasic to display jpg picture.
I've read a lot of articles in this forum about it. I know I need append to my mmp-file row "LIBRARY Palbview.lib", but still I have problems with it.
<code>
CPAlbImageViewerBasic* iiViewer = CPAlbImageViewerBasic::NewL(this, Rect());
. . .
</code>
error LNK2019: unresolved external symbol "public: void __thiscall CPAlbImageViewerBasic:: ...
I use VS2003 + Carbide. If I change the mmp-file, VS show error and ask me "this file (mmp) has been modified outside of the source editor. Do you want to reload it?"
If I confirm Yes, the row LIBRARY ... is marked as a comment (like // LIBRARY...)
I really don't know how this problem solve.
I will be very happy for some tips.
(sorry for my english)
Thanks



