Re: [twsocket] SSL install problem

2008-12-13 Thread Arno Garrels
Darin McGee wrote:
> 
> Thank you for your reply however I think you are working on a
> assumption.

I'm sure, since I installed the repository and I work with it from
the beginning, I do not use the ZIP except for testing. Since we
start working with SVN all changes are applied to the repository 
first, and when Francois has some time he runs the ZIP-batch included
in the repository and uploads to his website.

> The dates on the majority of the files that I downloaded from the
> Subversion V6 repository in the vc32 directory are for 6/24/08.

That's approximately the date when the repository has been created.
SVN stores only the difference of each change, so the file times
you are seeing is most likely the date when the file have been added
to the repository. There are 75 revisions (fixes and improvements)
since the beginning in the trunk tree.

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
 

> 
> The dates on the majority of files that I downloaded via the V6 zip
> package in the vc32 directory are dated 7/12/08.


> The Tortoise client is not configure to change the dates of the files
> it downloads.
> 
> When I used the zip package as my source for ICS I was able to install
> and use the components with no problems.
> (Once again clean environment was used)
> 
> If I had the time I would find the file in question however I am
> really busy here.  Please check the V6 repository when you get a
> chance. 
> 
> Thanks,
> Darin
> 
> 
> -Original Message-
> From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
> On Behalf Of Arno Garrels
> Sent: Saturday, December 13, 2008 2:36 AM
> To: ICS support mailing
> Subject: Re: [twsocket] SSL install problem
> 
> Darin McGee wrote:
>> I just did a quick eyeball compare between the SV download and the
>> zip download of ICSV6 and the zip files are newer.
>> 
>> ?? I would think the SV files would be newer.
> 
> The SVN file times in your local work copy are set to current time
> on checkout. In order to track changes SVN uses revision numbers,
> right click a directory or single file in you local work copy and
> select TortoiseSVN | Show Log.
> 
> --
> Arno Garrels [TeamICS]
> http://www.overbyte.be/eng/overbyte/teamics.html
> 
> 
>> 
>> Darin
>> 
>> -Original Message-
>> From: twsocket-boun...@elists.org
>> [mailto:twsocket-boun...@elists.org] On Behalf Of Darin McGee
>> Sent: Saturday, December 13, 2008 12:32 AM
>> To: ICS support mailing
>> Subject: Re: [twsocket] SSL install problem
>> 
>> Hello Team ICS and others,
>> 
>> After many years of using ICS I am really stuck.
>> 
>> I am having the same problem installing the OverbyteIcsDel70 with SSL
>> support as Albert Dent was / is having.
>> 
>> I started with a fresh install of Delphi 7 Pro (I have to use version
>> 7 for this project).
>> 
>> I applied patch 1 to Delphi 7. The Windows XP OS is patched up to
>> date.
>> 
>> I used Tortoise to download from Subversion the ICSV6 directory
>> structure.
>> 
>> I opened the file OverbyteIcsDel70.dpk from the vc32 directory
>> 
>> I added the vc32 directory to the package project search path.
>> 
>> I added the USE_SSL to the project conditional defines.
>> 
>> I compiled the package. No errors.
>> 
>> I installed the package. No errors.
>> 
>> I closed the package project and opened the project
>> OverbyteIcsSslWebServ.dpr
>> 
>> I added the vc32 directory to the search path, the USE_SSL was
>> already defined.
>> 
>> I compiled the project and in the file OverbyteIcsSslSessionCache.pas
>> I received 26 errors the first being Undeclared identifier
>> 'TsslBaseComponent'
>> 
>> Now I did note that the directory structure has changed a bit from
>> all previous versions of the ICS components and that is the full
>> path is now \ICSV6\trunk\Delphi\blah blah blah.  Trunk was never in
>> the full path before however this is the only difference I have
>> found. This of course I assume is because I pulled it from SV and
>> did not download it as a zip package.
>> 
>> I tried the exact same procedure and used OverbyteIcsSslDel70.dpk -
>> same results.
>> 
>> Any idea of what could cause this?  In the many years I have used ICS
>> and most versions of Delphi I have never had any problems with
>> installation or for that matter any of the components I have used.
>> 
>> Thanks,
>> Darin
>> 
>> 
>> 
>> -Original Message-
>> From: twsocket-

