Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Floating Progress Ball Problem

0 replies · 1,980 views · Started 14 February 2006

Hi all,

currently i'm working on Series 80 platform.
i faced some linking error when i use Floating progress ball control..

my code snippet is as follows..

TInt KProgressBallX=200;
TInt KProgressBallY=200;
CCknFloatingProgressBall* iFloatingProgressBall;
TPoint location = TPoint(KProgressBallX, KProgressBallY);
iFloatingProgressBall = CCknFloatingProgressBall::NewL(_L("Floating progress Ball..."😉, &location);
iFloatingProgressBall->SetTextL(_L("Floating progress Ball..."😉);

//inside destructor...

delete iFloatingProgressBall;

i've included cknflopr.h and linked against cknctl.lib

i got linking errors.

plz throw some light on it..

Regards
CodePupil