error in unknown location
| Thu, 2007-11-15 16:40 | |
|
Hi, 1.Undefined symbol: 'CFbsBitmap::CFbsBitmap(void) (??0CFbsBitmap@@QAE@XZ)'[] 3.Undefined symbol: 'class TSize CFbsBitmap::SizeInPixels(void) const (?SizeInPixels@CFbsBitmap@@QBE?AVTSize@@XZ)'[] I think probably errors are in 2 classes (which I have pasted below):- 1. TAKING image IMAGE TAKER CLASS void CSnapTaker::ReserveComplete(TInt aError) void CSnapTaker::PowerOnComplete(TInt aError) iCamera->PrepareImageCaptureL(CCamera::EFormatFbsBitmapColor16M,0); void CSnapTaker::ViewFinderDirectScreenAccessL() iCamera->CaptureImage(); void CSnapTaker::ViewFinderBitmapsL() void CSnapTaker::ViewFinderFrameReady(CFbsBitmap& aFrame) void CSnapTaker::ImageReady(CFbsBitmap* aFrame,HBufC8* aData,TInt aError) void CSnapTaker::FrameBufferReady(MFrameBuffer* aBuffer,TInt aError) } ENCODER CLASS void CSmsEncoder::ConstructL() void CSmsEncoder::EncodeImageToBuffer(CFbsBitmap& aBitmap, HBufC8*& aDestBuffer) |
|






Forum posts: 37
Hi,
Problem Solved:-
I did not include required libraries
Thanx