How use AknIconUtils ?

Login to reply to this topic.
Thu, 2005-09-15 23:53
Joined: 2005-09-04
Forum posts: 19
I am trying use AknIconUtils:

AknIconUtils *myAknIconUtils;

myAknIconUtils->ScaleBitmapL(
TSize(176,178) ,imagetarget,imagesource);

but I recieve Link error: undefined reference to AknIconUtils::ScaleBitmapL

I have added "library aknicon.lib" to my MMP and recompiled.


Please help

Many thanks


diluo

Tue, 2005-09-20 17:20
Joined: 2005-09-04
Forum posts: 19
Re: How use AknIconUtils ?
please help
Sat, 2007-12-01 20:28
Joined: 2007-09-21
Forum posts: 7
Re: How use AknIconUtils ?

aAAAa somebody help !!!

Mon, 2007-12-03 05:20
Joined: 2004-07-09
Forum posts: 108
Re: How use AknIconUtils ?

Hi,

If you look at the heder file , this ScaleBitmapL is a static function. You can use this with
class name & scope resoulution rather than using pointer type object.

AknIconUtils :: ScaleBitmapL(TSize(176,178) ,imagetarget,imagesource);

Hope it will help you,

Regards,
Dipak


DipakBaviskar

  • Login to reply to this topic.