I'm having an issue when compiling a program that uses qhttpengine on Windows.
The use of DELETE at
is resolving the
DELETE macro that in defined in
winnt.h. This is causing the compile to fail with a syntax error.
My current workaround for this is to rename the DELETE in socket.h to something else but this obviously isn't a good solution to the problem.
Thanks for your help and for your software!
I'm having an issue when compiling a program that uses qhttpengine on Windows.
The use of
DELETEatqhttpengine/src/include/qhttpengine/socket.h
Line 134 in 43f55df
DELETEmacro that in defined inwinnt.h. This is causing the compile to fail with a syntax error.My current workaround for this is to rename the
DELETEinsocket.hto something else but this obviously isn't a good solution to the problem.Thanks for your help and for your software!