Re: Unable to Run Service Under Emulator
- From: "John Spaith [MS]" <jspaith@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 20 Nov 2006 08:52:08 -0800
Have you checked out
http://blogs.msdn.com/cenet/archive/2006/03/19/554913.aspx? My guess is
that something may be misconfigured with your tools so the DLL you're
building isn' right, so especially check out the LoadLibrary tests.
You definitely should be able to run a service under the emulaor. What is
the return code that ActivateService is returning?
--
John Spaith
Development Lead, Windows CE
Microsoft Corporation
Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.
"Kartik" <Kartik@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:62BEB9C3-B1B9-47F3-8145-E626490B6112@xxxxxxxxxxxxxxxx
Hi,
I am trying to run the FingerServer sample that installs a service which
runs under services.exe on Pocket PC. I tried installing the service in an
emulator but I cannot make that work. I did a soft reset in the emulator
after installing and putting the registry keys but that did not help. I
even
wrote a small console app to start the service using ActivateService()
function (and made sure command line for service.exe was enabled in the
registry). That didn't help either - Windows CE Remote Process Viewer
doesn't
show my DLL under services.exe. I have tried this onPocket PC 2003 Second
Edition
and Pocket PC - WM 5.0.
Am I doing something wrong?
Thanks for your help
Kartik
Can user service run inside services.exe in an emulator?
.
- Prev by Date: Re: SendMessage (in secondary thread) freezes application GUI thre
- Next by Date: CeRunAppAtTime() appears to be malfunctioning
- Previous by thread: POCKET PC GUI issue
- Next by thread: CeRunAppAtTime() appears to be malfunctioning
- Index(es):
Relevant Pages
|