[twsocket] Unable to find threaded WSocketserver example in v7

2008-11-21 Thread Fastream Technologies
Hello, Wasn'T it suppose to be included in the package? Regards, SZ -- 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 v7 BCB2009 compatibility bug

2008-11-21 Thread Fastream Technologies
Hello, {$ELSE} Bomb('This component requires Delphi 7 or later'); {$ENDIF} In TFtpServer and TFtpClient, it bombs! Please also add BCB to conditional checks--not only DELPHI7_UP. Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] ICS v7 BCB2009 compatibility bug

2008-11-21 Thread Arno Garrels
Fastream Technologies wrote: Hello, {$ELSE} Bomb('This component requires Delphi 7 or later'); {$ENDIF} In TFtpServer and TFtpClient, it bombs! Please also add BCB to conditional checks--not only DELPHI7_UP. It's done. -- Arno Garrels [TeamICS]

Re: [twsocket] ICS v7 BCB2009 compatibility bug

2008-11-21 Thread Fastream Technologies
When? Did you check other units as well and test the bcbssl12 package under bcb2009? Please clarify. Regards, SZ On Fri, Nov 21, 2008 at 2:06 PM, Arno Garrels [EMAIL PROTECTED] wrote: Fastream Technologies wrote: Hello, {$ELSE} Bomb('This component requires Delphi 7 or later');

Re: [twsocket] OT: C# equivalent of ICS

2008-11-21 Thread Bill West
Thanks Fredrik, but that procedure looks more complicated than the problem I'm trying to solve g. After working with C# a little more, .net's asynchronous socket methods looks suitable for a relative small job. It does work and it is described in our wiki at

Re: [twsocket] ICS v7 BCB2009 compatibility bug

2008-11-21 Thread Arno Garrels
Fastream Technologies wrote: When? Did you check other units as well and test the bcbssl12 package under bcb2009? Please clarify. I checked it recently, however in the meanwhile a lot of work has been done, so the BCB packages may not be up to date. And indeed, Angus removed

Re: [twsocket] ICS v7 BCB2009 compatibility bug

2008-11-21 Thread Fastream Technologies
Seems fine now. On Fri, Nov 21, 2008 at 3:42 PM, Arno Garrels [EMAIL PROTECTED] wrote: Fastream Technologies wrote: When? Did you check other units as well and test the bcbssl12 package under bcb2009? Please clarify. I checked it recently, however in the meanwhile a lot of work has been

Re: [twsocket] OT: C# equivalent of ICS

2008-11-21 Thread Fredrik Larsson
Ah, perhaps they have improved. My experience was that they were a nightmare to work with and not as easy as ICS. But as long as you get it to work that's the point! :) /Fredrik. -Original Message- Thanks Fredrik, but that procedure looks more complicated than the problem I'm trying to

[twsocket] OT: In BCB2009, is it possible to call C++ functions from inside Pascal units?

2008-11-21 Thread Fastream Technologies
Hello, Maybe somebody know a way to do it in BCB2009? It use to be impossible. Regards, SZ -- 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 v7 BCB2009 compatibility bug

2008-11-21 Thread Arno Garrels
Arno Garrels wrote: Fastream Technologies wrote: When? Did you check other units as well and test the bcbssl12 package under bcb2009? Please clarify. I checked it recently, however in the meanwhile a lot of work has been done, so the BCB packages may not be up to date. And indeed, Angus

Re: [twsocket] OT: In BCB2009, is it possible to call C++ functions from inside Pascal units?

2008-11-21 Thread Olivier Sannier
Fastream Technologies wrote: Hello, Maybe somebody know a way to do it in BCB2009? It use to be impossible. Regards, SZ Still is. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website

Re: [twsocket] Posting unicode data in HTTP Post

2008-11-21 Thread Irfan Mulic
Hi, Thanks for your help, but still I am not getting the same results when I do post to php script. This is PHP script ?php echo Note = . $_POST['note']; if($_POST['action'] == 'i') { /* * This code will add new notes to the database */ $sql = INSERT INTO app_notes VALUES ('',