Start POCO as Windows service with parameters fix#2204
Start POCO as Windows service with parameters fix#2204DomXC wants to merge 4 commits intopocoproject:developfrom
Conversation
…s deprecated, use wchart_t version instead
|
Could someone, please, re-trigger the build, as I am confident, the fix does not break the consistency of the application? Thank you. |
|
I restarted failed travis config, @zosrothko can you restart appveyor |
|
Thank you! Anyway, any idea? I do not understand this: 8/11 Test #8: NetSSLWin ........................ Passed 61.73 sec |
|
don't worry about that (or travis build for that matter), it can't be related to your changes, @zosrothko would know what's going on there |
|
Hello! We bumped into the same problem, which could be fixed by these changes. Is it planned to have this pull request merged and integrated into a release any time soon? |
|
I have been waiting for couple of months. Unfortunately, it seems like POCO is going to be a dead project... |
|
Hello, Thank you! |
Fix of #2190 is done using
static ArgVec _argsSvc;member, where args are passed to this member usingbool isService(const ArgVec& args);orbool isService(int argc, wchar_t** argv);.Removed
int main(int argc, char** argv)macro andint ServerApplication::run(int argc, char** argv)as it seems to be obsolete, because of wchar_t support only.