| lectricpharaoh |
Jun 14th, 2007 7:28 PM |
If the files comprise a software installation, you might want to save them in the \Program Files directory. If they're data files (.MP3s, pictures, whatever), my suggestion is a big removable storage card. Most PDAs these days have either a Secure Digital card slot (up to 2G, or higher if it supports SDHC) or CompactFlash slot. The latter comes in large sizes, and it's fast, and you can even get little hard drives (MicroDrives, formerly manufactured by IBM, now by Toshiba I think).
What language were you planning on using? You can use VB.NET (ugh) or C#.NET, or you can write native code using C++. The latter will be harder, but likely yield higher-performance code. Using a .NET language, though, will be a lot easier, and may well yield smaller executables- as the framework is already in ROM, you don't need large .DLLs or huge statically-linked executables.
|