If there is no Managed Service:
I think you forgot the sample in the sample.zip. There is only the ManagedServices.dll.
I'm working on a project for a smartphone running windows mobile 6.0. The executables you have provided appear to be compiled for pocketpc. I am able to recompile the library and the launcher, but ...
The issue is well known. This isn't an application error, but more a bug of the architecture of the .NET Compact Framework. As the Launcher is started at system startup. This can cause necessary AP...
You forgot the ManagedServiceManager-application. There is only the DLL in the project.
You forgot the ManagedServiceManager-application. There is only the DLL in the ManagedServiceManager.zip.
Out of compatibility issues no messages below 0x400 + 5000 are allowed to be registered.
Running a managed service Causes a high CPU usage.
As WM_* Messages are defined to be Messages, used by the System, the prefix should be changed to UM_*, to emphasize, that the provided messages are User defined Messages