Re: [twsocket] SSL install problem

2008-12-13 Thread Darin McGee
Arno,

Thank you for your reply however I think you are working on a
assumption.

The dates on the majority of the files that I downloaded from the
Subversion V6 repository in the vc32 directory are for 6/24/08.

The dates on the majority of files that I downloaded via the V6 zip
package in the vc32 directory are dated 7/12/08.

The Tortoise client is not configure to change the dates of the files it
downloads.

When I used the zip package as my source for ICS I was able to install
and use the components with no problems.
(Once again clean environment was used)

If I had the time I would find the file in question however I am really
busy here.  Please check the V6 repository when you get a chance.

Thanks,
Darin


-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
On Behalf Of Arno Garrels
Sent: Saturday, December 13, 2008 2:36 AM
To: ICS support mailing
Subject: Re: [twsocket] SSL install problem

Darin McGee wrote:
> I just did a quick eyeball compare between the SV download and the zip
> download of ICSV6 and the zip files are newer.
> 
> ?? I would think the SV files would be newer.

The SVN file times in your local work copy are set to current time
on checkout. In order to track changes SVN uses revision numbers,
right click a directory or single file in you local work copy and
select TortoiseSVN | Show Log.

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html


> 
> Darin
> 
> -Original Message-
> From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
> On Behalf Of Darin McGee
> Sent: Saturday, December 13, 2008 12:32 AM
> To: ICS support mailing
> Subject: Re: [twsocket] SSL install problem
> 
> Hello Team ICS and others,
> 
> After many years of using ICS I am really stuck.
> 
> I am having the same problem installing the OverbyteIcsDel70 with SSL
> support as Albert Dent was / is having.
> 
> I started with a fresh install of Delphi 7 Pro (I have to use version
> 7 for this project).
> 
> I applied patch 1 to Delphi 7. The Windows XP OS is patched up to
> date. 
> 
> I used Tortoise to download from Subversion the ICSV6 directory
> structure.
> 
> I opened the file OverbyteIcsDel70.dpk from the vc32 directory
> 
> I added the vc32 directory to the package project search path.
> 
> I added the USE_SSL to the project conditional defines.
> 
> I compiled the package. No errors.
> 
> I installed the package. No errors.
> 
> I closed the package project and opened the project
> OverbyteIcsSslWebServ.dpr
> 
> I added the vc32 directory to the search path, the USE_SSL was already
> defined.
> 
> I compiled the project and in the file OverbyteIcsSslSessionCache.pas
> I received 26 errors the first being Undeclared identifier
> 'TsslBaseComponent'
> 
> Now I did note that the directory structure has changed a bit from all
> previous versions of the ICS components and that is the full path is
> now \ICSV6\trunk\Delphi\blah blah blah.  Trunk was never in the full
> path before however this is the only difference I have found. This of
> course I assume is because I pulled it from SV and did not download
> it as a zip package.
> 
> I tried the exact same procedure and used OverbyteIcsSslDel70.dpk -
> same results.
> 
> Any idea of what could cause this?  In the many years I have used ICS
> and most versions of Delphi I have never had any problems with
> installation or for that matter any of the components I have used.
> 
> Thanks,
> Darin
> 
> 
> 
> -Original Message-
> From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
> On Behalf Of A Drent
> Sent: Tuesday, December 09, 2008 6:05 AM
> To: twsocket@elists.org
> Subject: [twsocket] SSL install problem
> 
> (tried to post this through the ics-ssl list, but since my email
> changed to
> albert dot drent at rug dot nl I was bounsed. Francois, could you
> correct
> this please?)
> 
> ---
> 
> 
>> From a long time I decided to upgrade the ics ssl components. Since
>> it 
> is
> open-source now I downloaded the v6package and found two packages:
> C:\Components\ICS6\Delphi\Vc32\OverbyteIcsDel100Package.dproj
> 
> and
> C:\Components\ICS6\Delphi\Vc32\OverbyteIcsSSLDel100Package.dproj
> 
> They look the same to me since only ssl is enabled in the project
> option.
> 
> Installing these get me the error Undeclared identifier
> 'TsslBaseComponent'
> in OverbyteIcsSslSessionCache.pas. (and a lot more errors) I'm sure
> I'm overlooking something, but the original old package worked.
> 
> What am I overlooking?
> 
> Best regards,
> Albert Drent
> University of Groningen
> 
> 
> --
>

