Jump to content
EugeneK

Missing namespace in OverbyteIcsHttpProt.pas

Recommended Posts

Hi

 

In latest revision of OverbyteIcsHttpProt.pas this line
 

    TypInfo,      { V8.71 JK }

needs to be changed to
 

    {$IFDEF RTL_NAMESPACES}System.TypInfo{$ELSE}TypInfo{$ENDIF},

 

  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×