danieleteti / delphistompclient

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

Implemented support for Delphi 5 #13

Closed felipecaputo closed 7 years ago

felipecaputo commented 8 years ago

Implemented support for Delphi 5. There were a lot of points that needed Compiler directives of compiler version, since Delphi 5 does not suppor $IF directive

Also fixed issue #12 IFEND instead of ENDIF in some compiler directives, as it was breaking the delphi 5 compiler directives too

Hope it helps, and congratulations for the great job