poco icon indicating copy to clipboard operation
poco copied to clipboard

[Bug] Compile error in `ServerApplication` class when using C++20

Open Smurf-IV opened this issue 1 year ago • 4 comments

V 1.12.4 / x64 / C++20 / VS 17.7

image

Smurf-IV avatar Aug 24 '23 11:08 Smurf-IV

please apply the following fix in the next release: svcDispatchTable[0].lpServiceName = const_cast<LPWSTR>(L"");

Smurf-IV avatar Aug 24 '23 11:08 Smurf-IV

I'd like to add that same error also happens in 3 places in SSPINTLMCredentials.cpp every time L"NTLM" is passed.

mzeilfelder avatar Dec 18 '23 16:12 mzeilfelder

@Smurf-IV, @mzeilfelder: Can one of you prepare a pull request that resolves this problem, please?

matejk avatar Sep 12 '24 10:09 matejk

Sorry, not working at the company that uses this anymore.

Smurf-IV avatar Sep 12 '24 11:09 Smurf-IV