skuskusku
skuskusku
I have stumbled across exactly this problem today as well. I am building openssl for iOS and its arm64 build (and I think the x64 build as well) fails with...
My patch looks like this and I apply it in my build script with `patch -u test/v3ext.c v3ext.c.patch` in case this helps anybody: > diff -u bad/v3ext.c good/v3ext.c > ---...
> Still facing this issue.. What can we do to fix this? Either wait until 1.1.1r is out or apply the patch yourself, it is not that hard.
I am facing the same problem, also using VS2017. In addition, to make the x64 build create a library successfully, I had to remove the references to inffas8664.c (which obviously...
Sorry, I garbled the formatting, code removed from the header file should look like this: ``` # define NO_SSL_TRACE # endif # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) # define NO_STORE #...
It's been a while, but from what I can see in my sources, it is just not necessary to supply the path to openssl. The windows service of mine that...
Of course, you would have to setup a boost::asio::ssl::context object and associate it with a nghttp2::asio_http2::client::session object during its construction.
I would like to add one thing: I can reliably only reproduce this if I set the scaling in display settings to 100%. I never managed to reproduce this for...
my apologies for not being able to give this question a meaningful subject title, I found no way to edit this.
I have uploaded a sample app here: https://mcblogs.craalse.de/skufiles/2024/jul/listctrltest_1843.zip In order to build you have to have MFC with static libraries installed with VS2022. If you run an AI4Win test on...