Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-04 Thread Francois PIETTE

GOT IT WOKRING.

In the environment variables there was a setting platformbuild = BCB or 
HCB

I removed that and now the defines work all compiled fine.


Congratulations.
And really thank you for providing this feedback. Not enough people think 
about saying they fixed their problem and even less are explaining how. This 
is very important for those searching the archive and finding a solution.


Best regards,
--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
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] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-04 Thread Marc Hale
No prob I now how it us we are all coders 

I did drive me crazy for 3 days

Sent from my iPhone

On Feb 4, 2011, at 8:52 AM, Francois PIETTE francois.pie...@skynet.be wrote:

 GOT IT WOKRING.
 
 In the environment variables there was a setting platformbuild = BCB or HCB
 I removed that and now the defines work all compiled fine.
 
 Congratulations.
 And really thank you for providing this feedback. Not enough people think 
 about saying they fixed their problem and even less are explaining how. This 
 is very important for those searching the archive and finding a solution.
 
 Best regards,
 --
 francois.pie...@overbyte.be
 The author of the freeware multi-tier middleware MidWare
 The author of the freeware Internet Component Suite (ICS)
 http://www.overbyte.be
 
 --
 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
--
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] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-03 Thread Marc Hale
I tried that. Still did not show the ssl installing but when I compiled the
sample project it died on every project that had the 

{$IFNDEF NOFORMS}
Bomb('Please add NOFORMS to your project defines to reduce exe size');
{$ENDIF}

I checked the defines in each one and it has NOFORMS;DEBUG

Its almost like it is not seeing any of the defines in the project

I restored my pc back to before in installed any application and just
installed Delphi 2007 did the 2007 updates and only installed ICS and still
same thing

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: Thursday, February 03, 2011 2:27 AM
To: ICS support mailing
Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

 Any other suggestions. I tried everything I can think of

Restart everuthing from scratch.
First remove all files related to ICS from your harddisk, everywhere on your
hard disk, including pas, dpr, dfm, dsk, cfg, res, dcu, dcp, and bpl files. 
Remove ICS packages from the IDE (components / install component / packages
and REMOVE all ICS packages you can find).
Then use Tortoise or any other subversion client to download the latest
ICS-V7 from the version control system repository at
svn://svn.overbyte.be/ics/trunk or http://svn.overbyte.be:8443/svn/ics/trunk
(usercode and paswword are both ics).
Then start Delphi, and open
installdir/ics/trunk/install/D2007Install.grouproj. Rebuild the runtime
package, rebuild the design time package, install the design time package. 
Add installdir/ics/trunk/delphi/vc32 directory to Delphi search path (in
the IDE options).
Then open the sample projectgroup: 
installdir/ics/trunk/delphi/internet/OverbyteIcsD2007Sam.grouproj and
rebuild all samples.
This has to work ! If not, reinstall Delphi 2007 and start again.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare The author of the
freeware Internet Component Suite (ICS) http://www.overbyte.be

--
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

--
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] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-03 Thread Marc Hale
I found this online 

I was wondering if someone could please confirm something for me. Recently I
found out that Delphi 2007 has problems with Conditional Defines,
something due to the use of MSBuild.

While it's been a recent find for me, apparently this problem has been
around since the release of Delphi 2007, and I was wondering if anyone knew
the status of this problem?

ie, the work-around is to disable MSBuild through the registry, but is this
a Codegear problem, or a Microsoft problem? Can we expect this bug to be
fixed, or are we eventually going to lose the ability to define conditional
compiles/builds within our applications with the migration to Microsoft
Build technology?


Trying to figure out how to disable it now

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: Thursday, February 03, 2011 2:27 AM
To: ICS support mailing
Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

 Any other suggestions. I tried everything I can think of