Re: [twsocket] SSL install problem

2008-12-12 Thread Arno Garrels
Darin McGee wrote:
> I just did a quick eyeball compare between the SV download and the zip
> download of ICSV6 and the zip files are newer.
> 
> ?? I would think the SV files would be newer.

The SVN file times in your local work copy are set to current time
on checkout. In order to track changes SVN uses revision numbers,
right click a directory or single file in you local work copy and
select TortoiseSVN | Show Log.

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html


> 
> Darin
> 
> -Original Message-
> From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
> On Behalf Of Darin McGee
> Sent: Saturday, December 13, 2008 12:32 AM
> To: ICS support mailing
> Subject: Re: [twsocket] SSL install problem
> 
> Hello Team ICS and others,
> 
> After many years of using ICS I am really stuck.
> 
> I am having the same problem installing the OverbyteIcsDel70 with SSL
> support as Albert Dent was / is having.
> 
> I started with a fresh install of Delphi 7 Pro (I have to use version
> 7 for this project).
> 
> I applied patch 1 to Delphi 7. The Windows XP OS is patched up to
> date. 
> 
> I used Tortoise to download from Subversion the ICSV6 directory
> structure.
> 
> I opened the file OverbyteIcsDel70.dpk from the vc32 directory
> 
> I added the vc32 directory to the package project search path.
> 
> I added the USE_SSL to the project conditional defines.
> 
> I compiled the package. No errors.
> 
> I installed the package. No errors.
> 
> I closed the package project and opened the project
> OverbyteIcsSslWebServ.dpr
> 
> I added the vc32 directory to the search path, the USE_SSL was already
> defined.
> 
> I compiled the project and in the file OverbyteIcsSslSessionCache.pas
> I received 26 errors the first being Undeclared identifier
> 'TsslBaseComponent'
> 
> Now I did note that the directory structure has changed a bit from all
> previous versions of the ICS components and that is the full path is
> now \ICSV6\trunk\Delphi\blah blah blah.  Trunk was never in the full
> path before however this is the only difference I have found. This of
> course I assume is because I pulled it from SV and did not download
> it as a zip package.
> 
> I tried the exact same procedure and used OverbyteIcsSslDel70.dpk -
> same results.
> 
> Any idea of what could cause this?  In the many years I have used ICS
> and most versions of Delphi I have never had any problems with
> installation or for that matter any of the components I have used.
> 
> Thanks,
> Darin
> 
> 
> 
> -Original Message-
> From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
> On Behalf Of A Drent
> Sent: Tuesday, December 09, 2008 6:05 AM
> To: twsocket@elists.org
> Subject: [twsocket] SSL install problem
> 
> (tried to post this through the ics-ssl list, but since my email
> changed to
> albert dot drent at rug dot nl I was bounsed. Francois, could you
> correct
> this please?)
> 
> ---
> 
> 
>> From a long time I decided to upgrade the ics ssl components. Since
>> it 
> is
> open-source now I downloaded the v6package and found two packages:
> C:\Components\ICS6\Delphi\Vc32\OverbyteIcsDel100Package.dproj
> 
> and
> C:\Components\ICS6\Delphi\Vc32\OverbyteIcsSSLDel100Package.dproj
> 
> They look the same to me since only ssl is enabled in the project
> option.
> 
> Installing these get me the error Undeclared identifier
> 'TsslBaseComponent'
> in OverbyteIcsSslSessionCache.pas. (and a lot more errors) I'm sure
> I'm overlooking something, but the original old package worked.
> 
> What am I overlooking?
> 
> Best regards,
> Albert Drent
> University of Groningen
> 
> 
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
> 
> 
> __ Information from ESET Smart Security, version of virus
> signature database 3676 (20081209) __
> 
> The message was checked by ESET Smart Security.
> 
> http://www.eset.com
> 
> 
> 
> __ Information from ESET Smart Security, version of virus
> signature database 3688 (20081212) __
> 
> The message was checked by ESET Smart Security.
> 
> http://www.eset.com
> 
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
> 
> 
> __ Information from ESET Smart Security, version of virus
> signature database 368

Re: [twsocket] SSL install problem

