When using API3 and respective OpenSSL dll's (libcrypt-3-x64.dll & libssl-3-x64.dll) there is a user DEP error when turning on the websocket. There are no issues when running with 1.0 or 1.1.1. The app is a x64 console app.
Using:
C++Builder 11.1
OpenSSL 3.0.0
sgcWebSockets 2022.3.0 min indy
Things to note - RAD Installed Indy is completely uninstalled/dereferenced. We do not install packages into the IDE, we directly reference the pas/hpp files.
The following code causes the DEP issue in C++Builder, however the identical code in Delphi does not.
#include "sgcWebSocket.hpp"
int _tmain(int argc, _TCHAR* argv[])
{
TsgcWebSocketServer *wsserver = new TsgcWebSocketServer(0);
Any advice on how to resolve this would be greatly appreciated!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »