Closed drb2016 closed 5 months ago
PHP version: 8.3.3 SAP NW RFC version: 7.5 patch 12 (the latest patch, SAP doesn't provide old versions of patch)
When i execute the nmake command to build the extension, the following errors appear:
rfc_parameters.obj : error LNK2001: unresolved external symbol RfcSetInt8 rfc_parameters.obj : error LNK2001: unresolved external symbol RfcGetInt8 C:\PHP\php-sdk\phpdev\vs16\x64\php-8.3.3-src\x64\Release\php_sapnwrfc.dll : fatal error LNK1120: 2 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe"' : return code '0x460' Stop.
Are you sure the SDK is in the path?
The windows build instructions have been updated, see Building on Windows.
If the error persists, open a new issue.
PHP version: 8.3.3 SAP NW RFC version: 7.5 patch 12 (the latest patch, SAP doesn't provide old versions of patch)
When i execute the nmake command to build the extension, the following errors appear:
rfc_parameters.obj : error LNK2001: unresolved external symbol RfcSetInt8 rfc_parameters.obj : error LNK2001: unresolved external symbol RfcGetInt8 C:\PHP\php-sdk\phpdev\vs16\x64\php-8.3.3-src\x64\Release\php_sapnwrfc.dll : fatal error LNK1120: 2 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\link.exe"' : return code '0x460' Stop.