Hi everybody-
I just d/l'd the trial and dropped an SSL component on a form in Delphi 2009. Then when I tried to compile I got this error:
File not found: 'ScSSLClient.dcu'
I searched my system for ScSSLClient.dcu and couldn't find it. Does anyone know if this file is included in the 60-day trial?
TIA!
File not found: 'ScSSLClient.dcu' ?
-
- Posts: 5
- Joined: Wed 10 Jun 2009 21:28
Turns out the file was in my C:\Program Files\Devart\SecureBridge for RAD Studio 2009\Lib but Delphi didn't know to look there.
I had to add "C:\Program Files\Devart\SecureBridge for RAD Studio 2009\Lib" to my Project's Compiler search path and then it compiled. I'm not sure how to make that path global so it is automatically available to future projects.
I tried overriding PATH in the Tools | Options but that didn't seem to work. If anyone knows the global search path setting in D2009 I'd appreciate it.
I had to add "C:\Program Files\Devart\SecureBridge for RAD Studio 2009\Lib" to my Project's Compiler search path and then it compiled. I'm not sure how to make that path global so it is automatically available to future projects.
I tried overriding PATH in the Tools | Options but that didn't seem to work. If anyone knows the global search path setting in D2009 I'd appreciate it.
To solve this problem try to reinstall SecureBridge, because this path must be added to global search path setting by default. But if reinstalling will not solve the problem, to add this path to global setting you should include it to "Library path" using the Tools->Options->Environment Options->Delphi Options->Library-Win32 menu.
-
- Posts: 5
- Joined: Wed 10 Jun 2009 21:28