Restart everuthing from scratch.
First remove all files related to ICS from your harddisk, everywhere on your
hard disk, including pas, dpr, dfm, dsk, cfg, res, dcu, dcp, and bpl files. 
Remove ICS packages from the IDE (components / install component / packages
and REMOVE all ICS packages you can find).
Then use Tortoise or any other subversion client to download the latest
ICS-V7 from the version control system repository at
svn://svn.overbyte.be/ics/trunk or http://svn.overbyte.be:8443/svn/ics/trunk
(usercode and paswword are both ics).
Then start Delphi, and open
installdir/ics/trunk/install/D2007Install.grouproj. Rebuild the runtime
package, rebuild the design time package, install the design time package. 
Add installdir/ics/trunk/delphi/vc32 directory to Delphi search path (in
the IDE options).
Then open the sample projectgroup: 
installdir/ics/trunk/delphi/internet/OverbyteIcsD2007Sam.grouproj and
rebuild all samples.
This has to work ! If not, reinstall Delphi 2007 and start again.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare The author of the
freeware Internet Component Suite (ICS) http://www.overbyte.be

--
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

--
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] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-03 Thread Marc Hale
GOT IT WOKRING.

In the environment variables there was a setting platformbuild = BCB or HCB
I removed that and now the defines work all compiled fine.

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: Thursday, February 03, 2011 2:27 AM
To: ICS support mailing
Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

 Any other suggestions. I tried everything I can think of

Restart everuthing from scratch.
First remove all files related to ICS from your harddisk, everywhere on your
hard disk, including pas, dpr, dfm, dsk, cfg, res, dcu, dcp, and bpl files. 
Remove ICS packages from the IDE (components / install component / packages
and REMOVE all ICS packages you can find).
Then use Tortoise or any other subversion client to download the latest
ICS-V7 from the version control system repository at
svn://svn.overbyte.be/ics/trunk or http://svn.overbyte.be:8443/svn/ics/trunk
(usercode and paswword are both ics).
Then start Delphi, and open
installdir/ics/trunk/install/D2007Install.grouproj. Rebuild the runtime
package, rebuild the design time package, install the design time package. 
Add installdir/ics/trunk/delphi/vc32 directory to Delphi search path (in
the IDE options).
Then open the sample projectgroup: 
installdir/ics/trunk/delphi/internet/OverbyteIcsD2007Sam.grouproj and
rebuild all samples.
This has to work ! If not, reinstall Delphi 2007 and start again.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare The author of the
freeware Internet Component Suite (ICS) http://www.overbyte.be

--
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

--
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] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-02 Thread Francois PIETTE

I probably have another stupid question : How do you know
you have not SSL installed ?



I removed the USE_SSL to make it do the SSL not matter what then I get
ERRORS on all the TSSL* files undelcarded ident


USE_SSL is required in all projects using SSL and also in both packages 
(runtime and designtime).
When you add/remove the define, you MUST rebuild everything, packages and 
applications.


And of course you need to have the two OpenSSL DLL deployed.
--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
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] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-02 Thread Marc Hale
Any other suggestions. I tried everything I can think of

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: Tuesday, February 01, 2011 3:08 PM
To: ICS support mailing
Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

I probably have another stupid question : How do you know you have not SSL
installed ?
Make sur you have only one OverbyteIcsD2007Run.bpl and one
OverbyteIcsD2007Design.bpl  file anywhere on your harddisk. You may also
delete every file OverbyteIcs*.dcu anywhere on you harddisk.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare The author of the
freeware Internet Component Suite (ICS) http://www.overbyte.be



