Hi all,


I have an application that loads lots of PNG images upon starting. This
process takes around 5 seconds on a Windows Mobile 4.2 device, but on a
Windows Mobile 5.0 device (i-mate K-JAM), it takes like a whole minute.

Any idea why?


Thanks,
Yudi

Re: Windows Mobile 5.0 Really Slow by Chris

Chris
Mon Oct 10 06:46:25 CDT 2005

Hi,

Are you getting those timings in debug or release mode? I have an app that
loads a lot of images (GIF) and it takes forever in debug mode. Before I
tried to change anything though I built a release mode version and it runs
at an acceptable speed, so I'm ignoring the issue for now.


> I have an application that loads lots of PNG images upon starting. This
> process takes around 5 seconds on a Windows Mobile 4.2 device, but on a
> Windows Mobile 5.0 device (i-mate K-JAM), it takes like a whole minute.
>
> Any idea why?



Re: Windows Mobile 5.0 Really Slow by yudilevi

yudilevi
Mon Oct 10 07:11:58 CDT 2005

Hi Chris and thanks for the response,

I got these timings in release mode. Please note that the executable is
the same one for both platforms though, as I prefer releasing a single
executable file. I didn't compile a WM 5.0 specific executable.

Thanks,
Yudi


Re: Windows Mobile 5.0 Really Slow by Robert

Robert
Mon Oct 10 22:02:29 CDT 2005

Would you happen to be using imgdecmp.dll for this?

--
-Robert Levy
Program Manager, Windows Mobile Developer Experience
http://blogs.msdn.com/windowsmobile

<yudilevi@gmail.com> wrote in message
news:1128941346.624822.228960@g43g2000cwa.googlegroups.com...
> Hi all,
>
>
> I have an application that loads lots of PNG images upon starting. This
> process takes around 5 seconds on a Windows Mobile 4.2 device, but on a
> Windows Mobile 5.0 device (i-mate K-JAM), it takes like a whole minute.
>
> Any idea why?
>
>
> Thanks,
> Yudi
>



RE: Windows Mobile 5.0 Really Slow by GaryHart

GaryHart
Wed Oct 12 15:23:02 CDT 2005

Did you disable the AntiVirus on the K-Jam yet? Until you do so, it will be
slow when processing many PNG files. Go over to the forums at HowardForums
dot com and read up on disabling the AntiVirus.

"yudilevi@gmail.com" wrote:

> Hi all,
>
>
> I have an application that loads lots of PNG images upon starting. This
> process takes around 5 seconds on a Windows Mobile 4.2 device, but on a
> Windows Mobile 5.0 device (i-mate K-JAM), it takes like a whole minute.
>
> Any idea why?
>
>
> Thanks,
> Yudi
>
>

Re: Windows Mobile 5.0 Really Slow by yudilevi

yudilevi
Mon Oct 24 05:24:37 CDT 2005

Well, kinda. WM 5.0 has a different dll (I believe it's imaging.dll),
and I use this one.

Yudi