![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Expert Programmer
|
Pocket PC's
I'm starting to program for pocket pc's, and i was wondering where the best place is to save files on a pocket pc. Could someone help me please
__________________
|
|
|
|
|
|
#2 |
|
Caffeinated Neural Net
![]() Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,009
Rep Power: 5
![]() |
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.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
|
|
#3 |
|
Expert Programmer
|
I'm planning on programming in C#.Net, and since i'm a complete noob to Pocket PC's, how do i save a file in the Program Files Directory? I know on a regular pc its usually c:\Program Files, is it the same on a Pocket PC?
__________________
|
|
|
|
|
|
#4 |
|
Expert Programmer
|
Does anyone know what the exact path is to the program files directory on a pocket pc?
__________________
|
|
|
|
|
|
#5 | |
|
Caffeinated Neural Net
![]() Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,009
Rep Power: 5
![]() |
Quote:
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pocket PC | Lesliect6 | C++ | 7 | Sep 15th, 2006 5:07 PM |
| Developing for Pocket PC | Carl | Visual Basic .NET | 3 | Feb 13th, 2006 1:36 PM |
| Pocket PC emulator for AMD64? | Kami | Other Programming Languages | 0 | May 28th, 2005 12:43 PM |
| Does .net 2003 has Pocket PC emulator ? | sham | Visual Basic .NET | 1 | Apr 15th, 2005 12:46 AM |