Hi,
I created a custom run-time image file, but its not executing in the
emulator. The emulator window appears but the screen is always black.

I am executing the following statement from command line -

start "" "C:\Program Files\Windows CE
Tools\Common\Platman\bin\Emulator_500.exe" /CEImage
"C:\WINCE500\PBWorkspaces\myworkspace\RelDir\Emulator_x86_Debug\NK.bin"
/ethernet virtualswitch /MemorySize 48

There is no change even when i use a skin.

Please help.

Re: Nk.bin not executing in emulator by Valter

Valter
Tue Sep 28 02:21:13 CDT 2004

=?Utf-8?B?c2hhbmtz?= <shanks@discussions.microsoft.com> wrote in
news:4924444C-5063-4407-9AB0-C9532F6D0E4A@microsoft.com:

> Hi,
> I created a custom run-time image file, but its not executing in
> the emulator. The emulator window appears but the screen is always
> black.
>
> I am executing the following statement from command line -
>
> start "" "C:\Program Files\Windows CE
> Tools\Common\Platman\bin\Emulator_500.exe" /CEImage
> "C:\WINCE500\PBWorkspaces\myworkspace\RelDir\Emulator_x86_Debug\NK.
> bin" /ethernet virtualswitch /MemorySize 48
>

If it's a debug image you should have kitl, kernel debugger and ceshell
enabled and you should launch it using Platform Builder.
If you need a "stand alone" emulator image, deselect the debugging
related options and build it in release.

P.S. check that the emulator works with an image provided with one of
the microsoft SDKs (Standard, PocketPC) and that the image is built
with the same release of CE that the emulator support.

--
Valter Minute
vminute@inwind.it (the reply address of this message is invalid)

Re: Nk.bin not executing in emulator by shanks

shanks
Tue Sep 28 02:47:01 CDT 2004

How do i disable kitl and ceshell for release version ? i have put debugger
as none in "connectivity options".

Is it that simple to choose "Emulator x86 release" from drop down menu on
the main page of PB 5.0 eval ?

"Valter Minute" wrote:

> =?Utf-8?B?c2hhbmtz?= <shanks@discussions.microsoft.com> wrote in
> news:4924444C-5063-4407-9AB0-C9532F6D0E4A@microsoft.com:
>
> > Hi,
> > I created a custom run-time image file, but its not executing in
> > the emulator. The emulator window appears but the screen is always
> > black.
> >
> > I am executing the following statement from command line -
> >
> > start "" "C:\Program Files\Windows CE
> > Tools\Common\Platman\bin\Emulator_500.exe" /CEImage
> > "C:\WINCE500\PBWorkspaces\myworkspace\RelDir\Emulator_x86_Debug\NK.
> > bin" /ethernet virtualswitch /MemorySize 48
> >
>
> If it's a debug image you should have kitl, kernel debugger and ceshell
> enabled and you should launch it using Platform Builder.
> If you need a "stand alone" emulator image, deselect the debugging
> related options and build it in release.
>
> P.S. check that the emulator works with an image provided with one of
> the microsoft SDKs (Standard, PocketPC) and that the image is built
> with the same release of CE that the emulator support.
>
> --
> Valter Minute
> vminute@inwind.it (the reply address of this message is invalid)
>

Re: Nk.bin not executing in emulator by Valter

Valter
Tue Sep 28 03:46:34 CDT 2004

=?Utf-8?B?c2hhbmtz?= <shanks@discussions.microsoft.com> wrote in
news:44DA7CC8-5C47-433B-96BA-824C638078A6@microsoft.com:

> How do i disable kitl and ceshell for release version ? i have put
> debugger as none in "connectivity options".
>
> Is it that simple to choose "Emulator x86 release" from drop down
> menu on the main page of PB 5.0 eval ?
>

You've to choose "Emulator x86 release" from the drop down menu, then
select "Settings..." from the "Platform" menu.
The "Platform Settings" dialog will open.
Move to the "Build options" tab and de-select all the check-boxes.
Re-build your platform and use the generated nk.bin in the emulator.

--
Valter Minute
vminute@inwind.it (the reply address of this message is invalid)

Re: Nk.bin not executing in emulator by shanks

shanks
Tue Sep 28 05:57:02 CDT 2004

Thanks a lot. It worked with comannd line launch of emulator.

"Valter Minute" wrote:

> =?Utf-8?B?c2hhbmtz?= <shanks@discussions.microsoft.com> wrote in
> news:44DA7CC8-5C47-433B-96BA-824C638078A6@microsoft.com:
>
> > How do i disable kitl and ceshell for release version ? i have put
> > debugger as none in "connectivity options".
> >
> > Is it that simple to choose "Emulator x86 release" from drop down
> > menu on the main page of PB 5.0 eval ?
> >
>
> You've to choose "Emulator x86 release" from the drop down menu, then
> select "Settings..." from the "Platform" menu.
> The "Platform Settings" dialog will open.
> Move to the "Build options" tab and de-select all the check-boxes.
> Re-build your platform and use the generated nk.bin in the emulator.
>
> --
> Valter Minute
> vminute@inwind.it (the reply address of this message is invalid)
>