Re: [twsocket] ICS V7 bug ?

2009-07-31 Thread Paul
- Original Message - From: Arno Garrels arno.garr...@gmx.de Every new version grows a bit, MinGW produces rather large binaries, however they do not depend on MS distributables. The smallest libraries can be built with good old VS6, the libraries distributed with Subversion server are

Re: [twsocket] ICS V7 bug ?

2009-07-31 Thread Arno Garrels
Paul wrote: - Original Message - From: Arno Garrels arno.garr...@gmx.de Every new version grows a bit, MinGW produces rather large binaries, however they do not depend on MS distributables. The smallest libraries can be built with good old VS6, the libraries distributed with

Re: [twsocket] ICS V7 bug ?

2009-07-27 Thread Mike Lenox
Just wondering about the implications of this thread to ICS in general. As a Delphi user of ICS, are there DLL concerns for other non-SSL parts of ICS? Francois PIETTE wrote: Altough using in in Delphi is even more interesting, I was just thinking about publishing the procedure to rebuild

Re: [twsocket] ICS V7 bug ?

2009-07-27 Thread Francois Piette
Just wondering about the implications of this thread to ICS in general. As a Delphi user of ICS, are there DLL concerns for other non-SSL parts of ICS? No. ICS uses Windows API directly. Only the SSL part use OpenSSL and obviously require OpenSSL DLL which in turn may require additional DLL

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Angus Robertson - Magenta Systems Ltd
Here is an article from Microsoft concerning the msvcr71.dll and where to place it. Another case of DLL hell. The only safe way to install an ICS SSL application is to install the two or three SSL and runtime DLLs in the same directory as the program. Otherwise you may get conflicts with

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: Here is an article from Microsoft concerning the msvcr71.dll and where to place it. Another case of DLL hell. The only safe way to install an ICS SSL application is to install the two or three SSL and runtime DLLs in the same directory as the

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Paul
are still 613 kB Paul - Original Message - From: Arno Garrels arno.garr...@gmx.de To: ICS support mailing twsocket@elists.org Sent: Sunday, July 26, 2009 10:02 AM Subject: Re: [twsocket] ICS V7 bug ? Angus Robertson - Magenta Systems Ltd wrote: Here is an article from Microsoft

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Francois PIETTE
I recently managed to build OpenSSL with C++ Builder, so one was able link .obj files rather than the libraries, though I'm not sure whether OpenSSL license allowed this for closed-source applications. That is very interesting. Maybe you could create a wiki page to describe the required steps

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Arno Garrels
Francois PIETTE wrote: I recently managed to build OpenSSL with C++ Builder, so one was able link .obj files rather than the libraries, though I'm not sure whether OpenSSL license allowed this for closed-source applications. That is very interesting. Maybe you could create a wiki page to

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Francois PIETTE
I recently managed to build OpenSSL with C++ Builder, so one was able link .obj files rather than the libraries, though I'm not sure whether OpenSSL license allowed this for closed-source applications. That is very interesting. Maybe you could create a wiki page to describe the required steps

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Arno Garrels
Francois PIETTE wrote: I recently managed to build OpenSSL with C++ Builder, so one was able link .obj files rather than the libraries, though I'm not sure whether OpenSSL license allowed this for closed-source applications. That is very interesting. Maybe you could create a wiki page to

Re: [twsocket] ICS V7 bug ?

