Hello,

I am trying to upgrade all our projects to BCB2007 and now face a problem in
webstresstester:


void __fastcall TesterThread::HTTPClientRequestDone(TObject *Sender,
THttpRequest RqType, WORD ErrCode)
{
 if(ErrCode)
  mainForm->incResponseDropped(); // here Errcode always "1". Why? How come?

 TSslHttpCli *bufferClient = (TSslHttpCli*)Sender;

 if(method == "GET")
  bufferClient->GetASync();
 else if(method == "HEAD")
  bufferClient->HeadASync();
}
//---------------------------------------------------------------------------

Hope you can help. I also cannot debug ICS component source from BCB debug
mode project compilations. I have uploaded my DCC output to
http://www.fastream.com/ics/dcc.txt . Hope you can help!

Best 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

Reply via email to