Re: [twsocket] Error trying to connect to FTP

2008-12-12 Thread Matt Minnis
It works fine on other servers and systems, so this one is just odd. Thanks for the thoughts. Matt -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Matt Minnis Sent: Wednesday, December 10, 2008 14:46 To: 'ICS support mailing' Subjec

[twsocket] C++ Builder strange AV in OverbyteHttpTst.cpp

2008-12-12 Thread Arno Garrels
Hi, What's going on: for (I = 0; I < HttpCli1->RcvdHeader->Count; I++) AV here ==> DisplayMemo->Lines->Add("hdr>" + HttpCli1->RcvdHeader->Strings[I]); HttpCli1->RcvdHeader is assigned (of course) and Count is greater zero, however I get an AV on the first iteration?? -- Arno Garrels -- T

Re: [twsocket] C++ Builder strange AV in OverbyteHttpTst.cpp

2008-12-12 Thread Matt Minnis
Is the 0th item null or something odd like that? -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: Friday, December 12, 2008 11:30 To: ICS support mailing Subject: [twsocket] C++ Builder strange AV in OverbyteHttpTst

Re: [twsocket] C++ Builder strange AV in OverbyteHttpTst.cpp

2008-12-12 Thread Arno Garrels
Arno Garrels wrote: > for (I = 0; I < HttpCli1->RcvdHeader->Count; I++) > AV here ==> DisplayMemo->Lines->Add("hdr>" + > HttpCli1->RcvdHeader->Strings[I]); Turned out to be just the common 'compiler switch hell' in C++ Builder. -- Arno Garrels -- To unsubscribe or change your settings for TWSoc

Re: [twsocket] C++ Builder strange AV in OverbyteHttpTst.cpp

2008-12-12 Thread Matt Minnis
Which compiler switch? -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: Friday, December 12, 2008 14:10 To: ICS support mailing Subject: Re: [twsocket] C++ Builder strange AV in OverbyteHttpTst.cpp Arno Garrels wrot

Re: [twsocket] C++ Builder strange AV in OverbyteHttpTst.cpp

2008-12-12 Thread Arno Garrels
Matt Minnis wrote: > Which compiler switch? If that were only clear? :( I changed the DCC32 | Debugging | Symbol Reference Info from Definitions Only to Reference Info for the ICS packages and the error was gone. However turning all back again and rebuild worked as well. This was C++ Builder 20

Re: [twsocket] SSL install problem

2008-12-12 Thread Darin McGee
signature database 3676 (20081209) __ The message was checked by ESET Smart Security. http://www.eset.com __ Information from ESET Smart Security, version of virus signature database 3688 (20081212) __ The message was checked by ESET Smart Security. http://www.eset.com

Re: [twsocket] SSL install problem

2008-12-12 Thread Darin McGee
website at http://www.overbyte.be __ Information from ESET Smart Security, version of virus signature database 3676 (20081209) __ The message was checked by ESET Smart Security. http://www.eset.com __ Information from ESET Smart Security, version of virus signature databas

Re: [twsocket] SSL install problem

2008-12-12 Thread Arno Garrels
Darin McGee wrote: > > I opened the file OverbyteIcsDel70.dpk from the vc32 directory This package does not include the SSL components. > > I added the vc32 directory to the package project search path. Add the vc32 directory to the global library path (Tools | Options). > I added the USE_SSL

Re: [twsocket] SSL install problem

2008-12-12 Thread Arno Garrels
worked. > > What am I overlooking? > > Best regards, > Albert Drent > University of Groningen > > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket > Visit our webs