2009-07-26 Thread Francois PIETTE
: [twsocket] ICS V7 bug ? Francois PIETTE wrote: I recently managed to build OpenSSL with C++ Builder, so one was able link .obj files rather than the libraries, though I'm not sure whether OpenSSL license allowed this for closed-source applications. That is very interesting. Maybe you could create

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Paul
Hi Francois, - Original Message - From: Francois Piette francois.pie...@skynet.be To: ICS support mailing twsocket@elists.org Sent: Friday, July 24, 2009 11:43 AM Subject: Re: [twsocket] ICS V7 bug ? If it is not reproductible on your PC, it is likey that the cause is not in D2009

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Fastream Technologies
, - Original Message - From: Francois Piette francois.pie...@skynet.be To: ICS support mailing twsocket@elists.org Sent: Friday, July 24, 2009 11:43 AM Subject: Re: [twsocket] ICS V7 bug ? If it is not reproductible on your PC, it is likey that the cause is not in D2009-ICSV7 but in a race

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Arno Garrels
Paul wrote: Hi Francois, - Original Message - From: Francois Piette francois.pie...@skynet.be To: ICS support mailing twsocket@elists.org Sent: Friday, July 24, 2009 11:43 AM Subject: Re: [twsocket] ICS V7 bug ? If it is not reproductible on your PC, it is likey that the cause

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Paul
, but you have to wait for the releasse until this has been fixed Paul - Original Message - From: Fastream Technologies ga...@fastream.com To: ICS support mailing twsocket@elists.org Sent: Saturday, July 25, 2009 3:50 PM Subject: Re: [twsocket] ICS V7 bug ? Hello Paul, Our reverse proxy

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Francois PIETTE
I now have comfirmation of several clients that https is broken. I've submitted them with simple testprograms (D7-IcsV5 and D2009 Ics-V7) that does a simple GET request to a webservice. The testprogram compiled with D2009-IcsV7 fails on those computers (only https) The probem is in Ics-V7

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Paul
: [twsocket] ICS V7 bug ? Without information nobody is able to help. If you think the error triggers with slower connections you may want to try http://www.netlimiter.com/ to limit bandwith. If you have a simple test case (source code) you are welcome to send me a copy. Without a repeatable test case

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Paul
Can you publish the test program and everything needed to reproduce the bug ? not for the moment, I can't publish it myself (no access), but I can add the routine here I've sent the complete source to Arno If the bug occurs only on some computers, it is likely that it comes from those

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Francois PIETTE
, try without. -- francois.pie...@overbyte.be http://www.overbyte.be - Original Message - From: Paul paul.blommae...@telenet.be To: ICS support mailing twsocket@elists.org Sent: Saturday, July 25, 2009 4:44 PM Subject: Re: [twsocket] ICS V7 bug ? Can you publish the test program

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Paul
What about LSP ? Do you have the opportunity to run your sample program on a VMWare virtual machine running on one of those computers ? WMWare Player is free of charge. No, the users are just using computers at work. I don't think they can even think of doing that. There's only one person

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Arno Garrels
Paul wrote: No, it's specific : on slower PC's 2Ghz. All were XP SP2 I'm able to confirm, no error on my development box XP Pro SP 3, however error on an old Athlon box, XP Home SP 3. Using Wireshark gives the following result: 1 0.00 192.168.178.20 62.213.206.217 TCP [SYN] Seq=0

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Francois PIETTE
To: ICS support mailing twsocket@elists.org Sent: Saturday, July 25, 2009 5:25 PM Subject: Re: [twsocket] ICS V7 bug ? Paul wrote: No, it's specific : on slower PC's 2Ghz. All were XP SP2 I'm able to confirm, no error on my development box XP Pro SP 3, however error on an old Athlon box, XP

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Arno Garrels
mailing twsocket@elists.org Sent: Saturday, July 25, 2009 5:25 PM Subject: Re: [twsocket] ICS V7 bug ? Paul wrote: No, it's specific : on slower PC's 2Ghz. All were XP SP2 I'm able to confirm, no error on my development box XP Pro SP 3, however error on an old Athlon box, XP Home SP 3

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Arno Garrels
Arno Garrels wrote: Paul wrote: No, it's specific : on slower PC's 2Ghz. All were XP SP2 I'm able to confirm, no error on my development box XP Pro SP 3, however error on an old Athlon box, XP Home SP 3. Using Wireshark gives the following result: 1 0.00 192.168.178.20

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Paul
a testresult : both correct SSl dll's are available! 19:00:19:109 State = httpNotConnected 19:00:19:109 Login betacfg.remotepass.com 19:00:19:109 State = httpDnsLookup 19:00:19:140 State = httpDnsLookupDone 19:00:19:140 connect to 62.213.206.217/443 19:00:19:140 TWSocket will connect to

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Arno Garrels
Paul wrote: a testresult : both correct SSl dll's are available! If you don't use the libraries from http://wiki.overbyte.be/wiki/index.php/FAQ#How_to_get_ICS they may depend on some MS-libraries not available on the target computer. Anyway I would always initialize OpenSSL explicitly by a

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Paul
. Was this a more compact one then version 9.8.i ? Paul - Original Message - From: Arno Garrels arno.garr...@gmx.de To: ICS support mailing twsocket@elists.org Sent: Saturday, July 25, 2009 7:20 PM Subject: Re: [twsocket] ICS V7 bug ? Paul wrote: a testresult : both correct SSl dll's

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Angus Robertson - Magenta Systems Ltd
Wow, It works now with new ssl dll's But now I have another problem : The new dll's are 630 kB larger then the one's I have (same version 0.9.8.9). The original two SSL DLLs are dependent upon msvcr71.dll which is a Microsoft runtime DLL sized at 340K, and you have to have distribute that

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Paul
an...@magsys.co.uk To: twsocket@elists.org Sent: Saturday, July 25, 2009 8:27 PM Subject: Re: [twsocket] ICS V7 bug ? Wow, It works now with new ssl dll's But now I have another problem : The new dll's are 630 kB larger then the one's I have (same version 0.9.8.9). The original two SSL DLLs

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Arno Garrels
. Was this a more compact one then version 9.8.i ? They are the smallest. -- Arno Garrels Paul - Original Message - From: Arno Garrels arno.garr...@gmx.de To: ICS support mailing twsocket@elists.org Sent: Saturday, July 25, 2009 7:20 PM Subject: Re: [twsocket] ICS V7 bug ? Paul

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Darin McGee
PM To: twsocket@elists.org Subject: Re: [twsocket] ICS V7 bug ? Wow, It works now with new ssl dll's But now I have another problem : The new dll's are 630 kB larger then the one's I have (same version 0.9.8.9). The original two SSL DLLs are dependent upon msvcr71.dll which is a Microsoft

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Darin McGee
Robertson - Magenta Systems Ltd Sent: Saturday, July 25, 2009 2:27 PM To: twsocket@elists.org Subject: Re: [twsocket] ICS V7 bug ? Wow, It works now with new ssl dll's But now I have another problem : The new dll's are 630 kB larger then the one's I have (same version 0.9.8.9). The original two

