Re: C# Service for Windows CE 6.0 R2
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Wed, 21 May 2008 10:20:34 -0700
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?
.
- Follow-Ups:
- Re: C# Service for Windows CE 6.0 R2
- From: John Spaith [MS]
- Re: C# Service for Windows CE 6.0 R2
- References:
- Re: C# Service for Windows CE 6.0 R2
- From: Paul G. Tobey [eMVP]
- Re: C# Service for Windows CE 6.0 R2
- From: Paul G. Tobey [eMVP]
- Re: C# Service for Windows CE 6.0 R2
- Prev by Date: Re: SetEvent semantics (when nothing is waiting on the event)
- Next by Date: Re: Serial Interrupt
- Previous by thread: Re: C# Service for Windows CE 6.0 R2
- Next by thread: Re: C# Service for Windows CE 6.0 R2
- Index(es):
Relevant Pages
|
|