05-21-2007 06:20 AM
05-21-2007 12:01 PM
Hi Chris,
Are you using an older embedded Visual C++ 4.0 target? This target uses capital letters for the name (i.e., POCKET PC 2003 Device vs the newer Pocket PC 2003 Device). The deploy aliases file option is not available (and greyed out) for this older target. I'd suggest replacing the eVC++4.0 target with the newer target that comes with the PDA/Touch Panel Module.
The default IP address used by the built application is the IP address of the host at the time the application is built. You can view the default IP address of the host on the "Machine Aliases" page of the build specification or on the host device property page. You need to deploy the aliases file only if the IP address of the host is going to be different when you move the system to a different site. If the IP address stays the same (fixed), then you don't need to deploy the aliases file. You can read mode about this topic here.
05-21-2007 02:43 PM