Jun 30, 2025 Post comments count16 Post likes count3 Embracing the power of the empty set in API design: Requesting zero items It's okay to ask for nothing. You get nothing.
Jun 27, 2025 Post comments count8 Post likes count0 Why do I get errors or warnings about some weird symbol called ?main@@YAHP$01E$AAV?$Array@PE$AAVString@Platform…, part 3 Forcing main to be found in the place we want.
Jun 26, 2025 Post comments count0 Post likes count0 Why do I get errors about some weird symbol called ?main@@YAHP$01E$AAV?$Array@PE$AAVString@Platform…, part 2 Figuring out why C++/CX makes a difference.
Jun 25, 2025 Post comments count8 Post likes count3 Your information has been permanently deleted, for small values of permanently Is it really gone?
Jun 25, 2025 Post comments count1 Post likes count0 Why do I get errors about some weird symbol called ?main@@YAHP$01E$AAV?$Array@PE$AAVString@Platform…, part 1 Welcome to the world of C++/CX. Is "welcome" the right word?
Jun 24, 2025 Post comments count11 Post likes count4 Abusing copyright strings to trick software into thinking it’s running on your competitor’s PC I did technically cross my fingers.
Jun 23, 2025 Post comments count7 Post likes count5 The MIDL compiler still has trouble with double greater-than signs, sadly Many have tried.
Jun 20, 2025 Post comments count2 Post likes count5 The case of the invalid handle error when a handle is closed while a thread is waiting on it You are theorizing one race but experiencing another.
Jun 19, 2025 Post comments count2 Post likes count0 Learning to read C++ compiler errors: Ambiguous symbol errors after including a header file Finding out why multiple entities with the same name are visible.
Jun 18, 2025 Post comments count0 Post likes count0 You have to tell Get- and SetSecurityInfo the object type, you can’t make it guess It needs to know which provider to give it to.