- Original Message -
From: Marc Hale firedude...@att.net
To: 'ICS support mailing' twsocket@elists.org
Sent: Tuesday, February 01, 2011 12:33 PM
Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL


 It is version 7 I even re-download it from the site to make sure I had the
 latest version. If I install the same code on one of my machines its fine.
 But on my new machine it won't install the SSL.

 I even copied all the registry settings from my old machine for Delphi
 2007

 I even copied the same info to my Delphi 2010 install and it installs the
 SSL fine.

 Is there some setting in Delphi 2007 I'm missing

 -Original Message-
 From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
 Behalf Of Francois PIETTE
 Sent: Tuesday, February 01, 2011 2:11 AM
 To: ICS support mailing
 Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

 You installed ICS-V5  instead of V7 ?

 --
 francois.pie...@overbyte.be
 The author of the freeware multi-tier middleware MidWare The author of the
 freeware Internet Component Suite (ICS) http://www.overbyte.be

 - Original Message -
 From: Marc Hale firedude...@att.net
 To: twsocket@elists.org
 Sent: Tuesday, February 01, 2011 2:28 AM
 Subject: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL


 Just got a new PC and installed Delphi 2007 trying to install ICS SSL
 which i already have installed on my 2 other machines working fine.

 not matter what i do when i build and install the 2007 group it will not
 install SSL. i have check the package and USE SSL is defined.

 i compiled it on a different computer and all fine. copied the code back
 to my new computer and compiled it and ssl will not install

 Please help.

 --
 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

 --
 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

--
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

--
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] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-02 Thread Francois PIETTE

Any other suggestions. I tried everything I can think of


Restart everuthing from scratch.
First remove all files related to ICS from your harddisk, everywhere on your 
hard disk, including pas, dpr, dfm, dsk, cfg, res, dcu, dcp, and bpl files. 
Remove ICS packages from the IDE (components / install component / packages 
and REMOVE all ICS packages you can find).
Then use Tortoise or any other subversion client to download the latest 
ICS-V7 from the version control system repository at 
svn://svn.overbyte.be/ics/trunk or http://svn.overbyte.be:8443/svn/ics/trunk 
(usercode and paswword are both ics).
Then start Delphi, and open 
installdir/ics/trunk/install/D2007Install.grouproj. Rebuild the runtime 
package, rebuild the design time package, install the design time package. 
Add installdir/ics/trunk/delphi/vc32 directory to Delphi search path (in 
the IDE options).
Then open the sample projectgroup: 
installdir/ics/trunk/delphi/internet/OverbyteIcsD2007Sam.grouproj and 
rebuild all samples.

This has to work ! If not, reinstall Delphi 2007 and start again.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
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] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-01 Thread Marc Hale
It is version 7 I even re-download it from the site to make sure I had the
latest version. If I install the same code on one of my machines its fine.
But on my new machine it won't install the SSL.

I even copied all the registry settings from my old machine for Delphi 2007

I even copied the same info to my Delphi 2010 install and it installs the
SSL fine.

Is there some setting in Delphi 2007 I'm missing

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: Tuesday, February 01, 2011 2:11 AM
To: ICS support mailing
Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

You installed ICS-V5  instead of V7 ?

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare The author of the
freeware Internet Component Suite (ICS) http://www.overbyte.be

- Original Message -
From: Marc Hale firedude...@att.net
To: twsocket@elists.org
Sent: Tuesday, February 01, 2011 2:28 AM
Subject: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL


 Just got a new PC and installed Delphi 2007 trying to install ICS SSL 
 which i already have installed on my 2 other machines working fine.

 not matter what i do when i build and install the 2007 group it will not 
 install SSL. i have check the package and USE SSL is defined.

 i compiled it on a different computer and all fine. copied the code back 
 to my new computer and compiled it and ssl will not install

 Please help.

--
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

--
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] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-01 Thread Francois PIETTE

I probably have another stupid question : How do you know you have not SSL
installed ?
Make sur you have only one OverbyteIcsD2007Run.bpl and one
OverbyteIcsD2007Design.bpl  file anywhere on your harddisk. You may also
delete every file OverbyteIcs*.dcu anywhere on you harddisk.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be



- Original Message - 
From: Marc Hale firedude...@att.net

To: 'ICS support mailing' twsocket@elists.org
Sent: Tuesday, February 01, 2011 12:33 PM
Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL



It is version 7 I even re-download it from the site to make sure I had the
latest version. If I install the same code on one of my machines its fine.
But on my new machine it won't install the SSL.

I even copied all the registry settings from my old machine for Delphi
2007

I even copied the same info to my Delphi 2010 install and it installs the
SSL fine.

Is there some setting in Delphi 2007 I'm missing

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: Tuesday, February 01, 2011 2:11 AM
To: ICS support mailing
Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

