qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
-
wrote on 9 Apr 2023, 22:19 last edited by
i made a function to send sms and when i click on the pushbutton it always shows me this errors :
qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_errori tried to run my code with a friend's computer and it works .
any solutions ?the Qt version is 5.9.9
-
wrote on 10 Apr 2023, 04:57 last edited by
Have you searched that error messages already? Then you would know, that that one computer is probably missing some DLLs or at least can't localize them, because they aren't part of PATH.
-
Have you searched that error messages already? Then you would know, that that one computer is probably missing some DLLs or at least can't localize them, because they aren't part of PATH.
-
1/3