2008-12-12 Thread Arno Garrels
Darin McGee wrote:
> 
> I opened the file OverbyteIcsDel70.dpk from the vc32 directory

This package does not include the SSL components.

> 
> I added the vc32 directory to the package project search path.

Add the vc32 directory to the global library path (Tools | Options).

> I added the USE_SSL to the project conditional defines.

Only OverbyteIcsSslDel70.dpk includes the SSL-enabled components. 
 
> I compiled the package. No errors.
> 
> I installed the package. No errors.
> 
> I closed the package project and opened the project
> OverbyteIcsSslWebServ.dpr
> 
> I added the vc32 directory to the search path, the USE_SSL was already
> defined.
> 
> I compiled the project and in the file OverbyteIcsSslSessionCache.pas
> I received 26 errors the first being Undeclared identifier
> 'TsslBaseComponent'

No surprise.
 
> Now I did note that the directory structure has changed a bit from all
> previous versions of the ICS components and that is the full path is
> now \ICSV6\trunk\Delphi\blah blah blah.  Trunk was never in the full
> path before however this is the only difference I have found. This of
> course I assume is because I pulled it from SV and did not download
> it as a zip package.

The path doesn't matter as long as the correct vc32 directory is
in the library path. The SVN has its own directory structure.
If you do not want to checkout everything just checkout the
trunk tree which contains the most recent ICSv6.
 
> I tried the exact same procedure and used OverbyteIcsSslDel70.dpk -
> same results.

Did you uninstall the OverbyteIcsDel70.bpl before installing the
OverbyteIcsSslDel70.dpk (Component | Install Packages)?
Only one of them can be installed at the same time.

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] SSL install problem

2008-12-12 Thread Darin McGee
I just did a quick eyeball compare between the SV download and the zip
download of ICSV6 and the zip files are newer.

?? I would think the SV files would be newer.

Darin

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
On Behalf Of Darin McGee
Sent: Saturday, December 13, 2008 12:32 AM
To: ICS support mailing
Subject: Re: [twsocket] SSL install problem

Hello Team ICS and others,

After many years of using ICS I am really stuck.

I am having the same problem installing the OverbyteIcsDel70 with SSL
support as Albert Dent was / is having.

I started with a fresh install of Delphi 7 Pro (I have to use version 7
for this project).

I applied patch 1 to Delphi 7. The Windows XP OS is patched up to date.

I used Tortoise to download from Subversion the ICSV6 directory
structure.

I opened the file OverbyteIcsDel70.dpk from the vc32 directory

I added the vc32 directory to the package project search path.

I added the USE_SSL to the project conditional defines.

I compiled the package. No errors.

I installed the package. No errors.

I closed the package project and opened the project
OverbyteIcsSslWebServ.dpr

I added the vc32 directory to the search path, the USE_SSL was already
defined.

I compiled the project and in the file OverbyteIcsSslSessionCache.pas I
received 26 errors the first being Undeclared identifier
'TsslBaseComponent'

Now I did note that the directory structure has changed a bit from all
previous versions of the ICS components and that is the full path is now
\ICSV6\trunk\Delphi\blah blah blah.  Trunk was never in the full path
before however this is the only difference I have found. This of course
I assume is because I pulled it from SV and did not download it as a zip
package.

I tried the exact same procedure and used OverbyteIcsSslDel70.dpk - same
results.

Any idea of what could cause this?  In the many years I have used ICS
and most versions of Delphi I have never had any problems with
installation or for that matter any of the components I have used.

Thanks,
Darin



-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
On Behalf Of A Drent
Sent: Tuesday, December 09, 2008 6:05 AM
To: twsocket@elists.org
Subject: [twsocket] SSL install problem

(tried to post this through the ics-ssl list, but since my email changed
to
albert dot drent at rug dot nl I was bounsed. Francois, could you
correct 
this please?)

---


>From a long time I decided to upgrade the ics ssl components. Since it
is
open-source now I downloaded the v6package and found two packages:
C:\Components\ICS6\Delphi\Vc32\OverbyteIcsDel100Package.dproj

and
C:\Components\ICS6\Delphi\Vc32\OverbyteIcsSSLDel100Package.dproj

They look the same to me since only ssl is enabled in the project
option.

