Первый cmd:
Код: Выделить всё
"C:\Program Files\CMake\bin\cmake.exe" -G "Visual Studio 17 2022" -A x64 ..\aws-sdk-cpp -DCMAKE_BUILD_TYPE=Release -DFORCE_CURL=ON -DCURL_INCLUDE_DIR=C:/curl/curl-8.8.0_3-win64/include -DCURL_LIBRARY=C:/curl/curl-8.8.0_3-win64/lib/libcurl.dll.a -DBUILD_ONLY="s3"
Код: Выделить всё
"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\MSBuild.exe" ALL_BUILD.vcxproj -p:Configuration=Release -p:Platform=x64
Во время выполнения у меня возникла эта проблема:
ACCESS_VIOLATION
Код: Выделить всё
EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 00007ffd03f784b8
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 0000000000000000
Attempt to read from address 0000000000000000
Код: Выделить всё
options_.loggingOptions.logLevel = Aws::Utils::Logging::LogLevel::Debug; }
// init api
Aws::InitAPI(options_); ==> here
Я пытался собрать библиотеку несколько раз. Я только что обновил часть библиотеки (файлы cpp и библиотеки Dll) в своем решении.
Подробнее здесь: https://stackoverflow.com/questions/787 ... ws-sdk-cpp
Мобильная версия