Giter Site home page Giter Site logo

rozanski / srvstart Goto Github PK

View Code? Open in Web Editor NEW
146.0 13.0 42.0 2.8 MB

This repository contains the legacy code I wrote for SrvStart in 2000. SrvStart allows you to run an ordinary Windows executable as a Windows service.

License: GNU General Public License v2.0

srvstart's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

srvstart's Issues

No file logger.h

When I try to compile:

>g++ -O3 -o srvstart exe\exe.cpp
exe\exe.cpp:51:20: fatal error: logger.h: No such file or directory
 #include <logger.h>
                    ^

There no file logger.h both distributed with this software and in Win32 API, neither in C++.

How to compile this?!

Reorganize

Very useful project. I wanted to deploy a Java application as a Windows Service and thought to write a tool to generalize that to any kind of daemon process. Then realized surely it's been done before, and a quick search found yours!

But shocked by the organization of this repo. I'm avoiding hyperbole here that would sound mean. Would be much better if it had a doc folder, a src folder with the source files ready to build, build instructions and scripts. And then you tag releases under which you deploy the build output(s) as assets. As it is with a bunch of zip files, someone coming here doesn't know what they need to download for their specific need.

For example, I just needed the artifacts to run the application. Do I need to download all the _run zips? No I think, just srvstart/srvstart_run.v110.zip. Typically you would deploy this as a release asset. If someone needs the docs, they can just download those (or you could zip a separate asset), and if someone needs the source, then they clone the repo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.