Aside from ActiveState's PerlSvc, what other interpreters and compilers support the development of Windows Services?
Asked
Active
Viewed 83 times
0
-
1Any environment which allows you to call native modules could be used to create windows services. – Dean Harding Apr 23 '10 at 03:47
2 Answers
3
How about Visual Studio .Net?

Adriaan Stander
- 162,879
- 31
- 289
- 284
-
+1 - and here's a step-by-step for how to do it using C#...http://stackoverflow.com/questions/593454/easiest-language-to-create-a-windows-service/593803#593803 – Matt Davis Apr 24 '10 at 02:22
0
Visual studio has excellent support for creating services. With a little tweaking you can even debug them. But any compiler can create a service, it's just a matter of accepting certain run parameters that a google search can provide.

Jason Webb
- 7,938
- 9
- 40
- 49