Browse thread
RE: Win32 Services & O'Caml
- David Allsopp
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | David Allsopp <dra-news@m...> |
| Subject: | RE: Win32 Services & O'Caml |
> The code is at http://tinyurl.com/2wvd2x ... the Makefile contains the
> command to build it. Microsoft's SC utility is the easiest way of
> installing the service by running sc create Testing binPath= {full path to
> exe} You can then either control the service using Services.msc or via the
> sc start start/stop/pause/continue commands.
Doh: should probably mention that I'm using OCaml 3.09.3 built from source
using Cygwin/MinGW (i.e gcc) on Windows XP SP2!