Bambo

Results 25 comments of Bambo

> I'm still having this issue (clang windows msvc 15). Got everything working by doing: > ```cpp > // /include/SFML/Config.hpp > #if defined(_MSC_VER) && !defined(__clang__) // Added !defined(__clang__) > typedef...

> > Are you using clang with MSVC like interface or gnu-like? > > Right how can I check this? I'm thinking gnu-like cause it uses dashes (`--arg`) rather than...

> Alright, so hurdle 2 being the deprecation warnings? Cause if so, it'll take me a bit longer and/or maybe should be in a different PR? Also not sure how...

> I'm curious, how are you building SFML? When using the ClangCL frontend we disable that option already, so you must be using Clang in a different way. How exactly?...

On a project of my own I've encountered a need for this, and I've also helped users in the SFML Discord recently who could have benefitted from this as a...

@therealbluepandabear This has been addressed now, just awaiting the review process to finish on #177 and then it will be in master. That doesn't mean you'll have access to it...

Do you have some evidence for this, or a minimal reproducibility case so that it's possible for someone to check this? More information would be helpful otherwise this issue looks...

> Unfortunately, I was just reading the source code. It would be hard to reproduce. Any additional information (even a link to the line in a SFML source file) would...

Pointed one of my personal projects towards the `event_api` branch to try out these changes locally. Didn't notice any issues with mouse/keyboard events on X11. Had to change very little...

Just tested this on my current project, felt sweet to be able to delete `openal32.dll` and have this just work. Noticed no problems, and also had to make 0 changes...