VS2010 的非托管 Windows 服务
什么是最好的?使用 Visual C++ 2010 创建非托管 Windows 服务的最快方法?
备注:由于缺乏此问题的搜索结果,我怀疑这要么不推荐,要么微不足道(常规可执行文件) - 但我正在为一位坚持不使用 CLR 的同事检查这一点。
What's the best & fastest way to create an unmanaged Windows service with Visual C++ 2010?
Remark: From the lack of search results for this issue I'm suspecting this is either not recommended or trivial (a regular executable) - but I'm checking this for a colleague which insists not using the CLR.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有在VS2010中尝试过,但以前使用ATL创建Windows服务相当简单。据我记得甚至有一个项目模板可以做到这一点。
这是一篇 CodeGuru 文章 描述了如何做到这一点在VC++6.0中。
编辑:似乎VS2010仍然支持它,因为它仍然在文档中: ATL 服务
I haven't tried it in VS2010, but it used to be fairly simple to create a Windows Service using ATL. As far as I remember there was even a project template for doing this.
Here's a CodeGuru article describing how to do it in VC++ 6.0.
Edit: Seems like it's still supported in VS2010 since it's still in the docs: ATL Services