Charles Milette

Results 689 comments of Charles Milette

Since the definition of native handle is left up in the air, we could simply treat `FILE*` as our native handle and return that. Users who want to get the...

ABI breaking STL could be released on vcpkg. To avoid conflicts with the built-in STL, the headers could be located under another folder, like so: `#include `

Probably just would break the ABI to drop all the XP support bits

It's likely that there's already an OS bug from that feedback hub entry.

How would terminal detect a placeholder? There is no real standard for them, everybody does it differently.

I personally like to use $PLACEHOLDER or %PLACEHOLDER% depending on the target audience :P

You should still be able to use TranslucentSM even if it's archived, I don't imagine it would break anytime soon.

I see. I don't want to invest into major new features until I am done with the rewrite of the app. But the rewrite should make it way easier to...

Most of these WMI usages can be replaced by native Win32 APIs giving the same info (for example, to get the free space on a drive, [GetDiskFreeSpace](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getdiskfreespacea)). Otherwise, if WMI...

There is no need to call into WMI for most of these, there are available native APIs.