File not found: 'ScSSLClient.dcu' ?

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
delphiguy101
Posts: 5
Joined: Wed 10 Jun 2009 21:28

File not found: 'ScSSLClient.dcu' ?

Post by delphiguy101 » Wed 10 Jun 2009 21:34

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!

delphiguy101
Posts: 5
Joined: Wed 10 Jun 2009 21:28

Post by delphiguy101 » Thu 11 Jun 2009 02:45

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.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 11 Jun 2009 06:53

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.

delphiguy101
Posts: 5
Joined: Wed 10 Jun 2009 21:28

Post by delphiguy101 » Thu 11 Jun 2009 14:12

Thank you so much! That's exactly what I was looking for.

Post Reply