Page 1 of 1

How to install / uninstall the SDL Component Suite

Posted: Fri Nov 27, 2020 7:11 pm
by hlohning
Depending on the version of Delphi you have two options for installing the SDL Component Suite:

1) Delphi/Rad Studio 10.3 Rio or later: Within the Delphi IDE open the Getit Package Manager, search for the SDL Suite and press "install" to install it or "uninstall" to uninstall it.

2) Older Delphi/Rad Studio versions (prior to 10.3 Rio):

2a) For the installation first close Delphi and then simply click the corresponding setup file. You find the setup files of the Light Edition here:
https://www.lohninger.com/download_sdlsuite.html

2b) In order to uninstall it, use the Windows search box and search for "add or remove programs". This opens the control panel where you can uninstall the SDL Suite.

Re: How to install / uninstall the SDL Component Suite

Posted: Mon Mar 29, 2021 6:01 am
by pfagerbrant
When using the Pro sources to compile and install, where do I find "\sharwinc\*.inc" ?
I cannot find them in the Pro source package v 1.07 (archive) I downloaded from your email.

Re: How to install / uninstall the SDL Component Suite

Posted: Mon Mar 29, 2021 6:55 pm
by hlohning
These include files are only used for the free Light Edition. For compiling the Pro Edition you have to define the conditional define "PAIDVERS".
See http://www.sdlsuite.com/technotes/tn0024.html for details.

Kind regards,
Hans

Re: How to install / uninstall the SDL Component Suite

Posted: Tue Mar 30, 2021 9:07 am
by pfagerbrant
Thank you,

It was a long time ago I compiled directly from sources, this time I was in hurry and had forgotten.