I want to use a new pm.dll in my image that was sent from microsoft to
display debug messages. So I replaced the old pm.dll with the new one
in my release directory, the platform retail directory, and all other
directories that I saw pm.dll in. Then I did a makeimg and downloaded
the new image to my device

After bootup, I don't see any debug messages. When I look in the
windows directory on the device, I see that the old pm.dll is there,
because the file size is much smaller than the new one with debug
messages. So this is where I'm stuck. I searched the whole hard drive
for any instances of the old pm.dll and none exist. Any suggestions?

Re: makeimg with new pm.dll by Sue

Sue
Thu Feb 01 14:44:43 CST 2007

If you are working on Windows Mobile, I don't think you can replace pm.dll.
If it's just plain Windows CE I think this should work, so check that your
makeimg succeeded and took the right file.

Hope that helps,

Sue
sloh@microsoft.com (remove "online" from reply-to address)
http://blogs.msdn.com/ce_base/
_____________________________________________________________
This posting is provided "AS IS" with no warranties, and confers no rights.
_____________________________________________________________



Re: makeimg with new pm.dll by Dante

Dante
Fri Feb 02 10:43:17 CST 2007

I am using Windows Mobile. I think there has got to be a way to do it.
Anyone have an ideas?


Re: makeimg with new pm.dll by K

K
Sun Feb 04 20:52:09 CST 2007

I am afraid not, while the PM.DLL is in MSXIPKERNEL packages which is a
prebuilt package built and *SIGNED* by MSFT.
The only way we have successed on replacing the PM.DLL is using HYBRID mode,
but it is just for debugging purpose never for shipping.
The DevieEmulator dose support hybrid mode setting, one could start from it.

"Dante" <dante444@hotmail.com>
???????:1170434597.813132.228840@a75g2000cwd.googlegroups.com...
>I am using Windows Mobile. I think there has got to be a way to do it.
> Anyone have an ideas?
>