tux
2008-02-15 14:12:34 UTC
Dear,
I have to realise a console application on a target with windows ce 5.0, in
fact I want to run in background this aplication and launch that at the
startup.
In the platform builder I set the environmental variable BSP_NODISPLAY = 1
because I do not need the display and I want to be sure that the processor
doesn't work on things that I do not need.
In first I developed an WCE Application with evc4, and launch that form the
common.reg.
In this case with display it works without(BSP_NODISPLAY) doesn't.
I have changed and I develop the same application in C# with the VS2005
choosing Application Console, but also in this case I had the same results.
Of course I added "Console Window" and "Command Processor" in my OS design to
support the console application.
Do I have to launch my application in a particular mode?
Do I have to build the console application in a particular mode?
Thanks in advance.
I have to realise a console application on a target with windows ce 5.0, in
fact I want to run in background this aplication and launch that at the
startup.
In the platform builder I set the environmental variable BSP_NODISPLAY = 1
because I do not need the display and I want to be sure that the processor
doesn't work on things that I do not need.
In first I developed an WCE Application with evc4, and launch that form the
common.reg.
In this case with display it works without(BSP_NODISPLAY) doesn't.
I have changed and I develop the same application in C# with the VS2005
choosing Application Console, but also in this case I had the same results.
Of course I added "Console Window" and "Command Processor" in my OS design to
support the console application.
Do I have to launch my application in a particular mode?
Do I have to build the console application in a particular mode?
Thanks in advance.