Re: [twsocket] Multiple declaration for 'sockaddr'

2011-12-16 Thread Azrin Aris
Hi, Downloading from overbyte is always the best solution. You might want to download the latest version form ics website. On Dec 17, 2011, at 2:06, Ole Braad-Sørensen wrote: > > Hi! > > Just installed BCB XE and with the DVD was the Overbyte package. > I have installed it and trying to us

Re: [twsocket] Getting Local IP Address of a socket

2011-11-30 Thread Azrin Aris
On Dec 1, 2011, at 3:52 AM, Francois PIETTE wrote: >> I tried to read WsocktServer1->LocalAddr but the value is 0.0.0.0; Is there >> a way (using ICS) to get what ip does a socket bind to? > > A server socket is either bound to ALL IP addresses or to a single one. > When bound to a single IP, y

[twsocket] Getting Local IP Address of a socket

2011-11-30 Thread Azrin Aris
Hi, I tried to read WsocktServer1->LocalAddr but the value is 0.0.0.0; Is there a way (using ICS) to get what ip does a socket bind to? Thank you Sincerely Azrin -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/tws

Re: [twsocket] Error compiling after migrate from BCB5 to BDS2009

2010-04-21 Thread Azrin Aris
On Apr 22, 2010, at 5:26 AM, Xavier Mor-Mur wrote: > Hello to all > > [ILINK32 Error] Fatal: Unable to open file 'OVERBYTEICSD2009RUN.LIB' > Hi Xavier, I got the same error too. but it can be easily fixed by removing the reference to it in the project options. The Overbyteicsd2009run.lib is f

Re: [twsocket] Using TWSocketServer in TServiceApplication - C++

2010-03-19 Thread Azrin Aris
Silly me... :) Thank you On Mar 20, 2010, at 12:53 AM, Francois PIETTE wrote: >>> There is one service sample delivered with ICS itself: >>> OverbyteIcsSvcTcp.dproj. > >> BTW, there is no OverbyteIcsScvTcp demo the the latest (V7) release. > > You swapped two letters... > http://svn.overbyte

Re: [twsocket] Using TWSocketServer in TServiceApplication - C++

2010-03-18 Thread Azrin Aris
Problem Solved. I just download the latest version and recompile. BTW, there is no OverbyteIcsScvTcp demo the the latest (V7) release. Thank you very much On Mar 18, 2010, at 11:49 PM, Francois PIETTE wrote: >> I've downloaded the two example of TWSocket in TService from the usermade >> sectio

Re: [twsocket] Using TWSocketServer in TServiceApplication - C++

2010-03-18 Thread Azrin Aris
I found out if I use TWSocket in CBuilder 2009, It would not work. It compiles ok, but when I tried to start the service, I got 1053 error. When I remove the component, everything works fine. Any ideas? On Mar 18, 2010, at 11:49 PM, Francois PIETTE wrote: >> I've downloaded the two example of

[twsocket] Using TWSocketServer in TServiceApplication - C++

2010-03-18 Thread Azrin Aris
I've downloaded the two example of TWSocket in TService from the usermade section but the example is quite old and I could not port it to make as simple TCP server service. I'm using BCB 2009. Does anyone have a simple example on how to achieve this? Thank you Sincerely Azrin -- To unsubscribe

Re: [twsocket] THttpCli and Javascript

2009-08-11 Thread Azrin Aris
understand what is done using javascript and do the same with Delphi code. -- francois.pie...@overbyte.be 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: "Azrin

Re: [twsocket] THttpCli and Javascript

2009-08-11 Thread Azrin Aris
ginal Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Azrin Aris Sent: Tuesday, August 11, 2009 7:17 PM To: ICS support mailing Subject: Re: [twsocket] THttpCli and Javascript But I already did :( On Aug 12, 2009, at 2:15 AM, Francois PIETTE wrote:

Re: [twsocket] THttpCli and Javascript

2009-08-11 Thread Azrin Aris
But I already did :( On Aug 12, 2009, at 2:15 AM, Francois PIETTE wrote: I'm quite new to ICS THttpCli and now trying the THttpCli example. I just try to open a website but what I got is You must enable JavaScript in your browser.. My question is how can I enable JavaScript in HttpCli

[twsocket] THttpCli and Javascript

2009-08-11 Thread Azrin Aris
I'm quite new to ICS THttpCli and now trying the THttpCli example. I just try to open a website but what I got is You must enable JavaScript in your browser.. My question is how can I enable JavaScript in HttpCli? Thanks -- To unsubscribe or change your settings for TWSocket mailing li