Installing these get me the error Undeclared identifier
'TsslBaseComponent'
in OverbyteIcsSslSessionCache.pas. (and a lot more errors) I'm sure I'm
overlooking something, but the original old package worked.

What am I overlooking?

Best regards,
Albert Drent
University of Groningen


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
 

__ Information from ESET Smart Security, version of virus
signature database 3676 (20081209) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
 

__ Information from ESET Smart Security, version of virus
signature database 3688 (20081212) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
 

__ Information from ESET Smart Security, version of virus
signature database 3688 (20081212) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
 

__ Information from ESET Smart Security, version of virus
signature database 3688 (20081212) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] SSL install problem

2008-12-12 Thread Darin McGee
Hello Team ICS and others,

After many years of using ICS I am really stuck.

I am having the same problem installing the OverbyteIcsDel70 with SSL
support as Albert Dent was / is having.

I started with a fresh install of Delphi 7 Pro (I have to use version 7
for this project).

I applied patch 1 to Delphi 7. The Windows XP OS is patched up to date.

I used Tortoise to download from Subversion the ICSV6 directory
structure.

I opened the file OverbyteIcsDel70.dpk from the vc32 directory

I added the vc32 directory to the package project search path.

I added the USE_SSL to the project conditional defines.

I compiled the package. No errors.

I installed the package. No errors.

I closed the package project and opened the project
OverbyteIcsSslWebServ.dpr

I added the vc32 directory to the search path, the USE_SSL was already
defined.

I compiled the project and in the file OverbyteIcsSslSessionCache.pas I
received 26 errors the first being Undeclared identifier
'TsslBaseComponent'

Now I did note that the directory structure has changed a bit from all
previous versions of the ICS components and that is the full path is now
\ICSV6\trunk\Delphi\blah blah blah.  Trunk was never in the full path
before however this is the only difference I have found. This of course
I assume is because I pulled it from SV and did not download it as a zip
package.

I tried the exact same procedure and used OverbyteIcsSslDel70.dpk - same
results.

Any idea of what could cause this?  In the many years I have used ICS
and most versions of Delphi I have never had any problems with
installation or for that matter any of the components I have used.

Thanks,
Darin



-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org]
On Behalf Of A Drent
Sent: Tuesday, December 09, 2008 6:05 AM
To: twsocket@elists.org
Subject: [twsocket] SSL install problem

(tried to post this through the ics-ssl list, but since my email changed
to
albert dot drent at rug dot nl I was bounsed. Francois, could you
correct 
this please?)

---


>From a long time I decided to upgrade the ics ssl components. Since it
is
open-source now I downloaded the v6package and found two packages:
C:\Components\ICS6\Delphi\Vc32\OverbyteIcsDel100Package.dproj

and
C:\Components\ICS6\Delphi\Vc32\OverbyteIcsSSLDel100Package.dproj

They look the same to me since only ssl is enabled in the project
option.

Installing these get me the error Undeclared identifier
'TsslBaseComponent'
in OverbyteIcsSslSessionCache.pas. (and a lot more errors) I'm sure I'm
overlooking something, but the original old package worked.

What am I overlooking?

Best regards,
Albert Drent
University of Groningen


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
 

__ Information from ESET Smart Security, version of virus
signature database 3676 (20081209) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
 

__ Information from ESET Smart Security, version of virus
signature database 3688 (20081212) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] SSL install problem (Arno Garrels)

2008-12-10 Thread Arno Garrels
A Drent wrote:
> Yes, both packages do exists. But only the non-ssl version installs
> ok, the ssl one gives me the compile errors. I need the ssl
> installation because I need to be able to recompile our ssl projects.

These files are created by the IDE when you try to build the Delphi 2006
package with Delphi 2007, they are not included in the ICS package.
So obviously something is broken.
Rename your old ICS directory and create a new one then start a new 
installation from scratch and follow the steps given in my previous email.
You can avoid some problems with implicite rebuilds if you define 
USE_SSL in OverbyteIcsDefs.inc.

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html


> 
> albert
> 
>> 
>> A Drent wrote:
>>> (tried to post this through the ics-ssl list, but since my email
>>> changed to albert dot drent at rug dot nl I was bounsed. Francois,
>>> could you correct this please?)
>>> 
>>> ---
>> 
>> Posting ICS-SSL questions to this list is fine.
>> 
>>> 
 From a long time I decided to upgrade the ics ssl components. Since
 it is
