Hi all,
I can get HTTPS working using TidHTTP and the SSL DLLs no problem. I'm working on a project that needs to do a HTTP.Post using SSL from within a DLL. I'm not that experienced using DLLs - I've got it loaded ok, and can call the DLL procedure, but it seems that the line in the DLL that does the HTTP.Post causes an Access Violation (handling exceptions within the DLL was a learning experience too). And yes, I've created the HTTP object
From what I've read, "some 3rd party components can cause AVs when used within a DLL" - which I'm presuming is the case with TidHTTP. Can anyone give me a hand in getting this to work, or a workaround?
Many thanks!
I can get HTTPS working using TidHTTP and the SSL DLLs no problem. I'm working on a project that needs to do a HTTP.Post using SSL from within a DLL. I'm not that experienced using DLLs - I've got it loaded ok, and can call the DLL procedure, but it seems that the line in the DLL that does the HTTP.Post causes an Access Violation (handling exceptions within the DLL was a learning experience too). And yes, I've created the HTTP object
From what I've read, "some 3rd party components can cause AVs when used within a DLL" - which I'm presuming is the case with TidHTTP. Can anyone give me a hand in getting this to work, or a workaround?
Many thanks!