Username256

Results 4 issues of Username256

**Description** CMake generates Visual studio projects that use /EHsc exception handling specification. In the project properties, under C++ in the Code Generation field, Cmake puts this /EHsc value. But building...

area: docs
Task
Native

**Description** Building sentry using crashpad as backend works for windows 7. The problem is that crashpad cannot upload to the sentry.io server because of a windows registry configuration problem dealing...

area: docs
Platform: Native

The demo fails the clap-validator test. I added this snippet to stateLoad if (totalRd == 0) return false; After this loop. Not sure it is a correct fix but it...

### Detailed steps on how to reproduce the bug If XCode flags for the XCODE_MAC config are like this in Projucer... "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; "DEVELOPMENT_TEAM[sdk=macosx*]" = Z5CQDP53W7 Then...