Open vporton opened 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++.
logger.h
How to compile this?!
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.
When I try to compile:
There no file
logger.h
both distributed with this software and in Win32 API, neither in C++.How to compile this?!