I am working on Windows Mobile 5.0 for Pocket PC.
I have created own service dll as TestService.dll refering sample code of
SampleServiceMFC.zip .
Resgistry settings for it as follows
[RegKeys]
"HKLM","Services\MyService","Order","0x00010001","8"
"HKLM","Services\MyService","Discription","0x00000000","Test Service
demonstratig MFC usage"
"HKLM","Services\MyService","Context","0x00010001","0"
"HKLM","Services\MyService","Prefix","0x00000000","TSE"
"HKLM","Services\MyService","Keep","0x00010001","1"
"HKLM","Services\MyService","Index","0x00010001","0"
"HKLM","Services\MyService","Dll","0x00000000","TestService.dll"
"HKLM","Services\MyService","DisplayName","0x00000000","Sample MFC
Service"
My sevice is not loaded if soft reset done.
Can any body help me with this problem.
Is it that on emulator it doen't work.