Re: C# Service for Windows CE 6.0 R2



You'll have to find the help that comes with Windows CE Platform Builder.
In the CE5 help, which is what I have on this computer, look under Windows
CE Features | Communication Services and Networking | Servers |
Services.exe.

However, the best documentation is going to be the code for one of the
services that is available to OEMs with Platform Builder. You might
download and install the evaluation version and look in
\WINCE500\PUBLIC\SERVERS\SDK\SAMPLES\FTPD to see what the FTP server looks
like. There are probably a dozen samples in various folders under
\public\servers.

Paul T.

"Bobby Cannon" <BobbyCannon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:15D763B8-A3F0-4FAB-B5C4-CC3A89F4D768@xxxxxxxxxxxxxxxx
I really hate to ask this but I have been searching on information about
"windows service" for Windows CE and I have yet to find any useful
information. Where can I get information on how to create a Windows CE
service in general? It doesn't matter what language is used. Any
information
would be helpful. I will continue my search.

Thanks you for all your help. I really appreciate it.

"Paul G. Tobey [eMVP]" wrote:

That's fine. MSMQ should be OK, as far as I can think. An EXE with no
UI
seems possible.

Paul T.

"Bobby Cannon" <BobbyCannon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:96A82164-6C18-4595-A303-74C9FB5928CF@xxxxxxxxxxxxxxxx
My objective is to write a service that will monitor some IO points.
This
will not require a "user interface" in the form of a GUI. It will
however
need to have a system interface like MSMQ. You would be able to
communicate
to the service via MSMQ to retrieve the status of the IO. The GPIO
driver
exist we just want to create a "smarter" interface.

"Paul G. Tobey [eMVP]" wrote:

No. You could write an application with no user interface, maybe, and
that
might be enough like a service for you, but you can't host managed
code
DLLs
from native code applications, so you can't write drivers, services,
COM
objects,. etc. in managed code on CE.

Paul T.

"Bobby Cannon" <BobbyCannon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message
news:69A46D47-4C8A-4502-9277-CCAAC26F42C8@xxxxxxxxxxxxxxxx
Can you write a service in C# for Windows CE 6.0 R2?








.



Relevant Pages

  • Re: C# Service for Windows CE 6.0 R2
    ... In the CE5 help, which is what I have on this computer, look under Windows ... Paul T. ... will not require a "user interface" in the form of a GUI. ...
    (microsoft.public.windowsce.embedded)
  • Re: Video Streaming for MPEG file
    ... And, I dont have Platform Builder, nor do I ... chosing everything default for "Windows CE ... LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: WinCE 6.0 BSP (CEPC) for Virtual PC
    ... framework does not run on Windows CE. ... application developers don't need Platform Builder. ... generated an OS image and the corresponding emulator image, ... Install VS2005 Pro ...
    (microsoft.public.windowsce.embedded)
  • Re: Creating linear memory image
    ... I am also new to Microsoft Windows CE5.0. ... I am trying to port Windows CE 5.0 ... I'm new to platform builder. ... I want to try to copy the linear memory image directly to the ...
    (microsoft.public.windowsce.platbuilder)
  • RE: Need a good starting point for Windows CE
    ... if you don't have Windows CE Platform Builder installed on your machine it ... is best to use something like a PocketPC that already runs Windows CE. ... evaluation Board that is colsest to your real hardware or your real hardware. ... if you only want to develop applications for Windows CE devices and not the ...
    (microsoft.public.windowsce.embedded)