Replies: 3 comments 13 replies
-
Great!
Which property? Can we fix this in trunk branch? |
Beta Was this translation helpful? Give feedback.
-
"Instancing" had to be changed to "5 - MultiUse" for the three class modules, cAsyncSocket, cHttpRequest, and cTlsSocket. That's only necessary to get the project to compile to a DLL. |
Beta Was this translation helpful? Give feedback.
-
Just to let you know that in commit 41e1ef3 a latent heisenbug was fixed which prevented compiled The bug stemmed from a bug in the VB6 compiler and affected native compiled binaries only. Update your sources to latest revision if you can and want to. |
Beta Was this translation helpful? Give feedback.
-
I just wanted to say thank you for coding this. It's truly fantastic and has freed my older systems from TLS issues everywhere on the net. I'm using it to connect everywhere without issue. For example, I decided today that I needed one of my programs to be able to send email. All the stuff I found online was dated and / or didn't work properly older systems. Your simple example in the readme put me on the right track and with some research into SMTP commands and responses, I've got my program sending test emails, and am nearly finish coding a fully functional routine.
I wouldn't have been able to do any of this without paying for some third party DLL, considering the older system this program runs on. And, being able to make a DLL without changing a line of code (just had to change one property on three classes) opens up this same access to everything for my older VBA applications.
Thank you so much for this fantastic project!
Beta Was this translation helpful? Give feedback.
All reactions