Log in

View Full Version : DDK for PPC 2002


ChrisKemmerer
05-08-2003, 09:54 PM
Does anyone know where to get the DDK for PocketPC 2002. I have the embedded Visual Tools package and SDK that comes with it but I can't find any information on device drivers.

Ian Hanschen
05-21-2003, 05:09 PM
You'll need the Platform Builder 3.0 evaluation kit to get the DDK headers and documentation.
-Ian

ChrisKemmerer
05-21-2003, 09:12 PM
Thanks. Where can I get the eval copy?

Ian Hanschen
05-21-2003, 10:36 PM
Unfortunately they've taken down the link for 3.0.

There is a list of what's changed for drivers *somewhere* for 4.x, but I can't find it.

You can get the "emulation edition" of 4.2 here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=A4A339CE-5E2E-43C9-8C37-3C5297AA9590&displaylang=en

Basically this will get you everything you need as far as samples, documentation, and headers.

Of interest are the sample drivers in:
WINCE420\PUBLIC\COMMON\OAK\DRIVERS

The internal headers in:
WINCE420\PUBLIC\COMMON\OAK\INC

The DDK headers in:
WINCE420\PUBLIC\COMMON\DDK\INC

-Ian