Не колмпилируется DelphiDemo.dpr
Добрый день
У меня не получается скомпилировать пример из SDK7
Среда: delphi7 , Win10
Шаги:
1) открыть проект в delphi7
"C:\Program Files (x86)\Guardant\SDK7\Samples\General Guardant API\Borland Delphi\DelphiDemo.dpr"
2) добавил в папку проекта "..\General Guardant API\Borland Delphi\" следующие файлы
grddelphi.pas
GrdFWBO.obj
3) для совместимости с delphi7 в grddelphi заменил "external name" -> "external"
Получил такие ошибки:
Build
[Error] GrdDelphi.pas(1347): Unsatisfied forward or external declaration: 'GetFileSizeEx'
[Error] GrdDelphi.pas(1347): Unsatisfied forward or external declaration: 'SetFilePointerEx'
[Error] GrdDelphi.pas(1347): Unsatisfied forward or external declaration: 'IsWow64Process'
[Fatal Error] DelphiDemo.dpr(18): Could not compile used unit 'GrdDelphi.pas'
[Warning] GrdDelphi.pas(1345): Bad global symbol definition: 'GrdIsValidHandle' in object file 'C:\Program Files (x86)\Guardant\SDK7\Samples\General Guardant API\Borland Delphi\GRDFWBO.OBJ'
[Warning] GrdDelphi.pas(1345): Bad global symbol definition: 'GrdGetLastError' in object file 'C:\Program Files (x86)\Guardant\SDK7\Samples\General Guardant API\Borland Delphi\GRDFWBO.OBJ'
[Warning] GrdDelphi.pas(1345): Bad global symbol definition: 'GrdFormatMessage' in object file 'C:\Program Files (x86)\Guardant
...