da-baranov / SciDe

Sciter component for Delphi
76 stars 26 forks source link

can't compile in delphi xe7! #2

Closed kevinsui581 closed 8 years ago

kevinsui581 commented 9 years ago

when compile in xe7, sciter.pas compiled error:E2010 Incompatible types:'PUINT' and 'cardinal'

in line 1744:

OleCheck(pLang.ConvertStringFromUnicode(pdwMode, enc, PWideChar(Html), psrcSize, nil, pcDstSize));
da-baranov commented 9 years ago

Fixed, sorry. Tested in D7 as my Delphi 7 XE trial has expired.