You installed ICS-V5  instead of V7 ?

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare The author of the
freeware Internet Component Suite (ICS) http://www.overbyte.be

- Original Message -
From: Marc Hale firedude...@att.net
To: twsocket@elists.org
Sent: Tuesday, February 01, 2011 2:28 AM
Subject: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL



Just got a new PC and installed Delphi 2007 trying to install ICS SSL
which i already have installed on my 2 other machines working fine.

not matter what i do when i build and install the 2007 group it will not
install SSL. i have check the package and USE SSL is defined.

i compiled it on a different computer and all fine. copied the code back
to my new computer and compiled it and ssl will not install

Please help.


--
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

--
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


--
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] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-01 Thread Marc Hale
I removed the USE_SSL to make it do the SSL not matter what then I get
ERRORS on all the TSSL* files undelcarded ident

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: Tuesday, February 01, 2011 3:08 PM
To: ICS support mailing
Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

I probably have another stupid question : How do you know you have not SSL
installed ?
Make sur you have only one OverbyteIcsD2007Run.bpl and one
OverbyteIcsD2007Design.bpl  file anywhere on your harddisk. You may also
delete every file OverbyteIcs*.dcu anywhere on you harddisk.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare The author of the
freeware Internet Component Suite (ICS) http://www.overbyte.be



- Original Message -
From: Marc Hale firedude...@att.net
To: 'ICS support mailing' twsocket@elists.org
Sent: Tuesday, February 01, 2011 12:33 PM
Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL


 It is version 7 I even re-download it from the site to make sure I had the
 latest version. If I install the same code on one of my machines its fine.
 But on my new machine it won't install the SSL.

 I even copied all the registry settings from my old machine for Delphi
 2007

 I even copied the same info to my Delphi 2010 install and it installs the
 SSL fine.

 Is there some setting in Delphi 2007 I'm missing

 -Original Message-
 From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
 Behalf Of Francois PIETTE
 Sent: Tuesday, February 01, 2011 2:11 AM
 To: ICS support mailing
 Subject: Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

 You installed ICS-V5  instead of V7 ?

 --
 francois.pie...@overbyte.be
 The author of the freeware multi-tier middleware MidWare The author of the
 freeware Internet Component Suite (ICS) http://www.overbyte.be

 - Original Message -
 From: Marc Hale firedude...@att.net
 To: twsocket@elists.org
 Sent: Tuesday, February 01, 2011 2:28 AM
 Subject: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL


 Just got a new PC and installed Delphi 2007 trying to install ICS SSL
 which i already have installed on my 2 other machines working fine.

 not matter what i do when i build and install the 2007 group it will not
 install SSL. i have check the package and USE SSL is defined.

 i compiled it on a different computer and all fine. copied the code back
 to my new computer and compiled it and ssl will not install

 Please help.

 --
 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

 --
 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

--
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

--
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


[twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-01-31 Thread Marc Hale
Just got a new PC and installed Delphi 2007 trying to install ICS SSL which i 
already have installed on my 2 other machines working fine.

not matter what i do when i build and install the 2007 group it will not 
install SSL. i have check the package and USE SSL is defined.

i compiled it on a different computer and all fine. copied the code back to my 
new computer and compiled it and ssl will not install

Please help.


--
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] Install ICS SSL Delphi 2007 Problem NO SSL

2011-01-31 Thread Francois PIETTE

You installed ICS-V5  instead of V7 ?

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

- Original Message - 
From: Marc Hale firedude...@att.net

To: twsocket@elists.org
Sent: Tuesday, February 01, 2011 2:28 AM
Subject: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL


Just got a new PC and installed Delphi 2007 trying to install ICS SSL 
which i already have installed on my 2 other machines working fine.


not matter what i do when i build and install the 2007 group it will not 
install SSL. i have check the package and USE SSL is defined.


i compiled it on a different computer and all fine. copied the code back 
to my new computer and compiled it and ssl will not install


Please help.


--
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