Tobias Taschner

Results 21 comments of Tobias Taschner

I think (at least for now) Win7 is a easy enough to achieve minimum target. Maybe when the Microsoft compiler default settings change to Win 10 (like when they dropped...

BTW many uses of `wxDynamicLibrary` in MSW code are there for outdated headers of minGW. But there are a few which are there for WinXP availability.

@JayFoxRox AppVeyor has [Artefacts](https://www.appveyor.com/docs/packaging-artifacts/) which are quite easy to configure and would allow up to date Windows Binaries for every commit/PR with very little work

Now that this is implemented in firefox mobile (via developer 5 clicks on the firefox logo in settings), is there any progress on this for lockwise?

Haven't looked into pdfium for a while, but I might have a look at it in the coming weeks. I would assume that this isn't x86_64 specific but would also...

> `FPDF_ERR_FILE` suggests that the library is working but cannot read the PDF file. > > I never used this library in a Swift project, but maybe @TcT2k (who wrote...

Please have a look at the documentation on how to using wxWidgets with CMake in your application https://docs.wxwidgets.org/latest/overview_cmake.html#cmake_apps

> This is going to result in link errors if this header is included more than once, so it'd be better to move it into some existing file if possible....

> Thanks for reporting this, but unfortunately this risks being non-trivial to fix, so we might want to just document this as a limitation for now. > > Of course,...

> I think that even simply detecting this situation and complaining about it (with an assert failure?) would be better than silently misbehaving in weird ways. I.e. just set a...