RE: Where's a good place to start with Pocket PC apps. by mark
mark
Wed Nov 03 08:14:15 CST 2004
Thanks, that was some good information. Raises more questions too... such as,
if there are no device drivers, items are attached to root, how about GPS, or
maybe a barcode reader? On most PC barcode readers, the input is fed in as
keyboard presses. Any ideas on how that would work with a PPC barcode device?
""Peter Huang"" wrote:
> Hi Mark,
>
> Yes, the file structure in PPC is similar with windows desktop FS. The
> difference is that in PPC there is no driver concept, all the file
> including the extended memory card is attach under the root directory.
> e.g.
> \Test may pointed to the extended memory card storage.
> while
> \Test1\test2 is folder on the PPC buildin flash memory.
>
> XML document class partially supported by compact framework, that is to say
> we can parse the xml file in the PPC.
> For detailed information you may need to consult the MSDN, for those
> property or method which is not marked with
> "Supported by the .NET Compact Framework" that means the method will not
> work on .net compact framework.
>
> If you still have any concern, please feel free to post here.
>
> Best regards,
>
> Peter Huang
> Microsoft Online Partner Support
>
> Get Secure! - www.microsoft.com/security
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>