[twsocket] ICS and SSL on x64 server

2010-08-27 Thread Graham Stratford
I have an ICS app that is working just fine on my test machine (32-bit 
windows). On the 64-bit server, it complains that it can't load the SSLeay 
library (I installed 32-bit SSL at first), and it looks like a 32/64-bit 
problem. Has anyone else had this? 

I downloaded a 64-bit version of the SSL libraries and moved the DLLs into my 
System32 folder. Is that the problem? Can my 32-bit software use 64-bit SSL 
libraries, or should I put 32-bit DLLs into my app's directory? What is the 
best solution here?

Thanks,

Graham
--
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] ICS and SSL on x64 server

2010-08-27 Thread Arno Garrels
Graham Stratford wrote:

 I downloaded a 64-bit version of the SSL libraries and moved the DLLs
 into my System32 folder. Is that the problem? 

Sure, since Delphi/C++Builder is 32-bit you have to use 32-bit DLLs.

-- 
Arno Garrels
--
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] ICS and SSL on x64 server

2010-08-27 Thread Graham Stratford
Well, I only did that after getting an error message (I'm not at the machine 
right now, so I can't say it) that there was an error loading the 32-bit DLLs 
that I installed first.

Graham

On 2010-08-27, at 1:52 PM, Arno Garrels wrote:

 Graham Stratford wrote:
 
 I downloaded a 64-bit version of the SSL libraries and moved the DLLs
 into my System32 folder. Is that the problem? 
 
 Sure, since Delphi/C++Builder is 32-bit you have to use 32-bit DLLs.
 
 -- 
 Arno Garrels
 --
 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] ICS and SSL on x64 server

2010-08-27 Thread Arno Garrels
Graham Stratford wrote:
 Well, I only did that after getting an error message (I'm not at the
 machine right now, so I can't say it) that there was an error loading
 the 32-bit DLLs that I installed first.  

Without the actual error message it's impossible to post a useful hint.
Anyway, 32-bit processes cannot load and link 64-bit libraries.

-- 
Arno Garrels 


--
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] ICS and SSL on x64 server

2010-08-27 Thread Angus Robertson - Magenta Systems Ltd
 I have an ICS app that is working just fine on my test machine 
 (32-bit windows). On the 64-bit server, it complains that it can't 
 load the SSLeay library (I installed 32-bit SSL at first), and it 
 looks like a 32/64-bit problem. Has anyone else had this? 

No, I use ICS SSL on various 64-bit platforms. 
 
 should I put 32-bit DLLs into my app's directory? 

That is the only safe solution with OpenSSL, since numerous applications
may load differing DLL versions into system32 or syswow64 on 64-bit OS
for 32-bit programs. 

Angus

--
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] ICS v5 SSL code merged and updated (mostly to V6)

2008-10-19 Thread Arno Garrels
Hi,

Today I merged current SSL code (v6 including old fixes) with ICS v5.
Good bye INC-files!
Added the working demo applications from V6 and fixed the BCB HttpsTst
demo. These changes are currently only available via the ICS SVN 
repository, checkout svn://svn.overbyte.be/icsv5/trunk or
http://svn.overbyte.be:8443/svn/icsv5/trunk.

To access the repository, you need to use a subversion client. For example 
TortoiseSVN (http://tortoisesvn.net/)
which is very good and OpenSource.

Once your SVN client is installed, for ICS-V6 you can browse to 
svn://svn.overbyte.be/ics or
http://svn.overbyte.be:8443/svn/ics or for ICS-V5 to: 
svn://svn.overbyte.be/icsv5 or
http://svn.overbyte.be:8443/svn/icsv5.  ICS-V7 is a part of V6, in 
ics/branches/icsv7.
All use usercode = ics and password = ics for read access.
Write access is only available to TeamICS.

--
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] ICS and SSL

2008-05-01 Thread Francois PIETTE
 I actually wanted to use the ICS-SSL mailing
 but just can't find it to subscribe. 

http://lists.elists.org/cgi-bin/mailman/listinfo/ics-ssl

