Hi,
Can i build Graphedt.exe as part of the Windows Ce Image? If yes how can it
be done? Can it be added to the image using some Sysgen variable? I figured
graphedt.lib as part of WinCE 5.0.Can we use this library to build
Graphedt.exe?

Or is there any other approch to build graphedt.exe as i need to test my
filters. Thanks and regards
Ajith

Re: Graphedt For Windows CE 5.0 by Damon

Damon
Mon Apr 09 13:29:14 CDT 2007

I think Graphedt binaries are included in CE 5.0, but not officially
supported. For this reason there is no sysgen flag for the component.
Instead, you need to sysgen the lib by hand. From the command line, you do
it like this:

>sysgen -p directx graphedt

...that gets you an EXE in your release directory. You can load it from
there for testing (as opposed to putting it in you NK.bin image).

HTH,
Damon
--

This posting is provided "AS IS" with no warranties, and confers no rights.
.

"Ajith" <Ajith@discussions.microsoft.com> wrote in message
news:824AE7B1-EC3B-413E-B24C-05CC9C6654FB@microsoft.com...
> Hi,
> Can i build Graphedt.exe as part of the Windows Ce Image? If yes how can
> it
> be done? Can it be added to the image using some Sysgen variable? I
> figured
> graphedt.lib as part of WinCE 5.0.Can we use this library to build
> Graphedt.exe?
>
> Or is there any other approch to build graphedt.exe as i need to test my
> filters. Thanks and regards
> Ajith
>


Re: Graphedt For Windows CE 5.0 by Ajith

Ajith
Tue Apr 10 10:04:00 CDT 2007


Hi Damon,
Thanks a lot..I could build Graphedt.exe and try it on my device..Thank you
again.
regards
Ajith


"Damon Barry [MSFT]" wrote:

> I think Graphedt binaries are included in CE 5.0, but not officially
> supported. For this reason there is no sysgen flag for the component.
> Instead, you need to sysgen the lib by hand. From the command line, you do
> it like this:
>
> >sysgen -p directx graphedt
>
> ...that gets you an EXE in your release directory. You can load it from
> there for testing (as opposed to putting it in you NK.bin image).
>
> HTH,
> Damon
> --
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> .
>
> "Ajith" <Ajith@discussions.microsoft.com> wrote in message
> news:824AE7B1-EC3B-413E-B24C-05CC9C6654FB@microsoft.com...
> > Hi,
> > Can i build Graphedt.exe as part of the Windows Ce Image? If yes how can
> > it
> > be done? Can it be added to the image using some Sysgen variable? I
> > figured
> > graphedt.lib as part of WinCE 5.0.Can we use this library to build
> > Graphedt.exe?
> >
> > Or is there any other approch to build graphedt.exe as i need to test my
> > filters. Thanks and regards
> > Ajith
> >
>