>>> open-source now I downloaded the v6package and found two packages:
>>> C:\Components\ICS6\Delphi\Vc32\OverbyteIcsDel100Package.dproj
>>> 
>>> and
>>> C:\Components\ICS6\Delphi\Vc32\OverbyteIcsSSLDel100Package.dproj
>>> 
>>> They look the same to me since only ssl is enabled in the project
>>> option.
>> 
>> Both package files you mention above do not exist?
>> 
>> The SSL packages include everything from the non-SSL packages.
>> If you don't need the SSL overhead install the non-SSL package,
>> it is impossible to install both.
>> 
>> Make sure that your library path points to the correct directory,
>> remove any library path that points to another ICS directory and
>> remove a previously installed ICS package.
>> 
>> In Delphi 2006 build and install OverbyteIcsSslDel100Package.bdsproj
>> In Delphi 2007 build and install OverbyteIcsSslDel110Package.dproj
>> 
>> --
>> Arno Garrels [TeamICS]
>> http://www.overbyte.be/eng/overbyte/teamics.html
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] SSL install problem (Arno Garrels)

2008-12-10 Thread A Drent
Yes, both packages do exists. But only the non-ssl version installs ok, the 
ssl one gives me the compile errors. I need the ssl installation because I 
need to be able to recompile our ssl projects.

albert

>
> A Drent wrote:
>> (tried to post this through the ics-ssl list, but since my email
>> changed to albert dot drent at rug dot nl I was bounsed. Francois,
>> could you correct this please?)
>>
>> ---
>
> Posting ICS-SSL questions to this list is fine.
>
>>
>>> From a long time I decided to upgrade the ics ssl components. Since
>>> it is
>> open-source now I downloaded the v6package and found two packages:
>> C:\Components\ICS6\Delphi\Vc32\OverbyteIcsDel100Package.dproj
>>
>> and
>> C:\Components\ICS6\Delphi\Vc32\OverbyteIcsSSLDel100Package.dproj
>>
>> They look the same to me since only ssl is enabled in the project
>> option.
>
> Both package files you mention above do not exist?
>
> The SSL packages include everything from the non-SSL packages.
> If you don't need the SSL overhead install the non-SSL package,
> it is impossible to install both.
>
> Make sure that your library path points to the correct directory,
> remove any library path that points to another ICS directory and
> remove a previously installed ICS package.
>
> In Delphi 2006 build and install OverbyteIcsSslDel100Package.bdsproj
> In Delphi 2007 build and install OverbyteIcsSslDel110Package.dproj
>
> --
> Arno Garrels [TeamICS]
> http://www.overbyte.be/eng/overbyte/teamics.html
>


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] SSL install problem

2008-12-09 Thread Arno Garrels
A Drent wrote:
> (tried to post this through the ics-ssl list, but since my email
> changed to albert dot drent at rug dot nl I was bounsed. Francois,
> could you correct this please?)
> 
> ---

Posting ICS-SSL questions to this list is fine.

> 
>> From a long time I decided to upgrade the ics ssl components. Since
>> it is 
> open-source now I downloaded the v6package and found two packages:
> C:\Components\ICS6\Delphi\Vc32\OverbyteIcsDel100Package.dproj
> 
> and
> C:\Components\ICS6\Delphi\Vc32\OverbyteIcsSSLDel100Package.dproj
> 
> They look the same to me since only ssl is enabled in the project
> option. 

Both package files you mention above do not exist?

The SSL packages include everything from the non-SSL packages. 
If you don't need the SSL overhead install the non-SSL package,
it is impossible to install both. 

Make sure that your library path points to the correct directory, 
remove any library path that points to another ICS directory and 
remove a previously installed ICS package.
 
In Delphi 2006 build and install OverbyteIcsSslDel100Package.bdsproj
In Delphi 2007 build and install OverbyteIcsSslDel110Package.dproj

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

> 
> Installing these get me the error Undeclared identifier
> 'TsslBaseComponent' in OverbyteIcsSslSessionCache.pas. (and a lot
> more errors) I'm sure I'm overlooking something, but the original old
> package worked. 
> 
> What am I overlooking?
> 
> Best regards,
> Albert Drent
> University of Groningen
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be