--
[EMAIL PROTECTED]
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: Jeff Cook [EMAIL PROTECTED]
To: 'ICS support mailing' twsocket@elists.org
Sent: Thursday, May 01, 2008 12:12 AM
Subject: Re: [twsocket] ICS and SSL


 Hi Francois
 
 I actually wanted to use the ICS-SSL mailing list, but just can't find
 it to subscribe.  I've looked here
 http://lists.elists.org/cgi-bin/mailman/listinfo and the ICS-SSL isn't
 listed.  
 
 Cheers
 
 Jeff
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On Behalf Of Francois Piette
 Sent: Tuesday, 29 April 2008 10:36 p.m.
 To: ICS support mailing
 Subject: Re: [twsocket] ICS and SSL
 
 
 Please use ICS-SSL mailing list.
 --
 [EMAIL PROTECTED]
 Author of ICS (Internet Component Suite, freeware)
 Author of MidWare (Multi-tier framework, freeware)
 http://www.overbyte.be
 
 
 - Original Message - 
 From: Jeff Cook [EMAIL PROTECTED]
 To: 'ICS support mailing' twsocket@elists.org
 Sent: Tuesday, April 29, 2008 11:17 PM
 Subject: [twsocket] ICS and SSL
 
 
 Hi
  
 This is probably a misuse of this list as I gather there is one 
 devoted to SSL  however since I already belong to this one and I 
 guess the main players in SSL are here too, here goes.
  
 I'm confused about how I go about using ICS for an SMTP client
 connected
 to a mail server that uses SSL.   I have googled around and end up on
 a
 page asking for contributions to the development effort - problem 
 there
 - but I see the page says
  
 ICS - SSL Effort 
   http://www.overbyte.be/eng/graphix/clearpix.gif
 Updated: Jan 08, 2006
 
   
 ... so is there an ongoing effort?  Is there a product that I can 
 download at a cost or (hopefully) for free?  The page shows the 
 donations from 2002 to 2005 so perhaps it has been abandoned, 
 superceded or whatever.
  
 Anyway, can someone point me in the right direction - a site with 
 downloads and costs etc.?
  
 Cheers
  
 Jeff
 
 --
 
 Jeff Cook
 
 The Cooks Oasis
 
 The Cooks Ltd
 
 Phone: +682 28 213
 
 Skype: jeffraro
 
 www.cookislandsoasis.com http://www.cookislandsoasis.com/
 
  
 http://fta.firetrust.com/index.cgi?id=jeffraroamp;page=1amp;campaig
 n=
 aspect_email I use and recommend MailWasher Pro to keep my mailbox
 clear of SPAM
 
  
 --
 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] ICS and SSL

2008-04-30 Thread Jeff Cook
Hi Francois

I actually wanted to use the ICS-SSL mailing list, but just can't find
it to subscribe.  I've looked here
http://lists.elists.org/cgi-bin/mailman/listinfo and the ICS-SSL isn't
listed.  

Cheers

Jeff

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Francois Piette
Sent: Tuesday, 29 April 2008 10:36 p.m.
To: ICS support mailing
Subject: Re: [twsocket] ICS and SSL


Please use ICS-SSL mailing list.
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be


- Original Message - 
From: Jeff Cook [EMAIL PROTECTED]
To: 'ICS support mailing' twsocket@elists.org
Sent: Tuesday, April 29, 2008 11:17 PM
Subject: [twsocket] ICS and SSL


 Hi
  
 This is probably a misuse of this list as I gather there is one 
 devoted to SSL  however since I already belong to this one and I 
 guess the main players in SSL are here too, here goes.
  
 I'm confused about how I go about using ICS for an SMTP client
connected
 to a mail server that uses SSL.   I have googled around and end up on
a
 page asking for contributions to the development effort - problem 
 there
 - but I see the page says
  
 ICS - SSL Effort 
   http://www.overbyte.be/eng/graphix/clearpix.gif
 Updated: Jan 08, 2006
 
   
 ... so is there an ongoing effort?  Is there a product that I can 
 download at a cost or (hopefully) for free?  The page shows the 
 donations from 2002 to 2005 so perhaps it has been abandoned, 
 superceded or whatever.
  
 Anyway, can someone point me in the right direction - a site with 
 downloads and costs etc.?
  
 Cheers
  
 Jeff
 
 --
 
 Jeff Cook
 
 The Cooks Oasis
 
 The Cooks Ltd
 
 Phone: +682 28 213
 
 Skype: jeffraro
 
 www.cookislandsoasis.com http://www.cookislandsoasis.com/
 
  
 http://fta.firetrust.com/index.cgi?id=jeffraroamp;page=1amp;campaig
 n=
 aspect_email I use and recommend MailWasher Pro to keep my mailbox
 clear of SPAM
 
  
 --
 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] ICS and SSL

2008-04-29 Thread Jeff Cook
Hi
 
This is probably a misuse of this list as I gather there is one devoted
to SSL  however since I already belong to this one and I guess the
main players in SSL are here too, here goes.
 
I'm confused about how I go about using ICS for an SMTP client connected
to a mail server that uses SSL.   I have googled around and end up on a
page asking for contributions to the development effort - problem there
- but I see the page says
 
ICS - SSL Effort
  http://www.overbyte.be/eng/graphix/clearpix.gif 
Updated: Jan 08, 2006


... so is there an ongoing effort?  Is there a product that I can
download at a cost or (hopefully) for free?  The page shows the
donations from 2002 to 2005 so perhaps it has been abandoned, superceded
or whatever.
 
Anyway, can someone point me in the right direction - a site with
downloads and costs etc.? 
 
Cheers
 
Jeff

--

Jeff Cook

The Cooks Oasis

The Cooks Ltd

Phone: +682 28 213

Skype: jeffraro

www.cookislandsoasis.com http://www.cookislandsoasis.com/  

 
http://fta.firetrust.com/index.cgi?id=jeffraroamp;page=1amp;campaign=
aspect_email I use and recommend MailWasher Pro to keep my mailbox
clear of SPAM

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