Hello,

Could somebody please try to compile this unit with the defines:

NOFORMS;SECURITY_WIN32;

and no content-coding, no bandwidth limitation and no NTLM? It gives strange
pascal errors that needs fixes.

BTW, to test the behavior, please modify your source top part as,

{$IFDEF COMPILER5_UP}
{$IFNDEF NO_ADVANCED_HTTP_CLIENT_FEATURES} //NEW
    {$DEFINE UseNTLMAuthentication}
    {$DEFINE UseBandwidthControl}
    {$DEFINE UseContentCoding}
{$ENDIF} // NEW
{$ENDIF}

I believ ethere are low-level people like us who do not need these
high-level features.

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