I made a today program with embedded c++, it works with the emulator without
problems. But I installed the dll into an HP iPaq 6340 and when i make the
soft reset the machin doesn't start properly. I have to finish with a hard
reset. I don't know if may be the problem is the "processator" I compile the
dll like ARM.
Any help ?

Thank's

Re: Soft Reset by Chris

Chris
Wed Jul 20 01:42:38 CDT 2005

I ran into a similar problem when my Today screen plugin called
SHGetFileInfo() from inside the InitializeCustomItem() export, to get icons
for some files. I changed my code to defer getting the icons until they
were actually needed (in response to the first WM_PAINT message received by
my plugin's window). Because your Today screen plugin gets loaded while the
device is in the process of booting, not all system calls are available yet.


"ooooscar" <oscarjofre1@hotmail.com> wrote in message
news:eLLuKGIjFHA.1968@TK2MSFTNGP14.phx.gbl...
>I made a today program with embedded c++, it works with the emulator
>without
> problems. But I installed the dll into an HP iPaq 6340 and when i make the
> soft reset the machin doesn't start properly. I have to finish with a hard
> reset. I don't know if may be the problem is the "processator" I compile
> the
> dll like ARM.



Re: Soft Reset by ooooscar

ooooscar
Thu Jul 21 02:07:19 CDT 2005

It was the problem, really thank's !!!!!

"Chris Antos" <chrisant@premier1.net> escribió en el mensaje
news:uJ418YPjFHA.4028@TK2MSFTNGP10.phx.gbl...
> I ran into a similar problem when my Today screen plugin called
> SHGetFileInfo() from inside the InitializeCustomItem() export, to get
icons
> for some files. I changed my code to defer getting the icons until they
> were actually needed (in response to the first WM_PAINT message received
by
> my plugin's window). Because your Today screen plugin gets loaded while
the
> device is in the process of booting, not all system calls are available
yet.
>
>
> "ooooscar" <oscarjofre1@hotmail.com> wrote in message
> news:eLLuKGIjFHA.1968@TK2MSFTNGP14.phx.gbl...
> >I made a today program with embedded c++, it works with the emulator
> >without
> > problems. But I installed the dll into an HP iPaq 6340 and when i make
the
> > soft reset the machin doesn't start properly. I have to finish with a
hard
> > reset. I don't know if may be the problem is the "processator" I compile
> > the
> > dll like ARM.
>
>