How to install / uninstall the SDL Component Suite

Discussion around the SDL Component Suite
Post Reply
User avatar
hlohning
Posts: 20
Joined: Fri Sep 04, 2020 4:17 pm

How to install / uninstall the SDL Component Suite

Post 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.
---
Hans Lohninger
Epina GmbH
Retz, Austria
pfagerbrant
Posts: 2
Joined: Mon Mar 29, 2021 5:56 am

Re: How to install / uninstall the SDL Component Suite

Post 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.
User avatar
hlohning
Posts: 20
Joined: Fri Sep 04, 2020 4:17 pm

Re: How to install / uninstall the SDL Component Suite

Post 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
---
Hans Lohninger
Epina GmbH
Retz, Austria
pfagerbrant
Posts: 2
Joined: Mon Mar 29, 2021 5:56 am

Re: How to install / uninstall the SDL Component Suite

Post by pfagerbrant »

Thank you,

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