Hello, I think I found a bug in Java and/or ICS: I guess while testing you did not set the auth mode to daBoth. Set it and try with the helloworld applet! Java sends a HEAD request which is well authenticated and then sends a GET with missing info and it stalls!!! As a workaround, I set damode to daAuth.
Best Regards, SZ ----- Original Message ----- From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" <[email protected]> Sent: Thursday, January 11, 2007 9:18 PM Subject: Re: [twsocket] Fw: Need help with Nov 11 V6Betainstallationunderbcb2006 >> I'm just came home, sorry but I have no time to check your vc32.zip. > > I checked his files. It worked like a charm. > I use BDS2006 with Update 2 installed. > > -- > Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > > ----- Original Message ----- > From: "Arno Garrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" <[email protected]>; "Fastream Technologies" > <[EMAIL PROTECTED]> > Sent: Thursday, January 11, 2007 7:48 PM > Subject: Re: [twsocket] Fw: Need help with Nov 11 V6 > Betainstallationunderbcb2006 > > > Hello SZ, > > I'm just came home, sorry but I have no time to check your vc32.zip. > What I did some minutes ago was downloading and installing V6 > to a new path, it compiled like charme in the BDS2006 BCB personality. > I added the SSL sources, and it again compiled w/o any problem. > However I used a package file attached. You must have a mixed codebase, > or files are missing in your package? It's your homework to find the > problem, > compare with current download, use the SSL package/project file attached. > > --- > Arno Garrels [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > > > Fastream Technologies wrote: >> Hello, >> >> Has my reply to the below message appeared? With my defines, it does >> not work! Please see http://www.fastream.com/ics/vc32.zip . > >> >> ----- Original Message ----- >> From: "Arno Garrels" <[EMAIL PROTECTED]> >> To: "ICS support mailing" <[email protected]> >> Sent: Wednesday, January 10, 2007 7:49 PM >> Subject: Re: [twsocket] Fw: Need help with Nov 11 V6 Beta installation >> underbcb2006 >> >> >>> Hello SZ, >>> >>> It compiles fine here, however I'm using the version before >>> support for HTTP-proxy was added to TWSocket. Have you added >>> OverbyteIcsWinsock2.pas to your custom package? >>> >>> --- >>> Arno Garrels [TeamICS] >>> http://www.overbyte.be/eng/overbyte/teamics.html >>> >>> >>> Fastream Technologies wrote: >>>> Resending... >>>> >>>> ----- Original Message ----- >>>> From: "Fastream Technologies" <[EMAIL PROTECTED]> >>>> To: "ICS support mailing" <[email protected]> >>>> Sent: Tuesday, January 09, 2007 10:38 AM >>>> Subject: Need help with Nov 11 V6 Beta installation under bcb 2006 >>>> >>>> >>>>> Hello Francois, >>>>> >>>>> Now I downloaded directly from your web site, I have the component >>>>> package not compiling: >>>>> >>>>> Build >>>>> [Pascal Error] OverbyteIcsWinsock2.pas(159): E2003 Undeclared >>>>> identifier: 'TListNotification' >>>>> [Pascal Error] OverbyteIcsWinsock2.pas(252): E2003 Undeclared >>>>> identifier: 'lnDeleted' >>>>> [Pascal Error] OverbyteIcsWinsock2.pas(318): E2003 Undeclared >>>>> identifier: 'GetWinsockErr' >>>>> [Pascal Fatal Error] pasall.tmp(50): F2063 Could not compile used >>>>> unit 'C:\Program Files\ICS\Delphi\Vc32\OverbyteIcsWinsock2.pas' >>>>> [Fatal Error] F1027 Unit not found: 'System.pas' or binary >>>>> equivalents (.dcu) >>>>> [Fatal Error] F1027 Unit not found: 'SysInit.pas' or binary >>>>> equivalents (.dcu) >>>>> [Fatal Error] F1026 File not found: 'SysUtils.dcu' >>>>> [Fatal Error] F1026 File not found: 'SysUtils.dcu' >>>>> [Fatal Error] F1026 File not found: 'OverbyteIcsLibrary.dcu' >>>>> [Fatal Error] F1026 File not found: 'OverbyteIcsLibrary.dcu' >>>>> [Fatal Error] F1026 File not found: 'OverbyteIcsTypes.dcu' >>>>> [Fatal Error] F1026 File not found: 'OverbyteIcsTypes.dcu' >>>>> [Fatal Error] F1026 File not found: 'OverbyteIcsWinsock.dcu' >>>>> [Fatal Error] F1026 File not found: 'OverbyteIcsWinsock.dcu' >>>>> [Fatal Error] F1026 File not found: 'OverbyteIcsWSocket.dcu' >>>>> [Fatal Error] F1026 File not found: 'OverbyteIcsWSocket.dcu' >>>>> [Fatal Error] F1027 Unit not found: 'SysInit.pas' or binary >>>>> equivalents (.dcu) >>>>> Search for 'TListNotification' >>>>> C:\Program Files\ICS\Delphi\Vc32\OverbyteIcsWinsock2.pas >>>>> C:\Program Files\ICS\Delphi\Vc32\OverbyteIcsWinsock2.pas(159): >>>>> procedure Notify(Ptr: Pointer; Action: TListNotification); >>>>> override; C:\Program >>>>> Files\ICS\Delphi\Vc32\OverbyteIcsWinsock2.pas(249): procedure >>>>> TInterfaceList.Notify(Ptr: Pointer; Action: TListNotification); >>>>> >>>>> I have NOFORMS;NO_DEBUG_LOG;USE_SSL;SECURITY_WIN32; defined. Do you >>>>> have any idea what can I do? Could you try to do the same and try >>>>> to install the >>>>> latest package under BCB2006 please? >>>>> >>>>> Regards, >>>>> >>>>> SZ >>> -- >>> 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 > > > -------------------------------------------------------------------------------- > > >> -- >> 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 > > -- > 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 -- 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
