That seems odd. You should have received a segfault or something if you tried to use memory the program had requested but the OS was unable to provide. And even if you ran out of physical memory,...
d_stranz Yesterday, 16:00For the record, I found that the problem was an issue of extensive memory consumption. The program wasn't even leaking, but "legitimately" claiming more and more memory over time until it hit the...
Cruz 26th May 2023, 21:05Qt 5.14 on Windows. I have a public certificate file. Windows displays all information correctly.
After trying to load the certificate into QSslCertificate QSslCertificate::isNull() returns true....
In this project I used different static libs, as cryptopp and others, so I'm quite sure my .pro file includes the right macros. I had already tried to do what giorgik suggested, but the result was...
sr1s 25th May 2023, 09:29Hi!
I am a big fan of the inbuilt debugger into the QtCreator IDE and I use it frequently to get to the bottom of "embarrassments". However, have now come across an issue that keeps me puzzled....
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
Problem with QSslCertificate
26th May 2023 11:26 by Lesiok