BigBaseV2 icon indicating copy to clipboard operation
BigBaseV2 copied to clipboard

Error C2712 Cannot use __try in functions that require object unwinding

Open HasseM opened this issue 4 years ago • 1 comments

When compiling in VS2019 I get: Error C2712 Cannot use __try in functions that require object unwinding

On line 31 in invoker.cpp.

(I just removed the try/catch to fix it for now)

HasseM avatar Feb 05 '22 13:02 HasseM

Build in release.

Yimura avatar Mar 19 '22 21:03 Yimura