by TimStone » Mon Apr 25, 2016 6:35 pm
So I'm going off the deep end with confusion. Perhaps its because of the very brief responses I received from Harbour.
The problem is simple. This has ALWAYS worked with xHarbour, and Harbour when it was built with MSVC 12.0. Now it is failing with the libraries used with MSVC 14.0, which is what all FWH libraries are built with now ( Visual Studio Community 2015 ).
According to the last post, I only need to link in hbtip.lib and hbssl.lib. Fine ... but then I get the original error that I posted at the beginning of this thread. I was also told to link in libeay32.lib and ssleay32.lib. I've always included those.
My confusion comes with the REQUEST now being suggested ( it comes up as an undefined function ) and also the various references to OPENSSL. From one set of comments, I was told to download and install it. That is not something I have used in any of the other builds.
I apologize for appearing ignorant here, and perhaps the years have taken their toll, but the answers I get are so fragmented that I can't seem to make them apply and work. All I want is to get the functionality back that I have had for years.
Does anyone have an actual working sample using FWH, Harbour, and MSVC 14.0 ( 2015 ) ? Thank you.