Comment #10 on issue 149 by skrolle: c:\memcached\memcached.exe -d install
on windows 7 server
http://code.google.com/p/memcached/issues/detail?id=149
Right, if you check out this:
http://code.jellycan.com/files/memcached-1.2.6-win32-src.zip
...you'll notice that there is a win32 folder which contains a bunch of
stuff, but also the files ntservice.c and ntservice.h. This is the "service
interface" that you need to implement for it to respond to service control
calls.
Did any of this code make it into later versions of memcached?
(Sadly I don't know anything about developing in C on windows, so can't
help you much more than this)