Hello Esri Community,
I primarily use Qt Creator and ArcGIS SDK for QT on a Linux, and been doing so for awhile.
I recently decided to download QT Creator on my home PC which runs on Windows 10.
I have QT Creator 15.2, and ArcGIS 100.10.
The issue I am having is that when I create a simple ArcGIS Widgets application, it crashes as soon as you run it, which history tells it's OpenSSL issue, MAYBE! (I could be wrong)
What essentially is happening is the application is crashing as soon as you hit run, no errors.
I downloaded OpenSSL from this link: http://slproweb.com/products/Win32OpenSSL.html
I downloaded: Win64 OpenSSL v1.1.1i
----------------------------------------------------------------------------------------------------------------
I have also tried installing OpenSSL through the QT Maintenance Tool, but it still crashes as soon as I run the program which btw, is the base code on creating a new ArcGIS Widget program. Either way, I am looking for assistance, I just want to be able to use ArcGIS SDK 100.10 on my Windows PC but it's not being nice to me.
Any advice?