Re: JCL+JVCL210

From: Alain PIERRE (apierre.lgc_at_libertysurf.fr)
Date: 07/27/04


Date: Tue, 27 Jul 2004 21:25:57 +0200

FYI, when specifying a BPL folder other than
c:\Program Files\Borland\Delphi7\Projects\Bpl,
for example d:\Delphi7\Projects\Bpl, you have to:

"add d:\Delphi7\Projects\Bpl to the PATH environment variable.
Under Win2k and WinXP, you do this by opening the system control panel
(Start, Control Panel, System) then the Advanced tab and the bottom left
button: Environment variables. In the system group, select PATH and add
";d:\delphi7\projects\bpl" (without the quotes) at the end of the
existing value. Click ok until all windows are closed.

You have to restart Delphi for this to work."