Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
Did you get my message below? Anyone has a BCB6 package fix idea for the file below?? Regards, SZ - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Sunday, February 26, 2006 9:48 AM Subject: [twsocket] Problem with v6

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Francois Piette
Despite all that I have done, the package that I created for BCB6 (http://www.fastream.com/ics/V6.zip) gives linker access violation. Anyone can help? Linker access violation is likely a bug in BCB6 itself. I have no idea how to solve that. You should try with BDS2006. The trial version is

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
Hello, - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 10:45 AM Subject: Re: [twsocket] Problem with v6 BCB package Despite all that I have done, the package that I created for BCB6

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Francois Piette
I have been able to skip the bug by removing zlibobjs.pas. :-) Now there is a huge design problem: Problems are always huge with you. In OverbyteIcsTypes.pas, you redefined all the types used from windows for compactibality reasons (I believe). However BCB complains (in project with

Re: [twsocket] TPing, trouble with TTL

2006-02-27 Thread Angus Robertson - Magenta Systems Ltd
I want to make traceroute function in my project... but... without normal work with TTL it's impossible :( Download the threaded ping component from the usermade page or http://www.magsys.co.uk/delphi/magics.asp, which includes a fully functional trace route application, where TTL does work.

[twsocket] Running on W95

2006-02-27 Thread Bjørnar Nielsen
I have trouble with running an exe that uses the the THttpCli component on a W95. It works on W98 and later. And it works also on earlier versions of ICS, but not the latest beta. I get this error-message in ReasonPhrase in OnRequestDone: Can't connect: No error (Error #0) Anyone has any tips?

Re: [twsocket] Running on W95

2006-02-27 Thread Fastream Technologies
Which version of winsock does w95 have? I have a strong feeling that upgrading to ws2 would help. Regards, SZ - Original Message - From: Bjørnar Nielsen [EMAIL PROTECTED] To: 'ICS support mailing' twsocket@elists.org Sent: Monday, February 27, 2006 2:57 PM Subject: [twsocket] Running

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
Hello, - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 12:56 PM Subject: Re: [twsocket] Problem with v6 BCB package I have been able to skip the bug by removing zlibobjs.pas. :-) Now there is

Re: [twsocket] Running on W95

2006-02-27 Thread Bjørnar Nielsen
How do I find the winsock version-number? I will check if I have all service-packs on the w95-installation. Is there a change in wich winsock-version ICS supports or is this a bug? Regards Bjørnar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [twsocket] TPing, trouble with TTL

2006-02-27 Thread Francois Piette
There are several traceroute samples available from the usermade page at my website. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware)

Re: [twsocket] Running on W95

2006-02-27 Thread Francois Piette
I have trouble with running an exe that uses the the THttpCli component on a W95. It works on W98 and later. And it works also on earlier versions of ICS, but not the latest beta. I get this error-message in ReasonPhrase in OnRequestDone: Can't connect: No error (Error #0) Anyone has

Re: [twsocket] Running on W95

2006-02-27 Thread Fastream Technologies
Hello Bjørnar, When you say latest beta, do you mean v6? Regards, SZ - Original Message - From: Bjørnar Nielsen [EMAIL PROTECTED] To: 'ICS support mailing' twsocket@elists.org Sent: Monday, February 27, 2006 3:32 PM Subject: Re: [twsocket] Running on W95 Anyone has any tips? I

Re: [twsocket] Running on W95

2006-02-27 Thread Bjørnar Nielsen
No, the other beta from the same date. Regards Bjørnar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fastream Technologies Sent: 27. februar 2006 14:37 To: ICS support mailing Subject: Re: [twsocket] Running on W95 Hello Bjørnar, When

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
This won't be as easy as to say: There are 20+ units! What about including a special .h for this purpose that undefs all overbyte defs?? Regards, SZ - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
No I don't think that would be easy as well... Why don't you use namespaces which are designed for this purpose? You should not include the pascal translation of, use namespace overbyte; instead call functions like Overbyte::getwindowLong(); I understand that you wanted to simply the uses

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Francois Piette
I have no idea about how to define C++ name space with Delphi code. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 2:47 PM Subject: Re: [twsocket]

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
Well then this is a problem we need to solve for v6 release. ;(( Regards, SZ - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 4:00 PM Subject: Re: [twsocket] Problem with v6 BCB package I have no

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
NO wait, you must have got the idea of how to make a namespace from delphi: it is easy and done in all ICS code as it is automatic in Delphi! In Delphi the unit name becomes the namespace name in C++! The problem is in the current situation you -somehow- make the namespace contents public and

Re: [twsocket] Running on W95

2006-02-27 Thread Bjørnar Nielsen
The numbers give me 1.1 on both my XP and W95. Hov do I control which winsock-version is installed? Regards Bjørnar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois Piette Sent: 27. februar 2006 15:00 To: ICS support mailing Subject: Re:

Re: [twsocket] Running on W95

2006-02-27 Thread Francois Piette
I suspect a security product which prevent connection. There is no antivirus or similar on the system. I tried compiling a testproject with the latest beta and the same project on an earlier ICS-distribution. I get this error only on latest beta, so there must be something with ICS that

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
Hello Francois, #undef HWND does not work as it is for the preprocessor but HWND is for the compiler! Any other ideas? Regards, SZ - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 3:23 PM Subject:

Re: [twsocket] Running on W95

2006-02-27 Thread Piotr Dałek
Hello! I have trouble with running an exe that uses the the THttpCli component on a W95. It works on W98 and later. And it works also on earlier versions of ICS, but not the latest beta. I get this error-message in ReasonPhrase in OnRequestDone: Can't connect: No error (Error #0)

Re: [twsocket] Html email to many users

2006-02-27 Thread Francois PIETTE
for i:= 0 to Lista.Count-1 do // from 0 to 1 begin SendMail(Lista.Strings[i]); end; And - what am I doing wrong - this doesn't work. Sending email is like in demo program. I have message: SmtpException: SMTP component not ready Your

[twsocket] HttpCli-GetASync() exception

2006-02-27 Thread Kris Schoofs
Hi, The httptest1.cpp example for HttpCli has following exception handling... try { HttpCli1-Get(); } __except (TRUE) { DisplayMemo-Lines-Add(GET Failed !); DisplayMemo-Lines-Add(StatusCode = + IntToStr(HttpCli1-StatusCode)); return; } I was

Re: [twsocket] Html email to many users

2006-02-27 Thread Pawel (WP)
Francois, You writed: (...) Instead of programming a loop, you must use the event. You simply start your first mail send and then do nothing until the event signaling the end of request os done. Then only you pick the next mail from your list and send it. Using this scheme, you can go faster by

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Dan
I didn't think #defines followed namespaces, thought they were always global. Could be wrong... Dan - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, February 27, 2006 2:19 PM Subject: Re: [twsocket] Problem

[twsocket] HttpCli - Bandwidth

2006-02-27 Thread kenforever
HttpCli-BandwidthLimit=500; HttpCli-BandwidthSampling=10; Dose anyone know these property how to use, and what's happen when using these setting? ___ YM - 離線訊息 就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。

Re: [twsocket] Problem with v6 BCB package

2006-02-27 Thread Fastream Technologies
Francois, I think we should remove the library and types units and embed the code into other units with direct Windows names. OR BETTER, we can rename the functions as ICSGetWindowLong() and ICSHWND. I can do this for you but I want to be assured that my changes will be applied and therefore I