image conversion
| Sat, 2008-05-31 07:43 | |
|
|
hi all , Please help me in solving out the error. i have written the following code in which i create object of CFbsBitmap void CMainViewContainer::ConstructL(const TRect& aRect)Thank in advance Brajesh... Life is too short ! so do as many good things as you can do... |






Forum posts: 30
Do you have LIBRARY fbscli.lib imageconversion.lib in your mmp file?
I can see from the doc CFbsBitmap is defined in fbscli.lib and CImageDecoder in imageconversion.lib so you have to link to these libs using the LIBRARY statement in you mmp
Forum posts: 140
yes , but still not working...
Thanks!
Brajesh...
Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++
Forum posts: 26
Hi,
Can you paste the errors here ??
It would be more easy to see whats the mistake.