danieleteti / delphistompclient

STOMP client for Embarcadero Delphi and FreePascal.
142 stars 65 forks source link

Compilation failed on XE2: StompClient.pas(519): E2029 $IFEND expected but $ENDIF found #12

Open tomashevski opened 8 years ago

tomashevski commented 8 years ago

{$IF CompilerVersion < 24} UTF8Encoding := TEncoding.UTF8; {$ELSE} UTF8Encoding := IndyTextEncoding_UTF8(); {$ENDIF} <---------------------- here must be {$IFEND}