mORMot icon indicating copy to clipboard operation
mORMot copied to clipboard

Fix so it compiles again under D2007

Open JavierusTk opened this issue 3 years ago • 1 comments

Now there si a new type TSSPIBuffer, but in a few places variables are declared as RawByteString instead of TSSPIBuffer; it works with Unicode Delphis, as they declare TSSPIBuffer = RawByteString, but in D2007 is different: TSSPIBuffer = AnsiString, so the compiler complains and fails

JavierusTk avatar Dec 10 '21 08:12 JavierusTk

I guess your fix would break the Linux GSSAPI support.

Please check https://github.com/synopse/mORMot/commit/56ccaaee198baa59e2314a256cfba4c170abbea6

synopse avatar Dec 10 '21 13:12 synopse

No news since answered - closing.

Please reopen if needed.

synopse avatar Nov 21 '22 14:11 synopse