You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the 4.95 version and install it i delphi 10.5, all is ok.
Then i have add the SynPDF path (i have downloaded the last version of SynPDF of course) from https://github.com/synopse/SynPDF).
if i change {.$DEFINE PDF_SYNOPSE} to {$DEFINE PDF_SYNOPSE}, when i try to compile, i get 70 errors and a message "impossible to find "SynCommons.pas", even if the SynPDF folder is in the library path !
The text was updated successfully, but these errors were encountered:
I have add SynCommons after SynPDF (line 1097) and modify line 3451 with
DevMode := PDevMode(GlobalLock(DeviceMode)); --> DevMode := PDevMode(Winapi.Windows.GlobalLock(DeviceMode));
And then i compile, it's now ok
strange, if i delete those modifications and clean and recompile; it works again
I have downloaded the 4.95 version and install it i delphi 10.5, all is ok.
Then i have add the SynPDF path (i have downloaded the last version of SynPDF of course) from https://github.com/synopse/SynPDF).
if i change {.$DEFINE PDF_SYNOPSE} to {$DEFINE PDF_SYNOPSE}, when i try to compile, i get 70 errors and a message "impossible to find "SynCommons.pas", even if the SynPDF folder is in the library path !
The text was updated successfully, but these errors were encountered: