Re: [twsocket] Architectural question II

2007-03-20 Thread Bevan Edwards
Why not have a single thread responsible for doing that and then just have the TTimers use PostThreadMessage to request the update? Markus Humm wrote: Hello, regarding my question from last weekend only a part was answered so far. The thing is now: if several TTimers get fired at the same

[twsocket] WinSock error 10035 with TWSocketServer

2007-01-11 Thread Bevan Edwards
what might be going wrong here? Regards, Bevan Edwards -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] SMTPClient

2006-08-31 Thread Bevan Edwards
Hi Carlos, Is the Smtp1.port := 'smpt'; an error in your code or a typo? It should be Smtp1.port := 'smtp'; Regards, Bevan lalin wrote: Hello, I use SMTPClient for sending a email since a server with default smtp server of IIS. The example program find this smtp server. But in my

Re: [twsocket] BCB2006 Console mode application requires CONTROLS.OBJ

2006-04-15 Thread Bevan Edwards
the following in the .bdsproj file: property category=build.node name=libraries value=vcl.lib rtl.lib IcsDel100.lib/ Regards, Bevan Bevan Edwards wrote: Hi all, I was hoping someone here may be able to help me with this. I have created a console mode application and turned off Build

[twsocket] BCB2006 Console mode application requires CONTROLS.OBJ

2006-04-13 Thread Bevan Edwards
Hi all, I was hoping someone here may be able to help me with this. I have created a console mode application and turned off Build with Runtime packages - a sample of code exhibiting the problem is shown below. When I attempt to build this project, I get an error stating [Linker Fatal Error]

Re: [twsocket] RE : RE : RE : THttpCli in TDatamodule (Console program)

2006-04-13 Thread Bevan Edwards
Hi, Yves Palma wrote: In fact I have an AV with any ICS component (if I create a new TForm project and add a Tping component and then run the program, I get the AV) The AV is in rtl100.bpl I have solved my problem. I need to unselect 'build with packages' on my Project Options / Packages.

[twsocket] NOFORMS with ICS v5 TTnCnx class

2006-04-12 Thread Bevan Edwards
Hi all, I was compiling ICS v5 with NOFORMS defined and found that the TTnCnx class is not properly setup for this - it uses WSocket.AllocateHWND and WSocket.DeallocateHWnd. I have corrected it by copying the appropriate code from another component, but thought that Francois my like to fix

Re: [twsocket] NOFORMS with ICS v5 TTnCnx class

2006-04-12 Thread Bevan Edwards
Hi Francois, I have sent the file directly to your e-mail address, rather than the list. Regards, Bevan Francois PIETTE wrote: I was compiling ICS v5 with NOFORMS defined and found that the TTnCnx class is not properly setup for this - it uses WSocket.AllocateHWND and WSocket.DeallocateHWnd.

[twsocket] Compiling ICSBCB100 project for ICS v5

2006-04-12 Thread Bevan Edwards
Hi all, As someone earlier indicated, I built the ICSDel100 project and then turned on Generate All C++Builder files option, which seems to have worked alright. However, if I try to build the ICSBCB100 project, it gives me errors about mssing .OBJ files. The first is ICSLOGGER.OBJ, which I

Re: [twsocket] Compiling ICSBCB100 project for ICS v5

2006-04-12 Thread Bevan Edwards
Hi Francois, Francois PIETTE wrote: As someone earlier indicated, I built the ICSDel100 project and then turned on Generate All C++Builder files option, which seems to have worked alright. However, if I try to build the ICSBCB100 project, it gives me errors about mssing .OBJ files. The first is

Re: [twsocket] Compiling ICSBCB100 project for ICS v5

2006-04-12 Thread Bevan Edwards
Hi Arno, As someone earlier indicated, I built the ICSDel100 project and then turned on Generate All C++Builder files option, which seems to have worked alright. However, if I try to build the ICSBCB100 project, it gives me errors about mssing .OBJ files. The first is ICSLOGGER.OBJ, which I

Re: [twsocket] NOFORMS with ICS v5 TTnCnx class

2006-04-12 Thread Bevan Edwards
Hi Francois, Francois PIETTE wrote: I have sent the file directly to your e-mail address, rather than the list. Looking at the change you've made, I see that you have not the latest ICS (beta) version. In the latest beta version, Arno Garrels already made those changes ! In the history,

Re: [twsocket] Any BCB users out there?

2006-04-01 Thread Bevan Edwards
Hi Arno, I followed your instructions for installing ICS v6 (see below), but when I compile a project with a single HttpCli component on it, I get Declaration terminated incorrectly and Multiple declaration for u_long errors from the OverbyteIcsWinsock.hpp file. You mentioned that you

Re: [twsocket] Any BCB users out there?

2006-04-01 Thread Bevan Edwards
Oh, I might switch to v5 then ;) Arno Garrels wrote: Bevan Edwards wrote: Hi Arno, I followed your instructions for installing ICS v6 (see below), but when I compile a project with a single HttpCli component on it, I get Declaration terminated incorrectly and Multiple declaration for u_long

Re: [twsocket] Any BCB users out there?

2006-04-01 Thread Bevan Edwards
Oh, I might switch to v5 then ;) The only reason why I'm still on V5 is not enough time :( If you don't need to instanciate thousands of ICS objects you can sure use V5 until V6 fully supports BCB2006. However it would be nice if you were able to fix it. Time is a bit of a factor for me

Re: [twsocket] Any BCB users out there?

2006-04-01 Thread Bevan Edwards
Hiya, Fastream Technologies wrote: The problem in v6 under C++ is OverbyteIcsTypes defines the Windows constants once again for just clarity reasons under Delphi and this annoys the C++ compiler. From a quick look, isn't the problem simply that WINSOCK2.H declares these using #define's,

Re: [twsocket] Any BCB users out there?

2006-03-07 Thread Bevan Edwards
Hi all, As far as I can remember, we are not the only BCB users here on this list. Could you confirm that you are as well using BCB and how do you install and use the latest versions on your C++ compiler? I use BCB6 and BDS2006, but I haven't yet ventured down the path of installing any of

Re: [twsocket] SmtpCli problem with OnAttachContentType

2005-03-29 Thread Bevan Edwards
been updated/changed/fixed since that time when InitUUEncode was renamed. Thanks for that, it worked perfectly! :) Regards, Bevan Edwards -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http