irwir
irwir
> In 2014, `wp.showCmd = SW_SHOWNORMAL` did not exist, but it still showed the dialog initially. Github says this code is about 20 year old: https://github.com/ppescher/resizablelib/blob/c386362f2d5fd85f3d98ffa390229c4e5e0586ad/ResizableLib/ResizableWndState.cpp#L125
The line appeared in 1.4a, and upgrading from 1.3 was non-trivial, but all settled down in the end. > OK, so I have a complete example here of the problem...
> it was only CReziableDialog. Later on it became ResizableLib. Maybe this is the root of issues. Dialog usage commonly follows the pattern: _create - show - destroy_. But MPC-HC...
Installing alpha2 without GUI on the current Windows Canary in Virtualbox. Disabled everything except service and DCO. Interactive service had started while OpenVPNService failed. Event Viewer shows in `System` time...
> I think it is just the case that in `include/CMakeLists.txt` if the CMake MBEDTLS_CONFIG_FILE variable is defined we should install in `include/mbedtls` the file whose path is given by...
> Otherwise `#if defined(MBEDTLS_CONFIG_FILE) #include MBEDTLS_CONFIG_FILE` will trigger when building the application. From the description, the suppilied CMake file build creates the library. Then the library is installed - to...
The lazy way of handling the issue was disabled warnings, but this works only while extensions were not removed completely. The string `stdext::` was found only in two files in...
> PR858 Networking part was a step in the right direction, but invalid socket check was not fully correct. > Could you you please provide some more context on how...
Re: PR858. The adjective _ambitious_ applies naturally here. The fix was still partial, some warnings had to be disabled. Other warnings, like related to type casts, were fine to accept...
> I'm not sure why anything would be needed outside of `net.h`, but yes, since 3.0 you can rely on `build_info.h` being included before any other Mbed TLS header. Winsock2...