Re: Starting Emulator? by Sebastian
Sebastian
Tue Jan 20 04:10:12 CST 2004
Ok, but what Lee is also asking (and i need to know that too..) is how about
starting PIE and pass also the Page that's wanted to be browsed as a
parameter too.
Is there any way to achieve this?
Sebastian
"leonardo_garces (removethis) @mvps.org"
<anonymous@discussions.microsoft.com> wrote in message
news:01ed01c3c509$58a742c0$a101280a@phx.gbl...
>-----Original Message-----
>
>Hello all,
>
>I've downloaded embedded C, Pocket 2003 SDK and
ActiveSync. Is there a
>way to start the pocket pc emulator free standing and
test webpages for PIE?
>
>I can't seem to figure this out and any help would be
greatly apprecated.
>
>
>--
>
>Warm Regards,
>
>Lee
>
>.
>
Hi Lee
You can run the Emulator from the command line. In the
directory where you installed Microsoft Visual
Studio® .NET, the executable (.exe) file for the Emulator
is located in CompactFrameworkSDK\ConnectionManager\Bin.
The name of the executable file is Emulator.exe.
The following code example shows a sample of the syntax
for running the Emulator from the command line.
Emulator /CEImage Nk.bin /Video 800x600x16 /Ethernet true
You can specify a number of options when you run the
Emulator from the command line. You can specify these
options in any order. You must precede each option with a
forward slash (/) character. You can view the options for
the Emulator at the command line by typing the following
command.
Emulator /help