I want to install sgcWebSockets in Delphi 10.2
The normal install didn't work because of missing Intraweb.
Thus, I tried the manual install.
In sgcVer.inc I changed the IntraWeb settings like this:
{.$DEFINE IWIX}
{.$DEFINE IWXI}
{.$DEFINE IWXIV}
Now I manage to compile sgcWebSockersD10_2.pbl in the 64-bit Windows platform, but in 32-bit I get
Fatal error: sgcWebSocketsD10_2.dpk(328): F2613 Unit 'IWVCLBaseControl' not found
Also, adding {$DEFINE SGC_NO_IW} to sgcVer.inc isn't a solution: the compiler error stays the same
What should I do?
The normal install didn't work because of missing Intraweb.
Thus, I tried the manual install.
In sgcVer.inc I changed the IntraWeb settings like this:
{.$DEFINE IWIX}
{.$DEFINE IWXI}
{.$DEFINE IWXIV}
Now I manage to compile sgcWebSockersD10_2.pbl in the 64-bit Windows platform, but in 32-bit I get
Fatal error: sgcWebSocketsD10_2.dpk(328): F2613 Unit 'IWVCLBaseControl' not found
Also, adding {$DEFINE SGC_NO_IW} to sgcVer.inc isn't a solution: the compiler error stays the same
What should I do?