TLS initialization failed
-
Then you should double check, because you have to get an OpenSSL build that uses the same compiler.
-
Then you should double check, because you have to get an OpenSSL build that uses the same compiler.
-
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
Pathvariable, you can usePrepend Pathto add the path to the libraries (DLLs) to yourPathvariable. 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 ?




