aliyun / aliyun-oss-cpp-sdk

Aliyun OSS SDK for C++
Other
188 stars 88 forks source link

你好,我按照教程在win10上对sdk进行编译后,在build目录下的sample目录下,使用vs2013打开cpp-sdk-sample.sln,生成release版本(x64),但我在执行生成的cpp-sdk-sample.exe时会报错:An application has made an attempt to load the C runtime library incorrectly.Please contact the application’s support team for more information." #36

Closed 1348722633 closed 5 years ago

huiguangjun commented 5 years ago

你需要把 third_party/lib/ 下对应版本的动态库 拷贝到 exe 文件同一个目录下,然后在运行 exe