Aleksandar Fabijanic
Aleksandar Fabijanic
not supported yet https://github.com/pocoproject/poco/blob/191cbdc97e1d9de023b8a65e0dc844911c06f6a8/doc/99300-AndroidPlatformNotes.page#L105
Idea is good and useful; implement it as a separate group of class(es). Adding it to exceptions should be done carefully, if at all (exceptions already accept strings, so whoever...
Well, any such embedding is a "double-edged sword" - on one side, (+) beside the mainstream linux and osx (and clang on windows), libunwind covers lots of platforms; however, by...
there will be `getError()` utility function in 1.12 but not yet applied to every case in the libraries: https://github.com/pocoproject/poco/commit/45c456653f19633c9bdcc4da14a0a02cc99320b4#diff-954814fea8964f60476eda8865526bdcad90483e3aba5f5c1e55974ace4eb0baR177
You "override" `JSON::Object` creation by implementing your `PersonHandler::asVar()` to return a `Dynamic::Var` which can be converted to Person. As things stand now, it is doable, but not in an optimal...
I'l kick this can down the road, because I have no idea what to do with it - can't reproduce it, and windows seems to have a standard C function...
Eg. for debug libraries, it should be `Poco$ProjectName)64d`
I guess I'll have to check why/how I experienced this. I believe it was with VS 2015.
It would be good to have a [CI](https://github.com/pocoproject/poco/blob/master/.github/workflows/ci.yml) entry where progen regenerates all release libraries projects and builds them. right now we only have cmake-based windows CI. Although, to be...
@obiltschnig just revert https://github.com/pocoproject/poco/commit/f7ba58c80f387b34e7b03aa77d950d738355d46a ? Note that it was committed to fix the https://github.com/pocoproject/poco/issues/1160 . Perhaps setting `SSL_MODE_ENABLE_PARTIAL_WRITE` would have helped with that one? @zhufan did you verify that removing...