ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

AddVectoredExceptionHandler and RemoveVectoredExceptionHandler cannot be used under uwp

Open jimwang118 opened this issue 2 years ago • 1 comments

error log | 日志或报错信息 | ログ

\src\cpu.cpp(205): error C3861: 'AddVectoredExceptionHandler': identifier not found \src\cpu.cpp(212): error C3861: 'RemoveVectoredExceptionHandler': identifier not found

context | 编译/运行环境 | バックグラウンド

windows msvc

how to reproduce | 复现步骤 | 再現方法

1.git clone https://github.com/jimwang118/vcpkg.git ncnn 2.git checkout upncnn 3.cd ncnn 4. ./bootstrap-vcpkg.bat 5. ./vcpkg install ncnn:x64-uwp

more | 其他 | その他

jimwang118 avatar Jan 02 '24 08:01 jimwang118

https://github.com/Tencent/ncnn/pull/5328

nihui avatar Feb 02 '24 08:02 nihui