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

Re: Starting Emulator? by Mike

Mike
Mon Dec 15 09:49:14 CST 2003

Lee wrote:

>
> 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.
>
>
Try the start menu shortcut.


Starting Emulator? by leonardo_garces

leonardo_garces
Wed Dec 17 19:50:42 CST 2003


>-----Original Message-----
>
>Hello all,
>
>I've downloaded embedded C, Pocket 2003 SDK and=20
ActiveSync. Is there a=20
>way to start the pocket pc emulator free standing and=20
test webpages for PIE?
>
>I can't seem to figure this out and any help would be=20
greatly apprecated.
>
>
>--=20
>
>Warm Regards,
>
>Lee
>
>.
>

Hi Lee

You can run the Emulator from the command line. In the=20
directory where you installed Microsoft Visual=20
Studio=AE .NET, the executable (.exe) file for the Emulator=20
is located in CompactFrameworkSDK\ConnectionManager\Bin.=20
The name of the executable file is Emulator.exe.

The following code example shows a sample of the syntax=20
for running the Emulator from the command line.

Emulator /CEImage Nk.bin /Video 800x600x16 /Ethernet true=20
You can specify a number of options when you run the=20
Emulator from the command line. You can specify these=20
options in any order. You must precede each option with a=20
forward slash (/) character. You can view the options for=20
the Emulator at the command line by typing the following=20
command.

Emulator /help





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