Sam Hocevar

Results 182 comments of Sam Hocevar

This looks like an issue with the version of Clang shipped with Visual Studio. The following code compiles on x64 but not on x86: ```cpp void (__stdcall* foo)() = []()...

Here is the related clang-cl issue: https://bugs.llvm.org/show_bug.cgi?id=38285

I am not aware of any incompatibilities with Qt. Can you maybe show some code?

Thanks for the additional information. Does the system open a file dialog when you run that code? If so, can you tell whether it’s Zenity, or Kdialog, or something else?...

I agree that platform-specific UX recommendations should be followed whenever possible. One goal of PFD is to prevent programmers from rolling their own message boxes, file browsers, etc. that clash...

You're right. This is a bit messed up.

Thanks for the suggestion, this sounds like a good idea.

FYI I have started implementing this in the [`feature/explorer`](https://github.com/samhocevar/portable-file-dialogs/tree/feature/explorer) branch. Thanks to both of you for the sample code!

Sure, why not! Can you give examples of software you know that do similar things, so that I don’t reinvent the wheel?

Well, I didn’t plan to, but that’s only because no one ever asked! Could you explain why this would be necessary? I was under the impression that the client and...