Hi all.

I migrate 4.1 to 4.2 using assabet board.
I have problem that is about pmddi.dll.
In 4.1, lcd driver is made up with linking library. But in 4.2, I cannot
find pmddi.dll.
What should I do in this situation. Please help me, if anybody that have
same experience is here

Best Regards.

Re: PMDDI.dll by Jeff

Jeff
Mon Sep 01 15:34:58 CDT 2003

The way display drivers interact with the power manager changed in CE 4.2
and pmddi.dll is now obsolete. For an example of using the new power
management method, look at the Perm3 sample driver or MQ200 sample driver.

Basically, your display driver needs to call AdvertiseInterface (with
PMCLASS_DISPLAY as the guid, and the name of the dll as the second
parameter) to register with the power manager and then implement a few new
DrvEscape commands (IOCTL_POWER_CAPABILITIES, IOCTL_POWER_QUERY,
IOCTL_POWER_SET, and IOCTL_POWER_GET). The power manager will call
DrvEscape directly when a display device is registered, so pmddi.dll isn't
needed anymore.

--
Jeff Sirois
Windows CE Graphics

This posting is provided "AS IS" with no warranties, and confers no rights.

"S.G.Lee" <sglee@digitalsis.com> wrote in message
news:biut7q$8ag$1@news1.kornet.net...
> Hi all.
>
> I migrate 4.1 to 4.2 using assabet board.
> I have problem that is about pmddi.dll.
> In 4.1, lcd driver is made up with linking library. But in 4.2, I cannot
> find pmddi.dll.
> What should I do in this situation. Please help me, if anybody that have
> same experience is here
>
> Best Regards.
>
>
>
>