By patrick beckers on Monday, 04 December 2023
Posted in General
Replies 4
Likes 0
Views 720
Votes 0
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?
Hello,

The basic edition doesn't include sources so although you edit the sgcVer.inc file, the sources are already compiled so it has no effect. Let me check the installer, because the Basic edition shouldn't require the Intraweb package. I'll get back to you with a fix for this issue.

Kind Regards,
Sergio
·
9 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I've sent the link to download the new setup to your email account.

Kind Regards,
Sergio
·
9 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Sergio,

Yes, I could install it. Thanks.

Patrick
·
9 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the feedback!

Sergio
·
9 months ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post