rozanski / srvstart

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.
GNU General Public License v2.0
147 stars 42 forks source link

No file logger.h #4

Open vporton opened 1 year ago

vporton commented 1 year ago

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?!

rozanski commented 1 year ago

Hi, I don't support SrvStart any more. However you can find the logger.h file in this repository - it's in the logger_src.v210.zip file in the logger folder in this repository.