[twsocket] ICS V7 bug ?

2009-07-24 Thread Paul
I have a few error reports of an application compiled with D2009. I've made a few testprograms to get the source of the error. On startup, a small xml is downloaded and this goes wrong with D2009-ICSV7. The returned statuscode = 0. The same testprogram compiled with D7-ICSV5 works fine. I can't

Re: [twsocket] ICS V7 bug ?

2009-07-24 Thread Francois Piette
I have a few error reports of an application compiled with D2009. I've made a few testprograms to get the source of the error. On startup, a small xml is downloaded and this goes wrong with D2009-ICSV7. The returned statuscode = 0. The same testprogram compiled with D7-ICSV5 works fine. I

Re: [twsocket] ICS V7 bug ?

2009-07-24 Thread Paul
support mailing twsocket@elists.org Sent: Friday, July 24, 2009 11:43 AM Subject: Re: [twsocket] ICS V7 bug ? I have a few error reports of an application compiled with D2009. I've made a few testprograms to get the source of the error. On startup, a small xml is downloaded and this goes wrong

Re: [twsocket] ICS V7 bug ?

2009-07-24 Thread Paul
I'm now sure it's an ICS-SSL bug I've asked them to check on http and https. Https fails. We all seem to have the same ISP. upload speed is 1.25 MB/s Paul -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket

Re: [twsocket] ICS V7 bug ?

2009-07-24 Thread Fastream Technologies
Hello, Maybe you should put our ICS reverse proxy in front to see if it is ICSv7 that is failing: www.iqreverseproxy.com . Easy to configure with GUI and has 30-days trial. Regards, SZ On Fri, Jul 24, 2009 at 1:13 PM, Paul paul.blommae...@telenet.be wrote: I'm now sure it's an ICS-SSL bug

Re: [twsocket] ICS V7 bug ?

2009-07-24 Thread Paul
connection and an older PC (2Ghz or less) ? I can send the test program Paul - Original Message - From: Fastream Technologies ga...@fastream.com To: ICS support mailing twsocket@elists.org Sent: Friday, July 24, 2009 12:23 PM Subject: Re: [twsocket] ICS V7 bug ? Hello, Maybe you should

Re: [twsocket] ICS V7 bug ?

2009-07-24 Thread Francois Piette
I should find a client with an older PC with a lower speed internet connection to see if it works there. Maybe you can use a virtual machine to have something slower ? Maybe you can do a large upload/download during you testing so that the internet looks slow ? -- francois.pie...@overbyte.be

Re: [twsocket] ICS V7 bug ?

2009-07-24 Thread Paul
Maybe you can use a virtual machine to have something slower ? Maybe you can do a large upload/download during you testing so that the internet looks slow ? A client has tested during a 100mb file download. The result is still the same. Paul -- To unsubscribe or change your settings for

Re: [twsocket] ICS V7 bug ?

2009-07-24 Thread Paul
Tested it on my PC also during a 100MB download, but here everything works correct Paul -- 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