TLS initialization failed
-
In the Run part of the Project panel, did you also modify the PATH environment variable so the OpenSSL dlls can be found ?
Do not do that system wide.
-
In the Run part of the Project panel, did you also modify the PATH environment variable so the OpenSSL dlls can be found ?
Do not do that system wide.
-
Unfold the Run Environment part, you'll have there the variables you can modify.
-
I meant click on the "Details" arrow under Run Environment.
-
@Sahak After you selected the
Path
variable, you can usePrepend Path
to add the path to the libraries (DLLs) to yourPath
variable. Then at runtime, this directory searched when the DLLs are loaded.Regards
-
You application seems to crash, what do you get if running it through the debugger ?